Search found 2 matches
- Monday 11 January 2016 13:10
- Forum: Other questions and discussions
- Topic: Virtual switch with auto revert option
- Replies: 3
- Views: 1643
Re: Virtual switch with auto revert option
Hej, I tried: commandArray = {} if (devicechanged['Laundry'] == 'On' and otherdevices['Entfeuchter'] == 'Off') then print('Waescheprogram wurde gestartet fuer 6 Stunden') --commandArray['Laundry']='On FOR 360' commandArray['Laundry']='Off AFTER 21600' commandArray['Entfeuchter']='On FOR 360' end ...
- Monday 11 January 2016 9:10
- Forum: Other questions and discussions
- Topic: Virtual switch with auto revert option
- Replies: 3
- Views: 1643
Virtual switch with auto revert option
Hej Folks, I do have maybe a dump question, but I couldn't found any solution / workaround for my problem. 1. I have a dummy switch which is called Laundry (means, if laundry is in the room, we enable the switch "Entfeuchter" so dehumidifier is switched ON for 6 hours only) 2. the Main switch ...