Find My iDevices! (April 2013+)

Posted on
Thu Jan 09, 2014 10:51 am
vtmikel offline
Posts: 628
Joined: Aug 31, 2012
Location: Boston, MA

Re: Find My iDevices! (April 2013+)

I'm finding that the battery level property is inconsistent in Find my iDevices. When I log into iCloud and check the battery status and level, iCloud seems to have the information correct. However, I created variables to hold these states with triggers to update the variables based on device states and I'm getting battery levels of zero quite often. Anyone else having this problem?

Posted on
Sun May 11, 2014 11:46 am
farberm offline
Posts: 393
Joined: Feb 24, 2008

Re: Find My iDevices! (April 2013+)

Any way to change the interval for checking location to be a set time ( 5 minutes). All I see is a minimum of 15 minutes?

Posted on
Wed Jun 18, 2014 10:01 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

farberm wrote:
Any way to change the interval for checking location to be a set time ( 5 minutes). All I see is a minimum of 15 minutes?


Maybe in the new version, once I have it ready.

The next version is a completely different architecture, so I have to figure out the best way to do this, without having to rewrite the entire plugin.

------
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 Jun 18, 2014 10:04 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

vtmikel wrote:
I'm finding that the battery level property is inconsistent in Find my iDevices. When I log into iCloud and check the battery status and level, iCloud seems to have the information correct. However, I created variables to hold these states with triggers to update the variables based on device states and I'm getting battery levels of zero quite often. Anyone else having this problem?


I'm sorry to say, but that data is from Apple. Apple returns a value, and I display it. (Same with Charging status.)

So it's possible that we are seeing cached data from Apple's end, and the Find my iPhone from the iCloud web site, handles it differently?

But hopefully v3 will take care of that issue.

- Benjamin

------
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
Mon Jul 07, 2014 11:19 am
emergent offline
Posts: 51
Joined: Aug 30, 2013

Re: Find My iDevices! (April 2013+)

Benjamin,
I wanted to thank you for making this plugin. It's working perfectly for me. I've noticed people wanting location updates more frequently than 15 minutes. I did as well, since I'm mainly using it to set my thermostat to "Away" if my wife and I are both more than 7 miles from home, and then turn that off if we're closer. At the 15 minute update interval we could be home by the time the thermostat status updated, so the house would still be warm.

I saw your posts about Apple caching the location data. Well if they were doing that before, they don't seem to be doing it now. I went into the Find My iDevices! preferences file, and changed it to update once a minute, and it is updating everything every minute with no problem. The location, charging status and charge level are all being updated consistently every single time it runs. I've had it this way for over a week now, and I can see my wife driving down the highway updating in real time every minute.

One thing of note is that I'm running iOS8 Beta 2, but I don't think that matters since my wife is still on iOS7.

I would donate some money, but I didn't see a link to do so. I'll also probably email you about a custom plugin I might be interested in.

:D

Posted on
Fri Jul 25, 2014 10:18 am
haavarda offline
User avatar
Posts: 702
Joined: Aug 18, 2012
Location: Norway

Re: Find My iDevices! (April 2013+)

Hi,
I just started to test out this plugin. I have had some small issues.
When I enable the plugin it takes a long time before anything happens after a while it says it was unable to find the update server.

Code: Select all
 Find My IDevices Error          Unable to reach update server.


I am not sure what this means. Is this a check for updating the plugin or updates from the apple server?

I am also unable to update the location manually (from the menu or a control page). This is the biggest problem for me, as I was planning on triggering position updates when something happens...
When I try to manually update position it says to in the event log, but nothing happens. I have set the interval to 1 hour, and this interval seams to work.

Code: Select all
25 Jul 2014 18:16:30
  Find My IDevices                Manual iDevice Update Requested (from Menu)



I have also set the units to km, but it is displayed as miles on the map, Is this something that is familiar?

hope someone that has been using this plugin for a while can share some thoughts on this...

Håvard

Håvard

Posted on
Fri Jul 25, 2014 12:15 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+)

I believe apple sometimes does not answer ... When I just flew from Dallas to Chicago it took 3 hours before it got new data but find my iPhone at Apple showed it correctly. I also get the can't reach update server. But that's just FYI. As for miles I can't say.


Sent from my iPhone using Tapatalk

Posted on
Sat Jul 26, 2014 11:53 pm
haavarda offline
User avatar
Posts: 702
Joined: Aug 18, 2012
Location: Norway

