I have been trying to setup OwnTrack on my iPhone and with HASS.IO running the MQTT Server & Web client Add on and though I seem to have got it all up and running no devices are turning up in my Known_devices.yaml file
The entries in my configuration.yaml file are as follows;
Owntracks Integration
owntracks:
max_gps_accuracy: 50
waypoints: true
mqtt_topic: ‘owntracks/#’
events_only: true
region_mapping:
cabin: home
office: work
MQTT Integration
mqtt:
broker: brokeraddress
port: 1883
client_id: ‘hassio-mqtt-client’
keepalive: 60
username: ha
password: password
Device Tracker
Device Tracker info
device_tracker:
- platform: owntracks
max_gps_accuracy: 100
waypoints: true
interval_seconds: 12
consider_home: 90
mqqt_topic: ‘owntracks/#’
All the ports are open on my firewall and confirmed as working.
The Owntracks app on my iPhone is saying connected
And checking the logs of the MQTT server (Add-on from HASS.IO page) it can see the connection in the logs. The incoming IP address is of course my firewall address rather than the public address.
Really not sure what I am missing with this TBH.
any help would be appreciated.
Thanks