Is there a way for a Rules that Pimatic a switch on when a device is the first time on the day in the wlan? So if you, for example, comes home. But only once. Not permanently again.
Unfortunately, the iPhone turns the switch on again otherwise. Because it is always short logs from the WLAN…
-
time-dependent Rules
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." 09-28-2003, LINUS TORVALDS (http://www.nytimes.com)
-
You can do the following:
rule1:
if trigger: your-phone is present and switch1 is turned off then turn switch1 on
rule2:
if your-phone is absent for 15 minutes then turn switch1 off
But its better to create a new variable which is set to false or true and control your lights with that. More info and a little tutorial can be found here (and how to keep pinging your iphone while its sleeping) http://forum.pimatic.org/topic/134/holiday-mode-by-ping-phones