Ping Device Tracker at home not seen in the map

Hello all

I use the Ping integration with my mobile to know if I’m home and trigger automations.
The device tracker switches from home to no_home and opposite correctly.
However, if use the ping device_tracker as a reference in my person.me the map never shows me at home.

Any idea what can be wrong ?

editable: true
id: arnaud
device_trackers:
  - device_tracker.192_168_1_xxx
  - device_tracker.uuuuuu_smart_5
source: device_tracker.192_168_1_160
user_id: 85d27c6d61e54a7fa5f7b1712121bfe7
entity_picture: /api/image/serve/855dcab883d39b3b1a346cb0bb91d863/512x512
friendly_name: uuuuuu
templates:
  icon_color: >
    if (state == 'home') return 'green'; if (state == 'Home') return 'green';
    return 'red';
icon_color: green

Zone - About the Home Zone

Thanks for this information.

However, the app companion (on my mobile) show me at home in the map.
That’s why I thought it was the same.

Currently, if a person is home and detected by some router-based device_tracker - then it’s corresponding “person” entity does not have “latitude” & “longitude” attributes - thus this entity is not shown on a Map (only entities with coords are shown).
But this may change in a future: