Device Tracker: See not updating location

Initially trying to work out how to debug a zone based automation in node-red, I started out on the search for what message I needed to use in an event or inject node.

That led me to trying to work out how to find the correct messages for myself instead of relying on someone else asking in the forum before for that specific case.

I’ve played with the dev tools a bit in the past, but this one has me really confused.

Screenshots of my settings in the UI: Imgur: The magic of the Internet

service: device_tracker.see
data:
  dev_id: jack_ha_app_pixel
  gps:
    - -xxlat
    - xxlong
  location_name: doorlock

The logbok is also true, neither the person or the device updates. What am I doing wrong here?

Found the actual logs in ip/config/logs. That blond moment’s been about a year long, christ.

Logger: homeassistant.components.device_tracker
Source: components/device_tracker/legacy.py:234
Integration: Device Tracker ([documentation](https://www.home-assistant.io/integrations/device_tracker), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+device_tracker%22))
First occurred: 11:56:58 (5 occurrences)
Last logged: 12:45:28


The see service is not supported for this entity device_tracker.jack_ha_app_pixel

This is using the official android app with location data. Home and not_home tracking works just fine, so I’m a bit confused by this. Clearly I have the ID or what I can expect from the service wrong, but I can’t see from the docs whats not playing fair.