GPS Logger used to work for months in older versions now it stopped and I can get it to work like before, even after following the official instructions.
Is anyone running succesfully GPSLogger on Hassio RPi after 0.86 ?
Can you provide with clear instructions?
Any reliable alternatives with low battery consumption on an android cellphone?
Steps that I took to work:
Removed the password from the end of the http body.
Replaced device=%DEVICE_NAME from the http body with device=george
(with device=%DEVICE_NAME didn’t work for me)
After this I got a new entity in known_devices.yaml named george
I got nothing in device_trackers.yaml
In configuration.yaml i added a
Yeah I found that one in the app and set it to 30 sec, but it still doesn’t seem to be updating very regularly in hassio? I thought that maybe the app logging interval and Hassio update interval were separate?
With the old integration approach, you used to also be able set interval_seconds under the relevant device_tracker in your config, which I always assumed had an affect?
Tried the same setup as George v above and get error in configuration. Yaml check saying entities not intergrated. GPS logger seems like it is working on phone ( no errors). No device showing in HA.
When you use integrations it will not add anything to yaml (aside from known devices).
Read the hassio logs (the file not the web GUI) when you have the GPS logger on the page where you configure the http logging. The log file will tell you what’s wrong
Thanks. I had thought that new devices were tracked by default? I’ll make the change and see if it works. Also looking into the log file to see if it shows a problem.