Z-Wave graph (without the python)

Do you got a link?

Yup here you go.

1 Like

But his is NOT for the QT openZwave (beta) OZW 1.6 one is it?

That is correct.

Fixed & very slightly improved. Moved to GitHub: https://github.com/AdamNaj/ZWaveGraphHA

Version 3.0: (21 September 2020)
- restructure to accomodate for a breaking change in Home Assistant 0.115
- default graph ranker, edge visibility and grouping settings are now customizable in configuration.yaml
- move from Gist to GitHub - Pull Requests are welcome :slight_smile:

14 Likes

thank you, now it works correctly with 0.115.2

1 Like

Thanks for the fix!

1 Like

Superb! many thanks

1 Like

For me still not working.
EDIT:After second restart worked.

1 Like

Awesome!, thanks mate.

1 Like

Error :roll_eyes:

Unable to load custom panel from http://192.168.3.198:8123/local/zwavegraph3.js

Something is wrong with your config, it should be ‘ip_address:8123/zwave-graph’

1 Like

I know

Also try to change the path to www/

O!, all I did was copy zwavegraph3.js to my www folder, and then added the code below to panel_custom, restarted and it came up.

  - name: zwave-graph-panel
    url_path: zwave-graph
    sidebar_title: Z-Wave Graph
    sidebar_icon: mdi:z-wave
    module_url: /local/zwavegraph3.js
    config:
      # ranker - pick one: network-simplex, tight-tree, longest-path
      ranker: network-simplex
      # edge_visibility - pick one: relevant, all
      edge_visibility: relevant
      # grouping - pick one: z-wave, ungrouped
      grouping: z-wave
1 Like

You can also try specifying the full path, like below which is mine, yours may vary depending on install type.
.
module_url: /home/homeassistant/.homeassistant/www/zwavegraph3.js

/config/www/zwavegraph3.js

Schermafbeelding 2020-09-22 om 18.08.49

:+1:Try that

I have tried Chrome browser. There it is working.
Problems are in Safari 13.1.2.

On the iPhone it also not working. Same error.

Sorry, can’t help much there, no iOS devices here.