Page 2 of 2
Re: Python Plugin: GPSLogger
Posted: Tuesday 02 April 2024 14:32
by capman
This worked out for me.

Thanks!
Updated to the latest version also.
Keep up the good work !!
Re: Python Plugin: GPSLogger
Posted: Sunday 20 July 2025 13:10
by pioupiou92
Hello Marathon2010,
Thank you so much for this plugin. Very appreciate!
As I'm having an iPhone, not an Android, GPSLogger is not available for me. However I'm using your plugin but change few things.
First, I replaced the speed measure by the altitude (speed is not available on iPhone by default).
Second, I update RawData device data by using an iPhone shortcut from location and battery features (Lat/Lon/Alt/BatLv).
Third, I change a little the map shortcut to add a pin (add ?mlat=<Lat>&mlon=<Lon> on the URL before #map=16)
Thanks again for the great work you've done.
Pascal
Re: Python Plugin: GPSLogger
Posted: Wednesday 23 July 2025 11:04
by Marathon2010
Great and thanks for the compliment. In the end it's all about capturing the location related data of a mobile phone and have it moved into Domoticz. And within Domoticz do the smart things with that data. All with the background to be as independent as possible from Apple and Google

Re: Python Plugin: GPSLogger
Posted: Friday 01 August 2025 18:22
by capman
I want to send the raw data from gpslogger to dawarich.
Dawarich is installed on my local server. Maybe is there a
methode to do that from within domoticz ? I have a API from
dawarich. And I get the data from gpslogger into domoticz.
Info about dawarich can be found here >
https://github.com/Freika/dawarich
And here >
https://www.reddit.com/r/selfhosted/com ... w=original
If someone can help me to get me on the right track

.
Or should I open another topic ?
Thanks.
Re: Python Plugin: GPSLogger
Posted: Sunday 03 August 2025 17:44
by Marathon2010
What you could do is create a DzVents script for the Domoticz device that captures the RawData device. On every change of the RawData device the scripts trigger the API to dawarich (so at that moment GPS Logger has send updated location data to Domoticz). So the API will send the information to the dawarich server.
That would be most simple way forward I think.