Find My iDevices! (April 2013+)

Posted on
Thu May 30, 2013 11:19 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+) does not ask for devices

kw123 wrote:
- moving file into the proper directory (btw the directory given /Plugins/Library/Application Support/Perceptive Automation/Indigo 5/IndigoWebServer/Plugins should not have the first /Plugins before Library?)
- restart server


There are two different plugins to be installed.

There's the Find My iDevices.IndigoPlugin file, which goes into /Library/Application Support/Perceptive Automation/Indigo 6/Plugins.

Then there's the Find-My-Idevices folder, in the IWS Plugin folder, that needs to be put in the /Library/Application Support/Perceptive Automation/Indigo 6/IndigoWebServer/Plugins folder.

kw123 wrote:
==> a) Please ensure that you add the MobileMe account information for the iDevices you wish to monitor. <== does not show up.
...


From the log clip that you included, it appears that you need to add an Apple ID Login Device, and the Devices for your iDevices.

Steps to Create an Apple ID Login device

Click New Device
Change the Type to Plugin
Change the plugin to ”Find My IDevices”
Change Model to ”Apple ID Login information (For MobileMe & iCloud)”
Fill in your Apple ID username and password


Steps to Create an iDevice Record

Click New Device
Change the Type to Plugin
Change the plugin to ”Find My IDevices”
Change Model to ”iDevice Registration”
Choose the Apple ID Associated with the iDevice
Choose the iDevice name

Please note: If this is a new device, the iDevice name will not show up, instead it’ll prompt you to close the device. Close the Device record, and exit back to Indigo’s main window. (Make sure to save, and not cancel). This is due to new device’s not having an Indigo device number until the device is initially saved…. FMID needs that Device number.

If necessary, Re-open the iDevice record, and choose the iDevice name.

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Fri May 31, 2013 4:51 pm
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+)

thanks, works fine now, iphone is visible on the map. - and data in the device info.

simple question: how do I get to the location info in e.g. a trigger?


Thx

Karl

Posted on
Fri May 31, 2013 9:18 pm
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+)

I am getting every 10 sec now the following error messages in the log file
this happened after I added a trigger to send a mobileme message when iPhone is <0.1 miles and set variable away=false
but continues, after i inactivate the trigger


Find My IDevices Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 966, in runConcurrentThread
File "plugin.py", line 865, in run_search_for_idevices
File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
File "plugin.py", line 795, in process_device
<class 'Boost.Python.ArgumentError'>: Python argument types in
ServerInfo.log(unicode)
did not match C++ signature:
log(CCString message, CCString type='', bool isError=False)

Find My IDevices Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Find My IDevices Debug Running Concurrent Thread
Find My IDevices Retrieving location data
Find My IDevices Debug Logging into Find My iPhone with Apple ID Account (xxxxxxx@me.com)
Find My IDevices Locating - iphone device, (iPhone)
Find My IDevices running with (2, 300) and None
Find My IDevices location: {'latitude': xxxxx, 'timestamp': datetime.datetime(2013, 5, 31, 22, 13, 14), 'longitude': -xxxxx, 'accuracy': 10.0}
Find My IDevices Debug Location - {'latitude': xxxxx, 'timestamp': datetime.datetime(2013, 5, 31, 22, 13, 14), 'longitude': -xxxxx, 'accuracy': 10.0}

Posted on
Sat Jun 01, 2013 6:41 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

kw123 wrote:
I am getting every 10 sec now the following error messages in the log file
this happened after I added a trigger to send a mobileme message when iPhone is <0.1 miles and set variable away=false
but continues, after i inactivate the trigger


Find My IDevices Error Error in plugin execution runConcurrentThread:

Traceback (most recent call last):
File "plugin.py", line 966, in runConcurrentThread
File "plugin.py", line 865, in run_search_for_idevices
File "plugin.py", line 712, in fetch_updated_MobileMe_Locations
File "plugin.py", line 795, in process_device
<class 'Boost.Python.ArgumentError'>: Python argument types in
ServerInfo.log(unicode)
did not match C++ signature:
log(CCString message, CCString type='', bool isError=False)

Find My IDevices Error plugin runConcurrentThread function returned or failed (will attempt again in 10 seconds)
Find My IDevices Debug Running Concurrent Thread
Find My IDevices Retrieving location data
Find My IDevices Debug Logging into Find My iPhone with Apple ID Account (xxxxxxx@me.com)
Find My IDevices Locating - iphone device, (iPhone)
Find My IDevices running with (2, 300) and None
Find My IDevices location: {'latitude': xxxxx, 'timestamp': datetime.datetime(2013, 5, 31, 22, 13, 14), 'longitude': -xxxxx, 'accuracy': 10.0}
Find My IDevices Debug Location - {'latitude': xxxxx, 'timestamp': datetime.datetime(2013, 5, 31, 22, 13, 14), 'longitude': -xxxxx, 'accuracy': 10.0}


There's something odd with the Trigger, what exactly does the trigger consist of?

The error suggests that the trigger is a map point? If so, what does the map point consist of.