Re: Find My iDevices! (April 2013+)

I have been playing a bit more with the plugin and the result is the same. I can not update position manually. I have never been able to do a manual position update. Only the scheduled position update is working. Anyone that can help with this, or has the development of this plugin stalled?

Håvard


Sent from my iPhone using Tapatalk

Håvard

Posted on
Sat Aug 02, 2014 5:55 pm
kw123 offline
User avatar
Posts: 8333
Joined: May 12, 2013
Location: Dallas, TX

Re: Find My iDevices! (April 2013+)

this line throws an error:
Code: Select all
                                          indigo.server.log ("Trigger Error.  Unable to process Trigger, due to bad map point [%s]" % mp_trigger_name, is_Error = True)

:<class 'Boost.Python.ArgumentError'>: Python argument types in
ServerInfo.log(unicode)
did not match C++ signature:
log(CCString message, CCString type='', bool isError=False)
when running trigger without location set.

Posted on
Sat Aug 02, 2014 10:09 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Find My iDevices! (April 2013+)

Try changing is_Error to isError.

Image

Posted on
Mon Aug 04, 2014 7:56 am
bschollnick2 offline
Posts: 1355
Joined: Oct 17, 2004
Location: Rochester, Ny

Re: Find My iDevices! (April 2013+)

haavarda wrote:
Hi,
I just started to test out this plugin. I have had some small issues.
When I enable the plugin it takes a long time before anything happens after a while it says it was unable to find the update server.

Code: Select all
 Find My IDevices Error          Unable to reach update server.


Double check what version of Find My idevices you are using. I just checked v1.715, which is the latest public version and the version check code is disabled for that version. You shouldn't be seeing it checking for the update server.

I am also unable to update the location manually (from the menu or a control page). This is the biggest problem for me, as I was planning on triggering position updates when something happens...
When I try to manually update position it says to in the event log, but nothing happens. I have set the interval to 1 hour, and this interval seams to work.

Code: Select all
25 Jul 2014 18:16:30
  Find My IDevices                Manual iDevice Update Requested (from Menu)



I have also set the units to km, but it is displayed as miles on the map, Is this something that is familiar?

hope someone that has been using this plugin for a while can share some thoughts on this...


That maybe fixed in v1.715.

I need to revisit the FMID plugin, but I am tied up on the energy monitor, and thermostat monitor plugin at this point.

- Benjamin

------
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
Mon Aug 04, 2014 8:31 am
haavarda offline
User avatar
Posts: 702
Joined: Aug 18, 2012
Location: Norway

Re: Find My iDevices! (April 2013+)

Thanks for your feedback.
I believe I have the latest version installed:


Håvard
Attachments
Screen Shot 2014-08-04 at 16.30.16.png
Screen Shot 2014-08-04 at 16.30.16.png (20.83 KiB) Viewed 5388 times

Håvard

Posted on
Thu Dec 11, 2014 12:34 am
Jpaction offline
Posts: 36
Joined: Jun 18, 2011

Re: Find My iDevices! (April 2013+)

I just started to receive the following error. I have not updated or changed anything. Basically the error says (DeviceName): global name 'urllib2' is not defined
Attachments
Screen Shot 2014-12-10 at 10.25.02 PM.png
Screen Shot 2014-12-10 at 10.25.02 PM.png (40.82 KiB) Viewed 5219 times

Posted on
Thu Dec 11, 2014 8:09 am
VincentS offline
Posts: 45
Joined: Dec 11, 2014

Re: Find My iDevices! (April 2013+)

Jpaction wrote:
I just started to receive the following error. I have not updated or changed anything. Basically the error says (DeviceName): global name 'urllib2' is not defined


I've got the same error sinds yesterday. I tried uninstalling FMID installed it again but I keep getting these messages "unable to reach server"

Posted on
Thu Dec 11, 2014 9:49 am
Jpaction offline
Posts: 36
Joined: Jun 18, 2011

Re: Find My iDevices! (April 2013+)

I tried updating to the latest iDevice version and I am now receiving the following error when I try to setup a device.
Attachments
Screen Shot 2014-12-11 at 7.47.05 AM.png
Screen Shot 2014-12-11 at 7.47.05 AM.png (23.75 KiB) Viewed 5199 times

Who is online

Users browsing this forum: No registered users and 4 guests