FindFriendsMini a new iCloud FindmyFriends Plugin
-
pixelpipeline
- Posts: 10
- Joined: Sun Dec 21, 2014 9:02 pm
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hello!
I really like this plugin ... the only thing that confuses me is the fact that I get an option for the device state called "distance to home in meters" - I can see that a distance is pulled from the Matrix API in the log files.
However, it always returns a 0 for the control page.
Am I doing something wrong or is it a function that is not implemented yet?
Thanks for the help and that great plugin !!!!
BR
Stefan
I really like this plugin ... the only thing that confuses me is the fact that I get an option for the device state called "distance to home in meters" - I can see that a distance is pulled from the Matrix API in the log files.
However, it always returns a 0 for the control page.
Am I doing something wrong or is it a function that is not implemented yet?
Thanks for the help and that great plugin !!!!
BR
Stefan
Last edited by pixelpipeline on Wed Jun 20, 2018 12:21 am, edited 1 time in total.
-
ryanbuckner
- Posts: 1409
- Joined: Sat Oct 08, 2011 12:33 pm
- Location: Northern Virginia
- Contact:
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Apple's limitation to allow only 1 device per AppleID makes FMF app basically useless.
-
pixelpipeline
- Posts: 10
- Joined: Sun Dec 21, 2014 9:02 pm
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
ryanbuckner wrote:Apple's limitation to allow only 1 device per AppleID makes FMF app basically useless.
I found that all friends that share their location with that account (I made a separate one for Indigo) all show up with their location.
Just make sure 2FA is disabled ...
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Guess it's supposed to be follow my friend, not track their devices. So you use their phone which is always with them and not also their iPad.ryanbuckner wrote:Apple's limitation to allow only 1 device per AppleID makes FMF app basically useless.
Sent from my iPhone using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
I was also looking for a replacement for the flakey and horrible to use Home Remote app. I have been testing GeoHopper and GeoFency and prefer GeoFency but I really dont want to open any ports on my router for them so looking at this.
I have it all setup, thanks to existing icloud account for my house for imessage, and all good. I see the device for my phone showing my home address and have a geofence setup that shows one person in it.
What I wanted to do was setup geofences for specific individuals. ie I want actions to be triggered when I enter the geofence at my local train station, and a different action to be actioned when my wife does. Can I do this? would I need to use Python if friendsinRange>0 to check which device is in the listFriends?
Thanks
I have it all setup, thanks to existing icloud account for my house for imessage, and all good. I see the device for my phone showing my home address and have a geofence setup that shows one person in it.
What I wanted to do was setup geofences for specific individuals. ie I want actions to be triggered when I enter the geofence at my local train station, and a different action to be actioned when my wife does. Can I do this? would I need to use Python if friendsinRange>0 to check which device is in the listFriends?
Thanks
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hisiclark wrote:I was also looking for a replacement for the flakey and horrible to use Home Remote app. I have been testing GeoHopper and GeoFency and prefer GeoFency but I really dont want to open any ports on my router for them so looking at this.
That I wanted to do was setup geofences for specific individuals. ie I want actions to be triggered when I enter the geofence at my local train station, and a different action to be actioned when my wife does. Can I do this? would I need to use Python if friendsinRange>0 to check which device is in the listFriends?
Thanks
Short answer - yes it is possible - the Geofences have a state of listFriends - which contains a list of the friends within. And the state friendsinRange (giving the number)
But more usefully there is a Trigger for enter and Exit Geofence.
eg.
Setup Train Station as Geofence (will list numbers within and list of friends)
But can have trigger for that Friend - entering or exiting this Geofence - this trigger then can perform whatever task you are after.
The limiting factor of entry triggers is it depends on the time interval of checking. The default of 5 minutes means there may be a upto - 5 minute delay. If you are there for less the 9.99 minutes (it is possible) it might miss you altogether. You can overcome some of that by having a larger Geofence range e.g. 200metres etc.
If you need; immediate entry triggers - best to have phone-indigo approach like GeoFency with its indigo plugin. This sends a trigger from your phone when you enter and then can act - in my experience it is within seconds of arrival.
https://github.com/IndigoDomotics/Beacon
(It doesn't use any addition 'Beacons' just your phone and an app to send entry/exit signals)
G
FindFriendsMini a new iCloud FindmyFriends Plugin
Thanks. Yes aware of the limitations with speed. I'll look at the triggers, hadn't occurred to me to look there.
I've looked at geofency but not keen to open a port on my router.
Sent from my iPhone using Tapatalk
I've looked at geofency but not keen to open a port on my router.
Sent from my iPhone using Tapatalk
- Different Computers
- Posts: 2730
- Joined: Sat Jan 02, 2016 10:07 am
- Location: East Coast
- Contact:
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hey, just making sure: This plugin doesn't share data with Google if I don't turn on the google map image options, right?
Sonoma on a Mac Mini M1 running Airfoil Pro, Bond Home, Camect, Roku Network Remote, Hue Lights, DomoPad, Adapters, Home Assistant Agent, HomeKitLinkSiri, EPS Smart Dimmer, Fantastic Weather, Nanoleaf, LED Simple Effects, Grafana, Yamaha RX Receiver.
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
HiDifferent Computers wrote:Hey, just making sure: This plugin doesn't share data with Google if I don't turn on the google map image options, right?
Confirming the new version (0.8.0 and above - separate thread about) removes all Google API Usage and does not require a API. If google is not used as map image there is no communication with google what-so-ever.
Glenn
- Different Computers
- Posts: 2730
- Joined: Sat Jan 02, 2016 10:07 am
- Location: East Coast
- Contact:
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Just got this set up tonight and it's freaking brilliant.
But I don't see how to get the map image, or any docs about it, especially if I'm not using Google.
But I don't see how to get the map image, or any docs about it, especially if I'm not using Google.
Sonoma on a Mac Mini M1 running Airfoil Pro, Bond Home, Camect, Roku Network Remote, Hue Lights, DomoPad, Adapters, Home Assistant Agent, HomeKitLinkSiri, EPS Smart Dimmer, Fantastic Weather, Nanoleaf, LED Simple Effects, Grafana, Yamaha RX Receiver.
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Glad you are enjoying!Different Computers wrote:Just got this set up tonight and it's freaking brilliant.
But I don't see how to get the map image, or any docs about it, especially if I'm not using Google.
Pretty sure if you enable Maps within Config they are created, then are saved routinely when there is an update to the local Mac running indigo to:
Directory:
Users/accountname/Documents/Indigo-FindFriendsMini
Glenn
- Different Computers
- Posts: 2730
- Joined: Sat Jan 02, 2016 10:07 am
- Location: East Coast
- Contact:
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Thanks! Super impressed with this plugin. It will add the extra check I need to finally eliminate Indigo thinking the house is empty because one of our phones went to sleep.
Sonoma on a Mac Mini M1 running Airfoil Pro, Bond Home, Camect, Roku Network Remote, Hue Lights, DomoPad, Adapters, Home Assistant Agent, HomeKitLinkSiri, EPS Smart Dimmer, Fantastic Weather, Nanoleaf, LED Simple Effects, Grafana, Yamaha RX Receiver.
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
Hi Glenn.
I am getting these errors now. Any ideas?
Sent from my iPhone using Tapatalk
I am getting these errors now. Any ideas?

Sent from my iPhone using Tapatalk
Re: FindFriendsMini a new iCloud FindmyFriends Plugin
It will relate to something new or different icloud is sending in your case (I'm not seeing anything similiar)siclark wrote:Hi Glenn.
I am getting these errors now. Any ideas?
Sent from my iPhone using Tapatalk
If you can PM me a debug log I’ll have a look at it now(ish)
G
Sent from my iPhone using Tapatalk
FindFriendsMini a new iCloud FindmyFriends Plugin
siclark wrote:Hi Glenn.
I am getting these errors now. Any ideas?
Sent from my iPhone using Tapatalk
Check your configuration..
I can reproduce if I put nothing or non-number in the
'Meters/Second for Travel Calculation' Setting
Should be 16.7
Equals 60km/hr
The other errors seem to be config related as well - it’s like the configuration has become completely borked (technical term). Hopefully opening config and resaving fixes.
Glenn