I upgraded to ZwaveJS a few days ago and everything was working well. However, this morning, none of my zwave devices can be controlled via lovelace or automations. If I toggle a device manually, the new state is properly reflected in lovelace but I can’t turn any devices on/off remotely! Any idea what is going on?
Edit: Rebooting the entire host seems to have helped
I have similar issues and I have gone to rebooting the core from an automation once every 3 days. I have not been able to determine if it is in HA or my host system (ubuntu20.04 with VM). Nothing in the logs that indicate a problem. I use hacs garbage collection to set the 3 days for the sensor (sensor.boot_hacore).
alias: Reboot HA Core
description: Reboot home assistant at 11:57:19 PM every 3 days
trigger:
- platform: time
at: '23:57:19'
condition:
- condition: state
entity_id: sensor.boot_hacore
state: '0'
action:
- service: homeassistant.restart
mode: single