Page 1 of 1

Zigbee Map is a Mess (iframe inside Machinon Theme)

Posted: Sunday 20 October 2019 7:51
by josemi
Hi
I have scheduled a cron job to execute hourly the script that create zigbee map and I save it as html in www folder for being accessed by iframe inside Machinon Theme.
But I do not like the lines between the boxes because they are overwritten and you are not able to see where a box is connected.
Would you know how generate the map in other way more understandable?

Image

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

Posted: Friday 22 November 2019 14:48
by m147
Hi,

How did you generate the image?
By "dot" tool?

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

Posted: Monday 09 December 2019 0:31
by josemi
m147 wrote: Friday 22 November 2019 14:48 Hi,

How did you generate the image?
By "dot" tool?
Look this:

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

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

Posted: Thursday 12 December 2019 14:09
by m147
josemi wrote: Monday 09 December 2019 0:31
m147 wrote: Friday 22 November 2019 14:48 Hi,

How did you generate the image?
By "dot" tool?
Look this:

https://github.com/Koenkk/zigbee2mqtt/issues/252
My thought was you can generate image from graphviz with this command:

circo -Tsvg input.dot -o output.svg

Then you will get the map like this:
https://imgur.com/cfnMhZ2

Re: Zigbee Map is a Mess (iframe inside Machinon Theme)

Posted: Monday 06 January 2020 9:54
by josemi
Hi
It works very fine, thank you a lot.
Bravo!
m147 wrote: Thursday 12 December 2019 14:09
josemi wrote: Monday 09 December 2019 0:31
m147 wrote: Friday 22 November 2019 14:48 Hi,

How did you generate the image?
By "dot" tool?
Look this:

https://github.com/Koenkk/zigbee2mqtt/issues/252
My thought was you can generate image from graphviz with this command:

circo -Tsvg input.dot -o output.svg

Then you will get the map like this:
https://imgur.com/cfnMhZ2