Hi,
searching for hours to find a solution. I configured a mqtt broker and send gps data with owntracks. That works fine.
But I cannot export my owntracks waypoints to HA. In the mqtt Websocket Console the strings are available, but HA is not getting them.
My conf:
mqtt:
broker: m20.cloudmqtt.com
port: XXXXXX
username: XXXXXXXX
password: XXXXXXXX
device_tracker:
- platform: owntracks
max_gps_accuracy: 200
waypoints: True
Do I have to add more to the config to make it working?