Hello,
I have a working owntracks system on a server outside my home LAN. I have been looking att the owntracks integration for HA and found this example configuration:
# Example configuration.yaml entry
owntracks:
max_gps_accuracy: 200
waypoints: true
mqtt_topic: "owntracks/#"
events_only: true
waypoint_whitelist:
- jon
- ram
region_mapping:
cabin: home
office: work
I can’t see how I could specify a hostname or IP address of a mqtt broker, is there some way to use the location information for an external owntracks system in HA ? I do lot like to use HA as my main owntracks system because I can’t allow access to it from the phone app. So configuring the phone to report to HA is not an option. I am looking for a way that HA can use the existing owntracks mqtt broker.
Any help would be appreciated.
Thanks
Jan