The error itself could be due to bad data or an error in the trigger, I can't tell without additional information.

- Ben

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Sat Jun 01, 2013 7:02 am
kw123 offline
User avatar
Posts: 8366
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+)

deleted all triggers and restarted server. have setup one trigger to put notification into log file works sofa.

works now, will wait to see if error comes up again

thanks

Posted on
Mon Jun 03, 2013 8:42 pm
symo offline
Posts: 9
Joined: Sep 16, 2012

Re: Find My iDevices! (April 2013+)

Running version 1.714

After updating to Indigo 6 Beta 8

I'm getting continuos entries in the Event Log:

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
etc...

I had to disable the plugin to get this to stop. Attempting to disable the plugin failed on "polite" request so it was forced to quit.

Thanks for any help.
-Jon

Posted on
Tue Jun 04, 2013 3:44 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

symo wrote:
Running version 1.714

After updating to Indigo 6 Beta 8

I'm getting continuos entries in the Event Log:

Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
Find My IDevices Done registering Apple ID
etc...

I had to disable the plugin to get this to stop. Attempting to disable the plugin failed on "polite" request so it was forced to quit.

Thanks for any help.


Upgrade to v1.715 (https://dl.dropboxusercontent.com/u/241 ... v1.715.zip) which fixes a bug caused by Indigo v6 Beta 8.

- Ben

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Tue Jul 09, 2013 10:33 pm
ethank offline
Posts: 55
Joined: Oct 12, 2006

Re: Find My iDevices! (April 2013+)

I updated to Indigo 6.0 b10 and running 1.715 of the plugin but it doesn't seem the triggers for "distanceAway" are executing properly. I have it setting a variable to "away" if a phone is more than 0.5 away and it doesn't seem to be executing.

Posted on
Wed Jul 10, 2013 11:45 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

ethank wrote:
I updated to Indigo 6.0 b10 and running 1.715 of the plugin but it doesn't seem the triggers for "distanceAway" are executing properly. I have it setting a variable to "away" if a phone is more than 0.5 away and it doesn't seem to be executing.


Are any of the other triggers working? I'll look into this, but I haven't seen or heard of any trigger issues?

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Wed Jul 10, 2013 11:48 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

Ben,
Any sort of idea when a manual triggered update location will be functional again?

Posted on
Wed Jul 10, 2013 4:11 pm
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

Dewster35 wrote:
Ben,
Any sort of idea when a manual triggered update location will be functional again?


I'm looking to possibly rewrite FMID, adding some new features from Indigo v6, and so forth.

I have been forced to scrap the idea of changing the FMID engine, but I believe I have made some changes that make the old one a little bit more reliable.

I'll be looking into this a little bit later this week.

- Ben

------
My Plugins for Indigo (v4, v5, and v6) - http://bit.ly/U8XxPG

Security Script for v4 - http://bit.ly/QTgclf
for v5 - http://bit.ly/T6WBKu

Support Forum(s) - http://www.perceptiveautomation.com/userforum/viewforum.php?f=33

Posted on
Thu Jul 11, 2013 4:46 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

bschollnick2 wrote:
I'm looking to possibly rewrite FMID, adding some new features from Indigo v6, and so forth.

I have been forced to scrap the idea of changing the FMID engine, but I believe I have made some changes that make the old one a little bit more reliable.

I'll be looking into this a little bit later this week.

- Ben


No worries and certainly no rush. Was just curious if it was still in the plans to be done or if Apple locked something out on their end that wouldn't allow it to be fixed. Thanks for all the hard work!

Posted on
Fri Jul 12, 2013 6:18 pm
ethank offline
Posts: 55
Joined: Oct 12, 2006

Re: Find My iDevices! (April 2013+)

bschollnick2 wrote:
ethank wrote:
I updated to Indigo 6.0 b10 and running 1.715 of the plugin but it doesn't seem the triggers for "distanceAway" are executing properly. I have it setting a variable to "away" if a phone is more than 0.5 away and it doesn't seem to be executing.


Are any of the other triggers working? I'll look into this, but I haven't seen or heard of any trigger issues?


I'll verify and I'm also going to try reverting to a prior version.

Posted on
Sun Jul 14, 2013 10:42 am
ethank offline
Posts: 55
Joined: Oct 12, 2006

Re: Find My iDevices! (April 2013+)

Reverting it just kept saying "Registering iDevice" continually. The newest version works fine, but just doesn't do triggering.

Posted on
Tue Jul 16, 2013 6:05 am
Dewster35 offline
Posts: 1030
Joined: Jul 06, 2010
Location: Petoskey, MI

Re: Find My iDevices! (April 2013+)

Ben,
I want to thank you for creating this plugin. We had a false alarm this morning with our smoke detector. We have linked detectors but believe that the other detectors did not go off, but I use the insteon smoke bridge and send those type of emergency notifications with find my iDevices plugin. This way the phone can be in airplane mode and as long as I still have wifi turned on, I will get an audible alarm... so thank you. Your plugin definitely brings some peace of mind.

Who is online

Users browsing this forum: No registered users and 11 guests