johansson wrote: ↑Saturday 13 April 2019 20:14
Any pointers how to get things moving? Do I need a separate MQTT client or what? (As you might notice, I'm not exactly a pro on this

)
Quick and dirty instructions for a Windows client
On Windows install MQTT
Create a client with the MQTT server ip address and port and connect to it
add a subscriber with the topic
zigbee2mqtt/bridge/networkmap/graphviz
hit subscribe
Create a publisher
topic to publish - zigbee2mqtt/bridge/networkmap
payload - graphviz
click on Publish button
the response will show in the subscribe window, something like
"digraph G { node[shape=record]; "0x00124b0014b887ab" [style="bold", label="{0x00124b0014b887ab|Coordinator|No model information available|online}"]; "0x00124b0014b887ab" -> "0x000d6ffffef34d9d" [label="168"] "0x00124b0014b887ab" -> "0x000d6ffffe9a1bc9" [label="129"] "0x00124b0014b887ab" -> "0x000d6ffffee3be1b" [label="182"] "0x00124b0014b887ab" -> "0x000d6ffffed1a718" [label="122"] "0x000d6ffffe9a1bc9" [style="rounded", label="{IkeaRepeater|Router|IKEA TRADFRI signal repeater (E1746"
copy all the text and paste it into
http://www.webgraphviz.com/ replacing the dummy text
click on graph button
