azuwis / zigbee2mqtt-networkmap

Home Assistant Custom Card to show Zigbee2mqtt network map
251 stars 18 forks source link

Missing some information on networkmap #39

Closed Olive80 closed 1 year ago

Olive80 commented 1 year ago

Describe the bug Hello, The map does not show me the arrows with the connections. I am using a Sonoff Zigbee 3.0 USB Dongle Plus (CC2652P) coordinator on my Raspberry.

I also connected a cc2531 router to the electric power but not recognized

Capture zigbee map

Home Assistant version Home Assistant 2022.9.7

Zigbee2mqtt version Zigbee2mqtt to version 1.22.2

OS and browser version Debian 11

State attributes of sensor.zigbee2mqtt_networkmap links: [ ] nodes:

azuwis commented 1 year ago

Notice the links: [] in the state attributes of sensor.zigbee2mqtt_networkmap, it's normal that the map shows no links in this case.

The state attributes is given by Zigbee2Mqtt,I think you should report the issue to upstream project https://github.com/Koenkk/zigbee2mqtt/issues

Olive80 commented 1 year ago

I receive the informations for mqtt about quality link on home assistant

Screenshot_20221015-022635_Home Assistant

azuwis commented 1 year ago

zigbee2mqtt-networkmap use this API https://www.zigbee2mqtt.io/guide/usage/mqtt_topics_and_messages.html#zigbee2mqtt-bridge-request to get information about the network map, including nodes and links, nodes are devices, links are how devices are connected. It's not just about linkquality.

According to the state attribute you posted, the zigbee2mqtt network map API gives links: [], which means no links, something is wrong about the API. It' up the upstream project Zigbee2MQTT to fix the problem.

Olive80 commented 1 year ago

https://github.com/Koenkk/zigbee2mqtt/issues/11968