Z-Wave-js 12722 / ZW4005 by GE/Jasco Not updating state

I’m using a AEON Labs ZW090 stick with zwave-js. I’m able to control the GE switch from HA fine and the off/on state changes correctly. When someone manually flips the switch the state of the switch does not update in HA.

When the state of the switch in HA doesn’t match the physical state it breaks scenes in HA. HA doesn’t attempt to turn off a light that it thinks is already off.

Any ideas on why the switch status isn’t getting updated in the HA?

Different stick here (HUSBZB-1), but I’m having the same problem with my Aeon Labs Micro Dimmer switches. Manual state changes are not reflected in HA.

Possibly covered here. My Aeon Labs switches are a few years old, and probably not Z-Wave Plus.

I believe that you need to poll that device based on it’s age. It’s one of the devices that doesn’t have instant updates built in.

But I didn’t used to have to do this with Zwave-JS so something has changed.

You’ve always had to poll those devices, even in the old zwave.

14xxx series + doesn’t require polling.

I guess this is how I’m looking at it. When I switched over to Zwave-JS GE switches and other devices updated when a service to turn on a light or switch was called. Now it is not acting like that lately.

I have no idea how it was working for you in the past, but if your jasco switch/dimmer model number starts with a 12, then it does not support live updates and you have to poll it.

Via zwave refresh service?

That’s one way to do it, yes