Local control of ZW500D seems to no longer get reflected in HA? #6117
-
I'm trying to determine if this is a bug/regression or something I induced in my setup. I have 11 ZW500D wall switches in my network, using HA, Z-wave JS UI, the Zooz ZSE39 (800 series) controller. It's been generally pretty stable (used since December), keeping up with the updates being pushed by HA. But it started to occur to me in the last week or so that I've got lights on when it shows they're off, and I narrowed it down to these 11 old ZW500D switches being turned on manually at the switch. What I see in the logs when the switch is turned on is this, and nothing more:
"I swear this used to work." :) Was wondering if this was due to recent changes on how Z-wave state is reported? Debug log enclosed, including a re-interview of Node 032, if that helps. Thanks for any pointers. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Interesting that this did work before. When this command is received, Z-Wave JS checks if there is a lifeline association. If not, the state is refreshed. Your device does have a lifeline configured in the config file (which seems to be used for double press according to the manual). So if this actually worked before, something must have changed in regards to the lifeline association. I'll look into improving the heuristic. |
Beta Was this translation helpful? Give feedback.
-
FWIW, a double-press gives me a change in 32-32-0, which is reflected in zwave-js-ui. Does not report a change in 32-38-0 though...
|
Beta Was this translation helpful? Give feedback.
-
Hi AlCalzone... just FYI, I updated my HA to the latest Z-wave-JS-UI, and tested out the scenario to see if anything got magically changed, and sure enough, it has -- kinda cool...almost! Turning the dimmer on locally, I get this:
It appears to be doing the poll while the lamp is in the process of ramping up, which means it reports the lamp at 7% brightness rather than 100% brightness. If I then turn the lamp off locally, I get something similar:
Now HA thinks it's on at 71% when it is actually dimming down to the off position. I offer this as more data, with no expectations. Thank you for all you do. I've got one updated model on order to mess around with (ZW500D-M PLUS). |
Beta Was this translation helpful? Give feedback.
-
We have a compat flag for this situation where we can delay the poll. The device seems to ramp up quickly, so 1s should be enough I guess. |
Beta Was this translation helpful? Give feedback.
-
11.14.3 showed up in today's zwave-js UI update for HA. Did not seem to have the 3000ms change in it, still referred to the 1000ms delay. So I grabbed the current zw500d.json config file from master and put it in store/config ... verified it's good, and now I know how to tweak custom config files. :) |
Beta Was this translation helpful? Give feedback.
upped it to 3s: #6270