Page 1 of 1

double dzVents log entries for switch device

Posted: Monday 31 July 2023 9:25
by bitdiddle
Hi there,

i have a specific device which is switched on (and of) via dzVents events (timer event based). Everything is fine with that.
I recognized, that in the device log all on/off events occur twice/doubled, caused by the event system. Which might be the cause for that?

dzVents-Script:

[...]
domoticz .devices("TestSwitch").switchOn().forMin(1)
[...]

KR

Re: double dzVents log entries for switch device

Posted: Monday 31 July 2023 9:29
by bitdiddle
Hmm, i recognized that this also happens when manually switching the device, so it might be an issue with the device itself?