cgarwood / homeassistant-zwave_mqtt

Limited Pre-Release of the new OZW1.6 Z-Wave component. Currently has limited platform support. Check the README for more details.
72 stars 8 forks source link

Home Assistant not responding to switch presses #58

Closed anthonyangel closed 4 years ago

anthonyangel commented 4 years ago

mqtt_dump.txt

I have 3 Steinel IS 140-2 PIR / Floodlights and about 15 Fibaro dimmer 2's, all connected in secure mode. Each of the Fibaro modules presents 2 switches to Home Assistant, when I try to toggle any switch the lights don't change, and the switch immediately resets itself back in Home Assistant. For the Steinel PIRs the switch resets itself, but the light does toggle

Attached is a dump (taken over 60 seconds)

anthonyangel commented 4 years ago

I've taken another dump over 2 minutes, as it looked like the 1st one only had events from the controller, and not from any nodes

mqtt_dump.txt

marcelveldt commented 4 years ago

Can you try to restart the OZW daemon ? After the restart wait a few minutes and restart hass. We still need to make thing a little more robust. For example if you restart the daemon, the connection in hass is lost and will not auto recover.

anthonyangel commented 4 years ago

It looked like I had to press each light switch in order to sync the system, and allow control for Home Assistant. This seems strange to key, as they're powered devices so shouldn't have to be woken up.

It's working now though, thanks

marcelveldt commented 4 years ago

Hmm, that's strange indeed. Recently there's been a big change in OZW to fix a long standing issue that might have caused this to appear. We'll keep an eye on it.