I use home assistant and Skoda connect integration to monitor my car, so now the next step automatically export this data like address during parking. there any different solutions, e.g file.write or pyscript based but all of them not working. anyone have expertises for this use case
Are you talking about historical data or from now on?
I’m thinking you might be able to trigger an automation if the location of the car has been mostly static for [some period of time] and have that written to a file.
hostorical data would be nice, but with data from now on should be beautiful in my case.
my Skoda connect integration check the car data witch are located in the cloud every x minutes and now I would store this data and run every month an export to csv file.
first challenge how to store this data, if no historical data at the Skoda cloud and the second challenge is to export this to a file and on my target scenario I will enrich other information like charging or mileage.
You could just save whatever data you have in Home Assistant in a Google sheets.
That is probably the easiest solution.
is this a HA Integration or App ? I prefer lokal solutions
If you want local then you probably need the file integration.
that is exactly what I need, but all of my attempts did not working, eg. file.write not supported, if I tried to configure this I got an error