SAIC-iSmart-API / saic-python-mqtt-gateway

A service that queries the data from an MG iSMART account and publishes the data over MQTT and to other sources
MIT License
71 stars 21 forks source link

Scheduled charging check should take the user timezone into consideration #157

Open nanomad opened 8 months ago

nanomad commented 8 months ago

Right now we scheduled the check for "scheduled charging" based on the current docker container timezone. The API exposes the User Timezone, which is what it is used by the car to start charging.

It would be nice to move the scheduled check to this timezone instead.