Zwave Device shows double on- and off-entries in log
Posted: Saturday 02 November 2019 15:49
Hi Forum,
I'm using Zwave with Domoticz to control some switches and some thermostats. This is a question specifically on the Domoticz log for the switches, which show double entries for 'On' and 'Off', e.g. even though I click in the Domoticz UI once to switch on or off the switch, the log for that switch shows two entries for each. Any advice on what the root cause might be and how to resolve?
Here is an example from the Log of one of the switches:
When looking at the log output in the OpenZwave control panel, there are sometimes errors logged:
Note that the OpenZwave log does not always capture these two errors when the switch is (de)activated. The Domoticz log of the switch always has the two 'on' and 'off' entries. So, perhaps this is a non-related problem.
Other information:
I'm using Zwave with Domoticz to control some switches and some thermostats. This is a question specifically on the Domoticz log for the switches, which show double entries for 'On' and 'Off', e.g. even though I click in the Domoticz UI once to switch on or off the switch, the log for that switch shows two entries for each. Any advice on what the root cause might be and how to resolve?
Here is an example from the Log of one of the switches:
Code: Select all
2019-11-02 14:37:43 Off
2019-11-02 14:37:43 Off
2019-11-02 14:37:31 On
2019-11-02 14:37:31 On
Code: Select all
2019-11-02 14:37:34.578 Error, Node020, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-11-02 14:37:34.578 Always,
2019-11-02 14:37:34.578 Always, Dumping queued log messages
2019-11-02 14:37:34.578 Always,
2019-11-02 14:37:34.578 Always,
2019-11-02 14:37:34.578 Always, End of queued log message dump
2019-11-02 14:37:34.578 Always,
2019-11-02 14:37:46.062 Error, Node020, ERROR: Dropping command, expected response not received after 1 attempt(s)
2019-11-02 14:37:46.063 Always,
2019-11-02 14:37:46.063 Always, Dumping queued log messages
2019-11-02 14:37:46.063 Always,
2019-11-02 14:37:46.063 Always,
2019-11-02 14:37:46.063 Always, End of queued log message dump
2019-11-02 14:37:46.063 Always,
Other information:
- ZWave controller: Aeotec Z-Stick G5 ZWave+
- ZWave device: Zwave-plus 2 relay switch FGS-223
- The Zwave device is located very close to the controller (but was included when at a different location)
- Domoticz: Version: 4.10717
- Another ZWave switch (Neo CoolCam Smartplug) does not show these 'double on/off' log entries
- The other switch in the FGS-223 shows the same behavior
- The switches are also controlled via a dzVents script (this might be irrelevant)
- Another post suggests a range issue and/or bad inclusion. The controller and device are very close and I fear that excluding and re-including leads to new IDX numbers need to redefine the device in Domoticz, so did not yet try that.