Zigbee2mqtt: show the networkmap in home assistant

I dont have start listen in MQTT

Sorry if I missed it, but what version of HA are you running?

Apologize, i didnā€™t tell it as well :frowning: . Iā€™m using 0.88 (homeassistant on raspbian) because i cannot upgrade due to few of my plugins.

Hmm. not sure if there are dependencies on a newer version of HA.
So if you do not have this, then try through MQTT.fx (http://mqttfx.org/)

But before you do, can you confirm you have the files? (mine is installed through HACS and if the file is there (map.html), when opening, do you see the map?

Really? You need to concentrate on getting up to date. Start another thread on getting your plugins (what is a plugin?) going properly. Tag me in if you like, but letā€™s not do it in this thread!

Itā€™s the bticino lights component. I know there is the updated version but somebody told me itā€™s slower than the previous update but Iā€™ll try to updateā€¦ I swear

BTW I double checked and it is not a matter of HA version. from log I can see the automation trigger on Zigbee2Mqtt and its reply

Preformatted textinfo 2020-06-17 14:12:00: MQTT publish: topic ā€˜zigbee2mqtt/bridge/networkmap/graphvizā€™, payload 'digraph `

But it looks like the map component didnā€™t receive this reply. From UI I can still see: No update received yet. Re-checkingā€¦

And the source.js file is not created

2 Likes

Hi guys,

i am on Ppi4 Buster with Docker and Supervisor.
Installed with HACS, added to yaml

webhook:

 zigbee2mqtt_networkmap:
   #topic: your topic (optional, default zigbee2mqtt)
 panel_iframe:
   networkmap:
     title: 'Zigbee Map'
     url: '/local/community/zigbee2mqtt_networkmap/map.html'
     icon: 'mdi:graphql'

custom components seems to be ok

But got no button in menu and no service zigbee2mqtt_networkmap.update.
What have i done wrong?

Thanks a lot!

You have wrongly indented the code.

1 Like

You are right!
Thanks a lot!
But i have just copy-pasted itā€¦

So is it working now?

1 Like

Yes! Thank one more time!

1 Like

Hey there, I have noticed today (not sure since it has been like that) that the graph does not update, if I try manually it returns this error:

Error with graph update, try reloading this page or HASS

Any idea?

Thanks

Hi guys!
Does anybody know how to add the second map with a different topic?

I have the same configuration and problem. What is the solution for you?

Here was my solution

what did you change instead of this?

webhook:

 zigbee2mqtt_networkmap:
   #topic: your topic (optional, default zigbee2mqtt)
 panel_iframe:
   networkmap:
     title: 'Zigbee Map'
     url: '/local/community/zigbee2mqtt_networkmap/map.html'
     icon: 'mdi:graphql'

Read the thread!! The answer is right there.

Nothing, just look at indents
image

1 Like

Just wanted to post that I love this integration. Iā€™m not running zigbee2mqtt inside Home Assistant, but on another Virtualbox instance, and it worked immediately. Took less than 5 mins to setup. I love these type of visualisation tools, it makes you appreciate the backend aspect of the network.

This is my little Zigbee world.

1 Like