The Berto Owntracks driver provides integration to an OwnTracks service either public or private. This allows for users 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.
- 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.
OwnTracks updates received update the LAST UPDATE, PROFILE and STATUS variables which can be used under programming.