How do you have Llama set up?

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
Could you post your rules you have set up? I might find some additions from your ideas :)

I currently use a low battery condition which turns off wifi and data until the battery is charged back up to at least 11%. I have a rule for entering 3 areas (cellid) which triggers wifi and disables data, airplane mode overnight as long as screen isn't on at the time (1am till 8am) and wifi off when it disconnects but it waits 1 minute and ensures there's no current connection then toggles data on.

Any other clever stuff I can make it do?
 
My Wifi rule doesn't appear to work, as it relies on the cellid to turn it on, but as it's in a 'disconnected' state it turns it back off again.
 
Remove the task that turns off WiFi when it disconnects and replace it with a rule to switch off WiFi when you are not within a certain location determined by cell id and back on when within this area. This means that it will continue to poll and not turn off if it doesn't connect and still within the set area.

IF within <area> switch on WiFi
IF Outwith <area> switch off WiFi

<area> = an area you have setup according to cell Id

I was trying to avoid using cellid as they cover a rather large area here.
 
Back
Top Bottom