Thinking out loud, but a workaround could be to publish the lat/lon values to MQTT using the mqtt.publish action, then using a MQTT device tracker to read them back as an actual device_tracker…
Unfortunately, there is no template device tracker, which would make the process far easier.
Thanks, I will have a look. I’ve no clue about how to get this rolling
What came to my mind was NodeRed, as I’m used to use it for TTN to Graphana tasks. It’s pretty easy to get the data. But how to publish it to HA using NodeRed?
An other idea … the PR implies that the issue is that the tracker is not called GPS. The data presented to HA is dependent on the so called TTN payload decoder which could be customized. For my tracker:
Which TTN tracker ist working with HA? It’s payload decoder could be an example how to modify the decoder for TrackerD.
In the PR: the PR implies that the issue is that the tracker is not called GPS
But … what I want is a map entry and I found this:
Perhaps this solves my problem. I only need to know how to create a sensor and update it, when the TTN device changes location data. According to the post I tried this as a startingpoint: