Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doesn't seem to work with z wave JS #9

Open
GHSTUDIO1 opened this issue Feb 25, 2021 · 4 comments
Open

doesn't seem to work with z wave JS #9

GHSTUDIO1 opened this issue Feb 25, 2021 · 4 comments

Comments

@GHSTUDIO1
Copy link

the panel just says search name nodeid model but nothing else...

@u8915055
Copy link

u8915055 commented Mar 9, 2021

I spent some time looking at the code. I dont think this will be trivial to support. In the OZW HASS integration there is lots of data provided about each node and how they are connected - from what i can see anyway.. however in the zwavejs integration, that sort of data is provided by zwavejs itself or even possibly the zwavejs2mqtt server, but not in the native zwavejs integration for home assistant. I looked at the calls supported through the websocket api in the zwavejs module, the info is just not there. Perhaps one would have to a) add that api capability in the zwavejs hass integration or two, make this visualization card get the info directly from the zwavejs2mqtt server. I hope there is some ability for topology in the future.. I will point out that i am an amateur at reading code so i may not be 100% accurate in my assessment.

@jef-pearlman
Copy link

FWIW, if you're using zwavejs2mqtt, the z2m UI has a visualization already. If I remember right, it used to look a lot like this card, but I think they changed it recently to look like the other tree-formatted visualization that's been around for a while.

@abmantis
Copy link
Owner

abmantis commented Mar 9, 2021

I have yet to look at supporting zjs, but yes, the integration needs to provide the neighbor data. I don't think getting that from zjs2mqtt is a good approach since that would restrict this to that specific addon of zjs.

@trentjw
Copy link

trentjw commented Apr 18, 2022

just tried this and all I get is this"the panel just says search name nodeid model" but nothing else... so I am guessing this issue is still ongoing and does not work with ZWaveJS probably should be more clear this is not compatible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants