Now all useful information that Life360 provides is pulled every 5 minutes this information includes PLEASE NOTE: The presence part of the app still runs on original code or manual refresh
Address1 - In the UK only seems to provide places that you have added to Life360 - US might get more information
Address2 - Again UK does nothing but may provide US users information
PrevAddress1 - Previous address1
PrevAddress2 - Previous address2
Battery - Phone Battery Percentage
Charging - Is Phone on Charge
Last Checkin - Last time the phone updated the Life360 Servers
TO ADD PLACES - That will appear in address1 - If you have Life360 plus you can add as many alert places you like but on the free account only two but you can name places and I believe you can have as many as you like
This has been available for sometime in the topic about Life360 not being reliable.
But recently @btrial added some more features and I feel more people should know about it
distance from your chosen place (can be used in webCore),
Ideas and some code snippets taken from webCore presence sensor by @ady624 (so praise goes to him)
Install - Very Important
Even though the code is the same as the official Life360 you cant just install this code and expect it to work, SmartThings will just continue to use the official code. You will have to completely remove the Official App and Devices before you can install using this code & enable OAuth
Now the idea is to use webCore to monitor the Life360 for inconsistencies and then fire the refresh if needed for example @sdbg posted this as a example
Can you explain how Life360 is not reliable? I find that itâs extremely reliable and accurate. Wondering, as Iâm looking to use Life360 to automate the Home/Away mode changes.
It was more a thing in mid 2016 when I originally made this. Some people no longer have the problem, even I no longer have but thats because we have better phones and 4G signal than we had in 2016, but it was also due to Life360 breaking the app too. Back in mid 2016 early 2017 once or twice a week life360 didnât work correctly. This is the main thread at the time Life360 seems to send notifications properly, but presence status not updated? moaning about the problems of life360 at the time.
I would like that ability too. You can change the SmartApp where is calculates the distance by dividing the result by 1.609344 to convert the Km to Miles. Or, you can do it in the DTH by dividing the result by the same 1.609344. Either way the DTH still needs to be updated as it is âhardcodedâ as âkm from: homeâ and I changed that to âmi from: home.â Could you add in a user selectable option for Km or Miles and then make that conversion and text label change based on their selection?
Thank you for this! Using webCoRE, I was able to use the distance metric from a Life360 user and stored it to a global variable and then set it into a virtual temperature sensor. That in turn allowed me to add my new virtual temperature sensor to my ActionTiles Tablet.
My Error. I did not re-run the SmartApp to recreate the devices after I updated the code. When I reverted to your code and did that everything works as expected. Sorry for my oversight and thanks again for this.
Iâm getting the same are your on android, I feel this is a might be the app rather than my code as It cant just stop working. @btrial what you think?
I also see â?â on Android, instead of icons. It was working properly before.
As @Nezmo pointed, there is missing type:âgenericâ.
I have pushed an update to my repo and yours @tmleafs,
meantime you see on the screenshot attached, what and where to add it.