#By "view the debug" I assume that means
1 messages ยท Page 1 of 1 (latest)
Yes. You can usually just view the log in real time and if you know the ID's of the switches you can filter for it or just keep an eye on it
Is the Id entity id in HA or a HWID from the device?
The ZWave ID. You can also manually poll them using services if your device doesn't let you
I do this for my locks, I poll them manually before bed just to be sure they are actually locked
service: zwave_js.refresh_value
data:
refresh_all_values: true
entity_id:
- lock.garage_back_door
While excessive, if it's mission critical you could run a time pattern automation to check them. I also do this on my freezers to make sure they didn't get wonky on me, but I know they won't spoil right away so once every hour I just refresh the values to be safe.
Belt and suspenders as they say
I enabled debug level logging and am monitoring. I think I can somewhat grok the logs. I am assuming the ID listed in the Z-Wave info panel of the Device Info panel of the device is the right ID. I see [Node 004] in the logs. Am I right to assume that's coming from / going to the node for my freezer?
Ok yeah by calling the service to force an update, it did cause them all to go unavailable
So on mission critical stuff, find a balance between polling for updates and not blowing up your Z-Wave network with too much traffic. Like I said, I do freezers every hour, that is safe enough for me.
What kind of switch is it? A bad one I'm assuming lol.
Hah the build quality seems decent!
Make & Model?
Zooz ZEN15
That's good stuff, unusual that it's not polling properly. But you have the fix, maybe there's a firmware update soon that addresses it. Either that or you have another Z-Wave device that's polluting your traffic and preventing those from getting signal back timely
How long should it normally take from a device getting unplugged to seeing unavailable in HA?
Instantly for me
oh wow
Let's say within 20 seconds for far away devices
I have some battery operated devices that might not report for 5 minutes but mostly it's right away. But that service exists for this purpose, use it to your advantage.
Since Zooz seems respected, I will look for firmware updates and other troubleshooting things to make sure its not something I've done or something otherwise avoidable. This node is also the most remote but its not like its a football field / pitch away. Thanks for your help!
That's probably why, it's on the edges of your network, but forcing ZWJS to poll it will solve your issue until you find a way to strengthen the network up to there.
I have ~200 ZW + ~125 ZB, the force is strong with me ๐
200 zwave devices and 125 zigbee devices?!?!
Well that certainly makes me feel less worried about network congestion if so
I can't help it, I'm a nerd LMAO. Plus I've been doing automation since early X10 days
There's very little in my house that's not connected to ZW/ZB/BT/ESP/WIFI
And my RV, and my boat. Still trying to automate my wife but for some reason she is opposed
I'm late to the bandwaggon but I do love what I've been able to do so far
till trying to automate my wife
๐
Welcome, nerd. You get a membership card after a while ๐
BTW, the nerd health plan sucks, it's Mt Dew and Cheetos and good luck.
I assume RSSI is still a relevant metric for signal strength? The logs say -87 dBm. A brief googling says a strength of > -100 dBm is good.