Page 1 of 1
Log does not work if events do not change
Posted: Tuesday 15 April 2025 13:45
by Jemand
It seems that domoticz is not updating the Log for a device if the action is the same. I have a button which sends "single", "double", "hold"... events. If I click "single" the action is triggered correctly and everything is working but the log doesn't update if the last click was also the same event (in this case "single"). Is there any way to log the same events?
Re: Log does not work if events do not change
Posted: Tuesday 15 April 2025 14:02
by waltervl
I have such device that is updated by a python plugin (Zigbee4Domoticz) and then I see for example every double click action being logged.
What kind of integration do you use?
Re: Log does not work if events do not change
Posted: Wednesday 16 April 2025 15:02
by HansieNL
Have you checked the Log History settings?
There's a setting: Only add newly received values to the Log
Re: Log does not work if events do not change
Posted: Thursday 17 April 2025 12:56
by Jemand
Yes, there is no change in the log if I enable or disable this setting. What I currently think is: I could set a different event to that switch when I performed my action to kind of reset it for the next click.
Re: Log does not work if events do not change
Posted: Thursday 17 April 2025 17:18
by waltervl
waltervl wrote: ↑Tuesday 15 April 2025 14:02
What kind of integration do you use?
Re: Log does not work if events do not change
Posted: Monday 28 April 2025 17:22
by Jemand
Integration is through Zigbee2MQTT Plugin (v. 3.2.0-beta). I now have solved the issue by the state back to "off".