ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
84 stars 29 forks source link

Added very simple max soc example #28

Closed ardevd closed 5 years ago

ardevd commented 5 years ago

Added a sample script to illustrate a simple POC for how one could use jlrpy to enforce a max SOC.

The script will check the current charge level every minute and if it equals or exceeds the set maximum value it will stop charging the vehicle.