I have a hub variable with a ColorTemp Connector. When I use a rule that has worked in the past to fade the CT over time, nothing happens. In the logs I get an error java.lang.NullPointerException: Cannot invoke method minus() on null object on line 4706 (method appButtonHandler).
I am using a C-8 hub running 2.3.9.158. Any help to fix this is much appreciated.
Its a variable with a ColorTemp Connector device (Sorry I didn't have the exact name of the connection). This is the test rule I used to generate the log file with the error. I set the variable to 4000k so this rule should increase the variable but it doesn't.
I think I found the solution. At some point an update to raise color temp over time stopped my variable connector device from working. The device had only the colortemp state listed. This seemed to not work with the raise color temp over time. I entered a random level to the device to get a level state after testing a real device (light). The rules now work!