Zigbee2mqtt: show the networkmap in home assistant

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

Hi

my mqtt broker have a user\pass where I can configure this for ur component ?
when I start listening to topic zigbee2mqtt/bridge/networkmap/graphviz I dont receive anything

Thanks for the helpful reply, rather than just being rude like some others. The messed up indenting by OP threw me off too.

I’m running into the exact issue, and spent several hours trying to get it to work. Has anyone resolved it?

I’ve installed via both HACS / Manual, ensured mqtt is running, triggered the service via both the map page and the services page. I’ve also brought up the map through html directly, and through HASS. Also triple checked my spacing etc.

Is there anything else i could be missing?