FindFriendsMini a new iCloud FindmyFriends Plugin

pixelpipeline
Posts: 10
Joined: Sun Dec 21, 2014 9:02 pm

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by pixelpipeline »

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
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

Post by ryanbuckner »

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

Post by pixelpipeline »

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 ...
siclark
Posts: 2356
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by siclark »

ryanbuckner wrote:Apple's limitation to allow only 1 device per AppleID makes FMF app basically useless.
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.


Sent from my iPhone using Tapatalk
siclark
Posts: 2356
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by siclark »

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
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by GlennNZ »

siclark 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
Hi
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
siclark
Posts: 2356
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

FindFriendsMini a new iCloud FindmyFriends Plugin

Post by siclark »

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
User avatar
Different Computers
Posts: 2730
Joined: Sat Jan 02, 2016 10:07 am
Location: East Coast
Contact:

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by Different Computers »

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.
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by GlennNZ »

Different 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?
Hi
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
User avatar
Different Computers
Posts: 2730
Joined: Sat Jan 02, 2016 10:07 am
Location: East Coast
Contact:

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by Different Computers »

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.
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.
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by GlennNZ »

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.
Glad you are enjoying!

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
User avatar
Different Computers
Posts: 2730
Joined: Sat Jan 02, 2016 10:07 am
Location: East Coast
Contact:

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by Different Computers »

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.
siclark
Posts: 2356
Joined: Tue Jun 13, 2017 5:08 am
Location: UK

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by siclark »

Hi Glenn.

I am getting these errors now. Any ideas? Image


Sent from my iPhone using Tapatalk
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

Re: FindFriendsMini a new iCloud FindmyFriends Plugin

Post by GlennNZ »

siclark wrote:Hi Glenn.

I am getting these errors now. Any ideas?

Sent from my iPhone using Tapatalk
It will relate to something new or different icloud is sending in your case (I'm not seeing anything similiar)
If you can PM me a debug log I’ll have a look at it now(ish)

G


Sent from my iPhone using Tapatalk
User avatar
GlennNZ
Posts: 1873
Joined: Sun Dec 07, 2014 3:33 pm
Location: Central Coast, Australia

FindFriendsMini a new iCloud FindmyFriends Plugin

Post by GlennNZ »

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
Post Reply

Return to “FindFriendsMini Plugin”