Hi all!
I’m having some trouble with some of my z-wave devices, namely my thermostat. Home Assistant seems to not want to poll them… at all. Here’s what I’ve got set (cherry-picked what I think are the relevant parts):
zwave:
usb_path: /dev/zwave
polling_interval: 10000
debug: true
customize:
climate.thermostat_heating_1_18_1:
polling_intensity: 1
polling_interval: 5000
climate:
platform: zwave
There is no messages in any log file of any kind of the thermostat and HA communicating at all… for hours. It would probably be days if I didn’t restart recently.
Any thoughts?