Dirnei / node-red-contrib-zigbee2mqtt-devices

Node-red nodes for controlling and managing zigbee devices managed by zigbee2mqtt
MIT License
30 stars 7 forks source link

Bride Node does not connect to zigbee2mqtt #126

Closed Andreas-Huber closed 1 year ago

Andreas-Huber commented 1 year ago

The bridge node does not connect anymore because the state topic format changed. It has an impact on other nodes for example the climate sensor.

before the bridge/state topic was filled with the string "online" now with the object {"state":"online"}

I'm working on a backward-compatible fix.