stas-demydiuk / domoticz-zigbee2mqtt-plugin

zigbee2mqtt plugin for domoticz
MIT License
136 stars 98 forks source link

Unable to generate network map. #735

Closed piotr333k closed 2 years ago

piotr333k commented 2 years ago

At current config (as follows) zigbee2mqtt plugin is not generating a network map. The plugin sends a request to "zigbee2mqtt/bridge/networkmap/routes'". However zigbee2mqtt listens on "zigbee2mqtt/bridge/request/networkmap"

Additional information Zigbee2MQTT version: 1.21 Python version: 3.7.3 Domoticz version: 13743 Plugin version: newest 3.0.0

sammyke007 commented 2 years ago

You have to be patient. For me (with +30 zigbee routers and enddevices) the map takes +- 1 minute to be generated.

piotr333k commented 2 years ago

Is the topic correct? I've been waiting for over 10 minutes (mosquitto_sub -t zigbee2mqtt/#) and I 've got no map.

stas-demydiuk commented 2 years ago

Updated the network map API that plugin uses, could you please check now

mcmellow commented 2 years ago

Just did an update of the plugin. A map is made on my site. I must admit it took a few minutes. As far as I can see it works. Mostly I use the zigbee2mqtt Frontand page.

piotr333k commented 2 years ago

Updated the network map API that plugin uses, could you please check now

After an update to the plugin it works. Thank you