Hi,
I set up the Owntracks integration and used the HTML link that appears during installation to connect to the Owntracks Android app. It works fine so far, except that the “Altitude” attribute isn’t being passed to the device_tracker. I checked the Owntracks integration logs via debug, and “Altitude” is present there, so the Owntracks app is sending it. However, as I said, it doesn’t appear in the entity.
Here the debug (deleted my location)
[homeassistant] 2026-03-18T06:12:38.078242289Z 2026-03-18 07:12:38.076 DEBUG (MainThread) [homeassistant.components.owntracks.messages] Received {'_type': 'location', 'tid': 'mn', 'lat': 123, 'lon': 456, 'acc': 9, 'alt': 88, 'vel': 0.2, 'batt': 76, 'bs': 1, 'tst': 1773814357, 'cog': 90.00000762939453, 'topic': 'owntracks/michael/s20mni'}
and here the content of the entity:
device_tracker.michael_s20mni
michael
home
source_type: gps
battery_level: 76
latitude: 123
longitude: 456
gps_accuracy: 9
velocity: 0.2
tid: mn
course: 90.00000762939453
battery_status: 1
friendly_name: michael
Did I found a bug?
I don’t want to use MQTT.