how do I finish this?
Moderator: Martin
-
- Posts: 3
- Joined: 03 Aug 2014 02:53
how do I finish this?
I want to loop the flow on the right back to check to see if the device is connected to my home ssid. But every way I have tried drains lots of battery. Any help would be appreciated.
- Attachments
-
- flow_Low_Signal_20140802_194909.xml
- (5.49 KiB) Downloaded 776 times
Re: how do I finish this?
Not quite sure what you are trying to achieve, but just create the second flow with the trigger "WiFi Connected" or "WiFi Disconnected" - something like that.
-
- Posts: 3
- Joined: 03 Aug 2014 02:53
Re: how do I finish this?
I'm trying to get it to detect that I've left my house and turn off airplane mode without causing a wake lock the whole time.
Thank you for your response
Thank you for your response
-
- Posts: 96
- Joined: 27 Jul 2014 10:40
Re: how do I finish this?
I used to do that but then i realised automagic doesn't work that way plus as you say it drains a lot of battery.
I now have flows for entering locations like home or work and flows for leaving with a default flow for them to fall back to.
I have a separate flow to check the wifi ssid but this is triggered by a periodic timer.
Periodic timers achieve the same thing as keeping the flow alive.
Sam
I now have flows for entering locations like home or work and flows for leaving with a default flow for them to fall back to.
I have a separate flow to check the wifi ssid but this is triggered by a periodic timer.
Periodic timers achieve the same thing as keeping the flow alive.
Sam
-
- Posts: 3
- Joined: 03 Aug 2014 02:53
Re: how do I finish this?
Could you post your flow so I could take a look?sambarlick wrote:I used to do that but then i realised automagic doesn't work that way plus as you say it drains a lot of battery.
I now have flows for entering locations like home or work and flows for leaving with a default flow for them to fall back to.
I have a separate flow to check the wifi ssid but this is triggered by a periodic timer.
Periodic timers achieve the same thing as keeping the flow alive.
Sam
Thanks for your response.
-
- Posts: 96
- Joined: 27 Jul 2014 10:40
Re: how do I finish this?
This flow executes when i enter my house
- Attachments
-
- flow_Entering_Home_20140807_000500.xml
- (5.12 KiB) Downloaded 776 times
-
- Posts: 96
- Joined: 27 Jul 2014 10:40
Re: how do I finish this?
This flow executes when i leave the house or my ssid disconnects.
- Attachments
-
- .flow_Leaving_Home_20140807_000528.xml
- (2.89 KiB) Downloaded 783 times