I am gradually switching devices over from ST to HA, which I have running all by itself on a NUC. I have a HUSBZB-1 for Z-wave.
My problem is with an old Vision ZG8101US (looks like the gen1 Ecolink) that has worked perfectly on ST for 6 years.
On HA, it reports the door opening quickly, but always has a 5-7 min delay in reporting the garage door closed. This difference has persisted over 3 rounds of switching from ST to HA and back. It also behaves identically when the tilt sensor is next to the hub or controller and tilted by hand.
Any suggestions, other than the obvious one of keeping it on ST?
Download the Device diagnostic file and post it to a pastebin site, link back here. Make sure you are using the correct entity, sometimes a disabled binary_sensor works better.
Z-wave JS–latest
Driver version: 13.10.3
Server version: 1.39.0
Any issues with shape of the network have been controlled for, as the difference is identical when the device is right next to either the hub or the HUSBZB-1.
The log shows an immediate change, but the status on my dashboard does not:
Well, that seems to have the contents of a diagnostic file, but has lost all formatting and is nearly impossible to read. Would be nice to have the original file.
Which entity are you using, binary_sensor.garage_door_tilt_sensor_sensor_state_any?
Turns out I used to own this device but it stopped working a couple years ago.
It’s not uncommon for older Z-Wave devices to be poorly designed, like this one is. Often the “modern” notification sensors don’t work but the legacy binary report sensors do. Z-Wave Certification is a low bar, and it doesn’t guarantee devices don’t have buggy implementations. Especially true for old devices.
"compat": {
"mapBasicSet": "auto",
// The device does not idle its own notifications
"forceNotificationIdleReset": true
The 5 minute delay you see with the intrusion sensor is the idle notification reset compat flag.
Z-Wave JS / HA get a lot of blame for bad device behavior when it’s the devices themselves are poorly designed. If the notification report was working properly this wouldn’t have been an issue.
SmartThings, or 3rd party developers typically, take on the burden of handling bad devices with custom code, which is why you might see less problems on ST, they are just hidden from you. Z-Wave JS and HA have chosen to follow the Z-Wave specifications as close as possible, instead of having a development burden of creating workarounds for the high number of non-compliant Z-Wave devices out there. There aren’t enough Z-Wave developers on this platform to support such a path.