Hi, how do I create an object on the map and feed it with a constant stream of Lat & Long?
I have a NodeRed flow that captures the Lat and Long from a mobile device and want to see the position plotted on the map of the device, the same way a person is plotted that has the app on their phone…
I can only get the lat/long and nothing else from the device so can’t install the app to have it provide the updates.
thanks
Admins/Mods: please move this if it’s in the wrong category. Thanks
So I currently have a Lat and Long being stored in an input_text entity (inserted by NodeRed), I can change the format of storage but it currently looks like 53.0095185 -1.20793433
Or I can craft a Call Service node to call a service instead of dumping the values in an input_text, but I’m struggling to get to grips with the device tracker functions in HA. It currently in maps only shows devices mobiles that have the app installed.
Is there a tutorial I can follow to make this happen?
Thanks
I think it would be easier if you could create a sensor for each of the lat and lon. I don’t use NR so not sure you can use that, but if not you could use a couple of template sensors
I will get round to posting a tutorial: But it will require you to have Node Red as that’s the way I’ve done it using the NEMA node within Node Red to receive the position information from my mobile 4G router that also has a GPS function (WLink).