Hi,
I appear to be having an issue with displaying the actual map.
I believe I’ve no issues generating the required data, based upon the logs
zigbee2mqtt:info 8/14/2019, 8:50:19 AM Starting network scan includeRoutes='0'...
zigbee2mqtt:info 8/14/2019, 8:50:19 AM Network scan completed
zigbee2mqtt:info 8/14/2019, 8:50:19 AM MQTT publish: topic 'zigbee2mqtt/bridge/networkmap/graphviz', payload 'digraph G {
node[shape=record];
"0x00124b001938f0b3" [style="bold, filled", fillcolor="#e04e5d", fontcolor="#ffffff", label="{0x00124b001938f0b3|0x0 |No model information available|online (2019-08-14T08:50:19+01:00)}"];
"0x00124b001938f0b3" -> "0xd0cf5efffeed648e" [penwidth=0.5, weight=0, color="#994444", label="80"]
"0x000d6ffffe483dc3" [style="rounded, filled", fillcolor="#4ea3e0", fontcolor="#ffffff", label="{0x000d6ffffe483dc3|0xe2fb |IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (LED1537R6)|online (13:11:50s ago)}"];
"0x000d6ffffe483dc3" -> "0x00124b001938f0b3" [penwidth=0.5, weight=0, color="#994444", label="1"]
"0x000d6ffffe483dc3" -> "0xd0cf5efffeed648e" [penwidth=0.5, weight=0, color="#994444", label="255"]
"0xd0cf5efffeed648e" [style="rounded, filled", fillcolor="#4ea3e0", fontcolor="#ffffff", label="{0xd0cf5efffeed648e|0x2c54 |IKEA TRADFRI LED bulb GU10 400 lumen, dimmable, white spectrum (LED1537R6)|online (13:11:50s ago)}"];
"0xd0cf5efffeed648e" -> "0x00124b001938f0b3" [penwidth=0.5, weight=0, color="#994444", label="31"]
"0xd0cf5efffeed648e" -> "0x000d6ffffe483dc3" [penwidth=0.5, weight=0, color="#994444", label="255"]
}'
zigbee2mqtt:info 8/14/2019, 8:50:22 AM Network scan timeout no outstanding requests
I’ve also taken the generated source.js and used http://viz-js.com/ to display the file, which generates as below:
However, Home Assistant display a blank map on the Zigbee Map tab.