However, this setup seems a bit convoluted, and I wonder if there really is no more direct way to inject the lat/lon into a device_tracker, possibly without the automation.
I did have a glimpse at the regular platform: mqtt device_tracker, because that allows me to set the source_type: gps too, but then the payload is not correct, which is of course the reason for the json tracker in the first place…
I set the source_type with customize now.
thanks, though I guess I do need a device_tracker.
it should be either home/not_home/zone and thus can trigger automations.
been staring too long at these mqtt configs now.
could probably take out the 2 bottom triggers, as the device_tracker will be updated with these anyways, if and when the lat/lon changes, and I don’t care about those to trigger.
Even if it’s not mandatory per-se, you should check if the location changes based on gps coordinates.
My fear is that, by using the service, location wouldn’t be updated.
Hi petro, could you tell me how to do this, please? I have lon/lat in my node-red installation getting it from an mqtt-device, but i don’t know how to use it for showing it on a map in my dashboard.
Thanks a lot!