I have a bunch of qubino Z-Wave switches at home for controlling the electrical heaters, with a dzVents PID control script.
It have worked flawlessly in the last winter. Now I have switched the system on again, and quite often (at least once a day) a heater gets stuck in the "On" state and temperatures rises a lot...
The ZWave switch output stays on, while it's off in Domoticz. Since my script only toggles the device if the desired state is different from the current state, as the temperature rises, it never switches off. Manually switching on and off solves the issue, until the next one.
In the ZWave control panel logs, I get a bunch of:
I have tried soft resetting the dongle (Aeotec Z-Wave Gen5), resetting the raspberry pi, and resetting the Zwave switches (by powering them off for 1 minute), and the issue comes back.2019-11-19 09:51:04.623 Error, Node021, ERROR: ZW_SEND_DATA could not be delivered to Z-Wave stack
2019-11-19 09:51:04.623 Always,
2019-11-19 09:51:04.623 Always, Dumping queued log messages
2019-11-19 09:51:04.623 Always,
2019-11-19 09:51:04.623 Always,
2019-11-19 09:51:04.624 Always, End of queued log message dump
2019-11-19 09:51:04.624 Always,
The domoticz version is the stable one, and it was updated in may. Could this be the cause'?