The MySkoda project (https://pypi.org/project/myskoda/) is an asynchronous Python library designed to facilitate digital communication with the Skoda vehicle API. Primarily serving as the foundation for a Home Assistant integration, the tool allows users to manage car data through either a command-line interface or as a standalone programming library. Its extensive API reference covers diverse functionalities, ranging from monitoring battery charging and climate control to tracking trip statistics and vehicle location. Has anyone experimented with this library? I have written a small program that successfully extracts State of Charge, Remaining Range, and Trip details. It puts these into a "civ" file that I can import into a spreadsheet. The API seems to provide further information, such as charging sessions (though I can manually get this for the phone app). I cannot, however, get any data returned. Has anyone else experimented with this and managed to get more data points returned