Hue Binding/Bridge on Conbee unstable

Hi there,
Im using OpenHab 2 on a Raspi3 and have a Conbee II stick connected to it.
Phoscon App is installed and works, have so far connected one RGB bulb which is controllable via the Phoscon interface.
Facing Problems in controlling from OH.
Have installed the deconz Binding and configured the virtual daylight sensor without problems. Added the Hue Binding to controll the bulb. It seems to be configured but falls over in the frequency of updates. Getting the following in the logfile:

2020-03-13 20:07:32.301 [WARN ] [ue.internal.handler.HueBridgeHandler] - An unexpected error occurred: null
java.lang.NullPointerException: null
at org.openhab.binding.hue.internal.State.getAlertMode(State.java:152) ~[bundleFile:?]
at org.openhab.binding.hue.internal.handler.HueBridgeHandler.isEqual(HueBridgeHandler.java:777) ~[bundleFile:?]
at org.openhab.binding.hue.internal.handler.HueBridgeHandler.access$6(HueBridgeHandler.java:776) ~[bundleFile:?]
at org.openhab.binding.hue.internal.handler.HueBridgeHandler$2.doConnectedRun(HueBridgeHandler.java:234) ~[bundleFile:?]
at org.openhab.binding.hue.internal.handler.HueBridgeHandler$PollingRunnable.run(HueBridgeHandler.java:101) [bundleFile:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_222]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) [?:1.8.0_222]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) [?:1.8.0_222]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) [?:1.8.0_222]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_222]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_222]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
==> /var/log/openhab2/events.log <==
2020-03-13 20:07:32.317 [hingStatusInfoChangedEvent] - ‘hue:bridge:00212E05564F’ changed from ONLINE to OFFLINE: Verbindung zur Hue Bridge unterbrochen.

2020-03-13 20:07:32.333 [hingStatusInfoChangedEvent] - ‘hue:bridge:00212E05564F’ changed from OFFLINE: Verbindung zur Hue Bridge unterbrochen. to ONLINE

So somehow the update seems to trigger an exception. Nothing confiogured so far just added it from the PaperUI. I’m lost…
Can someone help out?
Best regards

Hi there,
problem solved - Downgraded to deConz to 2.05.74
topic is described here: https://github.com/dresden-elektronik/deconz-rest-plugin/issues/2563#
Best regards

This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.