Android GeoFence Application
Posted: Sun Sep 27, 2015 2:11 am
Me and a fellow from germany have been working on an application for Android that will allow geofencing and will send an event with payload to EventGhost. It is almost complete. when done I will post more information on it.
GeoFencing for those of you that don't know is the ability to set a virtual fence around a location.
Example: If you have to leave the house in a hurry and want to have EventGhost shut down all the lights. you would set a perimeter around your homes location with a radius of say 500 feet. and when you leave or enter that perimeter an event will be triggered inside eventghost. this is all done automatically. so there is no need to pick up your phone or device to press a button to turn the lights off or on even.
the Event will contain the name of the zone (user changeable) that has been triggered as the program allows for multiple zones on a single device as well as if you are leaving or entering the zone.
the payload will include in a dictionary datatype the zone name, the transition (entering or leaving) the time and date(time is useful if turning on and off lights so you will be able to do it based on what time it is) and android device id (unique ID for each device) I don't know yet if we will add the option to input a nice user friendly name for the device just yet. As well as the latitude and longitude of the zone that has been triggered
if anyone has any suggestions please let me know.
K
GeoFencing for those of you that don't know is the ability to set a virtual fence around a location.
Example: If you have to leave the house in a hurry and want to have EventGhost shut down all the lights. you would set a perimeter around your homes location with a radius of say 500 feet. and when you leave or enter that perimeter an event will be triggered inside eventghost. this is all done automatically. so there is no need to pick up your phone or device to press a button to turn the lights off or on even.
the Event will contain the name of the zone (user changeable) that has been triggered as the program allows for multiple zones on a single device as well as if you are leaving or entering the zone.
the payload will include in a dictionary datatype the zone name, the transition (entering or leaving) the time and date(time is useful if turning on and off lights so you will be able to do it based on what time it is) and android device id (unique ID for each device) I don't know yet if we will add the option to input a nice user friendly name for the device just yet. As well as the latitude and longitude of the zone that has been triggered
if anyone has any suggestions please let me know.
K