Show Location for iPhoneLocator in AutHomationHD?

Hi!

Great app and really useful for automation of turning on and off the house when leaving and arriving!

Is there a way of showing the location for a device in the AutHomationHD app?

Now the iPhoneLocator plugin only show a question mark. I would like a device that could be named and only shown the status of the “Location” field under “Advanced”.

Not quite what you want, but i use the iphone locator app for android. That gives me the iphone location of the other half on a map…

3rd party plug-ins require the app developers to implement into their app. AutHomationHD does not currently support this plugin.

  • Garrett

indeed. I am not using this 3rd party App so cannot help.
the plugin supports a UPNP action called GetMapUrl that would return the google map url centered on the Phone gps position, maybe a 3Rd party app can use this by calling the LUA web service ( even in its external form through the VERA gateway ) to get position and display a google map on it

example:

http://192.168.1.5:3480/data_request?id=action&DeviceNum=95&serviceId=urn:upnp-org:serviceId:IPhoneLocator1&action=GetMapUrl

returns

<u:GetMapUrlResponse xmlns:u="urn:schemas-upnp-org:service:IPhoneLocator:1"> <FullMapUrl> http://maps.google.com/?q=%28%2A%29yyy+xxx+iPhone@25.2675333,1.798722221 </FullMapUrl> </u:GetMapUrlResponse>