Selector switch: trying to get forMin() working
Posted: Monday 11 May 2020 13:41
Hello
A button triggers a dzVents script that sets for x minutes a selector switch to level HG. Initial state of the selector switch is Off (level 0).
After the button is pushed, the selector switch is set to the expected level. After one minutes domoticz logs
Sèche serviette is the selectorSwitch 383, but it does not return to the Off state. What I'm not understanding?
dzVents 3.0.4
A button triggers a dzVents script that sets for x minutes a selector switch to level HG. Initial state of the selector switch is Off (level 0).
Code: Select all
dz.devices(383).switchSelector('HG').forMin(1)Code: Select all
2020-05-11 13:34:51.913 (Dummy) Light/Switch (Sèche serviette)
dzVents 3.0.4