Zigbee2mqtt: show the networkmap in home assistant

Ah, seems I had a space after panel_iframe:
One step forward! Now getting a blank iframe but I see some stuff above. Thanks @robin

I’m new to this, so the number represents the signal strength or how close it is to the router? For example if it shows 1, is that a weak signal strenght or is that how close it is to the router?

It means too weak signal strength. You need to move it closer to your zigbee hub or place some more zigbee router between your end device and zigbee hub

1 Like

Hello. Can you please help me?
I am using zigbee2mqtt 1.4.0. The directory of the component looks like this:

I put this in my configuration.yaml:

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

After the restart of hassio nothing happens. No errors in the logs. No new menu items. Nothing.
Also map update serice is not found:

Also I have tried to put component’s directory to the custom_components folder. But nothing changed.
image

Follow the instructions. It tells you where to put the component.

Hello everybody,

The time format is not right …
What can i do?

thanks.

image
image

My map looks very different. It’s full colour and I don’t get interconnecting lines.
I’m using latest version of zigbee2mqtt development branch.
My network is quite old from when zigbee2mqtt was fairly fresh, I wonder if I need to update the firmware and start my zigbee network again from scratch?

Hi everyone,

I have a lot of unconnected devices:

In example

However, device is connected and information is comming trough:
2019-09-30_14-35-23

Is there something wrong with my mesh network?
Or is there something wrong with the zigbee2mqtt software?

Kind regards,
Bart Plessers

PS
Running

  • Zigbee2mqtt on bare-metal RPI
  • CC2531_USB-stick
  • latest version: CC2531_DEFAULT_20190608.zip

have you set the correct time zone in your home assistant configuration?

i also had the problem with the missing links after a firmware update. it only helped to pair my devices new

Hi,

I also think that the firware is too old.
How can I update it?

Zigbee2mqtt
runs under container station QNAP ( Docker)

Thanks

That is the zigbee2mqtt version number, and yes it is old: https://github.com/Koenkk/zigbee2mqtt/releases

As for the firmware, that is listed two lines further down. It too is out of date, see https://github.com/Koenkk/Z-Stack-firmware/tree/master/coordinator/Z-Stack_Home_1.2/bin/default and https://www.zigbee2mqtt.io/getting_started/flashing_the_cc2531.html

yep. Timezone is set to Europe/Brussels.
As you can see, 12 devices are “unlinked”, other are connected.

I also noticed that my TRADFRI LED and control outlet seems to be offline. However, they work properly and I can send messages to them.

Any idea’s?

Mine looks v similar.
I also have a z2m network from a long time back and using 1.6 dev branch.
The thing is that repairing everything is a bit of a challenge for me since some devices are installed and difficult to move to be (re)paired.

Hi,
I have updated everything

problem remains

any ideas


image

Hi.

I think it’s correct.

I have an entity called
time.sensor and it shows the correct local time in New Zealand.
I also have sensor.time_utc and that also shows the correct time.
If I exec bash into home assistant docker and type date then I also get the correct time and date.

I’m not sure what is set in my configuration.yaml

Why do you think that the time might be set wrong? Thanks.

I always get service not found error. I have copied data into Custom_components and also added those lines to configuration.yaml What could be wrong

Restart home assistant.

That was first thing I did!

Well you didn’t say so.

Does the service appear in your developer tools/services page?