ben423423n32j14e / zigbee2mqttadminpanel

Node-Red-Dashboard web interface for controlling Zigbee2MQTT
GNU General Public License v3.0
111 stars 70 forks source link

No devices shown #21

Open jimmyeao opened 3 years ago

jimmyeao commented 3 years ago

I can see messages popping up in the right-hand corner, but no devices displayed in the list: image

I have been though all the subflows and made sure they point to my mqtt configuration node, Im a bit stumped now

hellvideorazor commented 3 years ago

I am running Zigbee2MQTT version 1.16.2 and had the same issue since updating. Looks like the notification scheme changed for devices. My flow now to uses ./bridge/config/devices instead of ./bridge/log And I changed the "Reformat for list" to cope with the new datastructure. Looking good so far but I am not sure if I missed something.

Thro42 commented 3 years ago

After update Zigbee2Mqtt to 1.16.2, the answer of the request to "bridge/config/devices" is not longer in the "bridge/log" !. The Flow "Devices" has to chage, for extracting the Information from the "bridge/config/devices" Message.
First change the Topic in "zigbee2mqtt/in devices" to "zigbee2mqtt/bridge/config/devices/get". Then change the Topic in "zigbee2mqtt/out devices" to zigbee2mqtt/bridge/config/devices. For me it Works

jimmyeao commented 3 years ago

My Flow already has "zigbee2mqtt/bridge/config/devices/get" in the "Request Device List" node, but still no devices.. image

hellvideorazor commented 3 years ago

I skinned the cat by doing this:

image