You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thing goes offline, looses its api token and goes into configuration pending state
Log files:
time,level,source,data
"12:12:52.992","INFO","org.openhab.core.model.core.internal.ModelRepositoryImpl","Loading model 'Hue.things'"
"12:12:53.480","INFO","openhab.event.ThingStatusInfoChangedEvent","Thing 'huesync:box:LivingRoom' changed from UNINITIALIZED to INITIALIZING"
"12:12:53.485","INFO","openhab.event.ThingStatusInfoChangedEvent","Thing 'huesync:box:LivingRoom' changed from INITIALIZING to UNKNOWN"
"12:12:53.486","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","Stopping 0 task(s): "
"12:12:53.488","INFO","openhab.event.ThingStatusInfoChangedEvent","Thing 'huesync:box:LivingRoom' changed from UNKNOWN to OFFLINE (CONFIGURATION_PENDING): Device registration pending. Please press the HDMI Sync Box device button for 3 seconds."
"12:12:53.518","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","Stopping 0 task(s): "
"12:12:53.520","DEBUG","org.openhab.binding.huesync.internal.connection.HueSyncDeviceConnection","Connection configuration update for device 192.168.2.190:443 - Registration Id [2]"
"12:12:53.521","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","startTasks - [Update]"
"12:12:53.527","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","Starting task [Update]"
"12:12:53.528","DEBUG","org.openhab.binding.huesync.internal.handler.tasks.HueSyncUpdateTask","Status update query for Sync Box HSB2:---"
"12:12:53.531","INFO","openhab.event.ThingStatusInfoChangedEvent","Thing 'huesync:box:LivingRoom' changed from OFFLINE (CONFIGURATION_PENDING): Device registration pending. Please press the HDMI Sync Box device button for 3 seconds. to ONLINE"
"12:12:53.715","DEBUG","org.openhab.binding.huesync.internal.handler.tasks.HueSyncUpdateTask","Value must be between 0 and 100"
"12:12:53.716","INFO","openhab.event.ItemStateChangedEvent","Item 'HuesyncMode' changed from powersave to passthrough"
"12:12:53.719","INFO","openhab.event.ItemStateChangedEvent","Item 'HuesyncHdmiActive' changed from OFF to ON"
"12:12:53.722","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","Stopping 1 task(s): Update"
"12:12:53.724","DEBUG","org.openhab.binding.huesync.internal.connection.HueSyncDeviceConnection","Connection configuration update for device 192.168.2.190:443 - Registration Id []"
"12:12:53.725","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","startTasks - [Registration]"
"12:12:53.725","INFO","openhab.event.ThingStatusInfoChangedEvent","Thing 'huesync:box:LivingRoom' changed from ONLINE to OFFLINE (CONFIGURATION_PENDING): Device registration pending. Please press the HDMI Sync Box device button for 3 seconds."
"12:12:53.727","DEBUG","org.openhab.binding.huesync.internal.handler.HueSyncHandler","Starting task [Registration]"
"12:12:56.729","DEBUG","org.openhab.binding.huesync.internal.handler.tasks.HueSyncRegistrationTask","Listening for device registration - Sync Box HSB2:---"
"12:12:56.746","DEBUG","org.openhab.binding.huesync.internal.connection.HueSyncConnection","registration in progress: no token received yet"
"12:12:57.747","DEBUG","org.openhab.binding.huesync.internal.handler.tasks.HueSyncRegistrationTask","Listening for device registration - Sync Box HSB2:---"
"12:12:57.760","DEBUG","org.openhab.binding.huesync.internal.connection.HueSyncConnection","registration in progress: no token received yet"
Thank you for the report. I'll have a look into this as soon as possible.
Thing goes offline, looses its api token and goes into configuration pending state
Probably same/similar problem as reported in #18062.
➡️ I'll analyze/solve the token problem and then I'll address this issue. If I understand correctly, this does not make the binding unusable for your purpose atm - right? Else I'll change priorities to get your configuration up.
I have wrestled with the issue for the last day or so, and with this report and some digging find a usable workaround is to declare the item as type "Number:Dimensionless", instead of "Dimmer". This is what the GUI itself states, as well as the documentation, but the example says otherwise, so should be changed.
Expected Behavior
Current Behavior
Value must be between 0 and 100
occursLog files:
Steps to Reproduce (for Bugs)
Items file
Things file:
Your Environment
The text was updated successfully, but these errors were encountered: