top of page

Berto Owntracks

 

The Berto Owntracks driver provides integration to an OwnTracks service either public or private. This allows for users to setup with a Berto_Profile to have their specific location tracked by using either the iPhone or Android apps.

 

A private broker such as Mosquitto can be used to host your own Owntracks service allowing for you to share all registered users locations with your system which can then be used in programming.

 

Properties

  • Server - The OwnTracks Boker to connect to in the form mqtt:// or mqtts:// followed by the hostname:[port]. The port number is optional and defaults to 1883 for mqtt connections and port 8883 for mqtts SSL connections.

  • Username - Broker username.

  • Password - Broker password.

  • Topic - The topic used in the OwnTracks topics, the default is owntracks/#.

  • Home Region Name - The name of the location which the system designates as Home.

  • Home Radius - The distance from the Home location before it is designated as left Home.

  • Profiles - The user profiles that will have OwnTracks location data updated for them. The name of the profile needs to match the name of the topic being sent by the phone app to the OwnTracks server. The names are not case sensitive.

  • Last Update - Date and time of the last OwnTracks location received along with the username.

  • Status - The status of the last OwnTracks message received for the user.

 

Programming

OwnTracks updates received to update the LAST UPDATE, PROFILE and STATUS variables which can be used under programming.

 

Release Notes

 

v1.00 - 2020-03-15

  • Initial Release.

 

v1.10 - 2020-03-29

  • Auto Update changed to be managed via the Auto Update Time specified in the Berto Cloud driver.

 

v1.11 - 2020-04-17

  • Added Console option to Debug Mode property to allow for external logging output.

bottom of page