Hello,
I am trying to get working a Philips Hue Bulb just acquired. I manage to install the ZigBee Binding on a fresh buster openhabian 2.5.5-1 setup on a pi 3b.
The binding has discovered the Hue Device and has added a Philips LWA001 item to the things list, and a Dimmer Channel to operate the bulb.
However the bulb doesnβt respond to channel commands. Light does not turn on or off.
Attached please find the log (Zip format).openhab.log.txt (88.9 KB)
The files in userdata/zigbee folder are: 000D6F000DBF6429.xml (1.7 KB) 0017880108271CDF.xml (49.9 KB)
One thing I want to mention is that I verified that the following console bundles are installed:
211 β Active β 80 β 1.3.4 β com.zsmartsystems.zigbee
212 β Active β 80 β 1.3.3 β com.zsmartsystems.zigbee.console
213 β Active β 80 β 1.3.4 β com.zsmartsystems.zigbee.console.ember
214 β Active β 80 β 1.3.3 β com.zsmartsystems.zigbee.dongle.cc2531
215 β Active β 80 β 1.3.3 β com.zsmartsystems.zigbee.dongle.ember
216 β Active β 80 β 1.3.4 β com.zsmartsystems.zigbee.dongle.telegesis
217 β Active β 80 β 1.3.4 β com.zsmartsystems.zigbee.dongle.xbee
218 β Active β 80 β 3.3.0 β Commons Net
219 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee Binding
220 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee CC2531 Bridge
221 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee Console
222 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee Console Ember
223 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee Ember Bridge
224 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee Telegesis Bridge
225 β Active β 80 β 2.5.5 β openHAB Add-ons :: Bundles :: ZigBee XBee Bridge
but the command zigbee ncpsecuritystate
gives this result:
Error executing command: java.lang.NoSuchMethodError: com.zsmartsystems.zigbee.dongle.ember.EmberNcp.getTransientLinkKeyIndex(I)Lcom/zsmartsystems/zigbee/dongle/ember/ezsp/structure/EmberTransientKeyData;
After an extensive reading of the community documents, I donβt see anything that has been overlooked, but at this point I donβt know what else to do.
Thanks.