I get same issue if I sue the serial device reference (/dev/serial/by-id/usb-0658_0200-if00). This is screenshot showing the devices reported. I only have the one key plugged and passed through to the VM.
No idea what to do now . I wonder if this has something to do with fact i’m running it in a VM and the web socket connection is restricted or something? I have no idea… i’m grasping at straws.
ZWaveJS is reporting this which shows it’s running:
Ha! Yep you got me. Need to lower my batch size and decrease my WIP to get this new HA configuration shipped to production.
I really like where HA has been headed lately. Z-Wave has always been iffy for me in HA but this new integration looks like something I can really get behind. And its in Node.js so if I can’t find a feature I can always write it and submit a PR.
Has anyone added a ring alarm base station as a secondary controller?
I see it listed on compatible devices and am due to install one in a few weeks and would love the alarm and sensors to be available in homeassitant!
Any ideas what causes this?
I’ve tried restarting everything. The dimmers look fine in Zwavejs2mqtt, but with only one entity - a switch - in the integration
What happens when you try to use the switch? I’ve got a Fibaro Dimmer 2 added, and it also appears as a switch. But if I click it, a Brightness slider appears. If I try to add automations with it, I also get the “brightness_pct” variable that I can use.
I tried, but the switch entity doesn’t even turn the light on or off.
I have some Fibaro dimmer 2 as well. They worked, with all the necessary entites.
Hmm… Might be some compatibility issue with the Qubino dimmers then. Have you looked into the configuration files? I’ve got some Namron dimmers I need to do that with “one of these days”…
When i was using the old zwave integration, i was using zwave.node_event for my motion detector HSM100.
Now, i migrate to Zwave JS, HMS 100 is still not working for motion detection so i want to use the event.
In the developper tools, i’m still having zwave.node_event but it’s not working anymore. The doc says that i must use zwave_js_event but i can’t find it in the developper tools tab…
You have to watch for the events generated by the zwavejs integration and capture the event data that you want to use from that event. then fill in the info to your trigger.
I migrated from OZW (beta) to ZWaveJS using the ZWaveJS2MQTT add on (only using the ZWaveJS WS, MQTT disabled). I only have 1 Zwave Device, a GE/Jasco 14294 dimmer. In my OZW configuration, I had to update update verifyChanges = True in order to keep the state in sync with the physical button. I’m assuming since I did not need to re-pair the device, this migrated over.
All states are being reported, however there is a 3-4 second delay when turning on the switch from HA before the state is updated. Turning off via HA the state updates almost immediately. Is there something I should look at?