I’ve developed this app in a full open-source mindset, the source code is available under a GPL-license, meaning that everyone is allowed to use it provided that they release their source code under a GPL-compliant license. You can find the source code of the application in my GitLab repository at:
Anyone is free to contribute towards the app, you can simply fork the repository on GitLab and create a merge request with your changes, I’ll review them and most likely include them as part of the app.
If you want, you can buy me a beer, or send me a donation using:
I really hope you enjoy the app, and any feedback is always welcome! I try to respond to all requests as soon as possible, but be aware that I have a regular job too, which might imply that sometimes it takes a bit longer then on other times.
@Daderu - hmm, I’m not a specialist in the Skoda API itself, as I just use the Python library for it. When do you get this error? During pairing? As it seems it already went over the basic step of authentication, it shows it knows a VIN already so.
@KIK - yes, that is the intention as one of the next steps.
Car is not locked for 10 minutes - Message request to lock the car.
Calculation of maximum range to a variable (Range/Battery*100) - Maximum range km can be followed over time.
How many % do I need to charge my car to reach my destination? - Calculation of needed % charge to extend range to desired distance. Used the Ask-card.
So far is it what I accomplished with version 0.0.3.
Comment: Card “Odometer became less than x km” is not needed
I’ll try to add some more logging to the app, and hook into the CarConnectivity library for logging, so that in a next version I might be able to find out what causes this.
Yeah, the odometer became less then x km is quite bogus, but I didn’t create those cards, Homey automatically provided them. I have to check if I can get those disabled.
I’ve switched to another python library for the Skoda integration. It seemed the CarConnectivity was was not working as I expected, I now use the MySkoda python library which is much better documented and also used for the Home Assistant integration. Therefore I’m pretty sure this library will be properly maintained and stable.
There is however a downside of this: the upgrade to v0.1.0 is breaking! This implies that an existing device will no longer work.
I’m extremly sorry for this inconvenience, but I prefer to do this now before I add more features as it would break any flows then.
Car at home - Calculation of distans in km from home latitude and longitude (read from app metrics when at home)
{{round(sqrt(pow(Latitude-Home_latitude,2)+pow(Longitude-Home_longitude,2))/360*40075,2)}}
Car at home when the result is less than 0.03 km = 30 m