A very simple command-line utility to control and view data from your Nissan Leaf, using Python.
- Clone to a convenient location, and add that directory to your path.
- Install https://github.com/nricklin/leafpy:
$ pip install leafpy
- Add your NissanConnect username and password to config.ini
- Control your climate control system and view battery and energy info!
$ leaf -h
usage: leaf [-h] {climateon,climateoff,batteryinfo,energyinfo} ...
positional arguments:
{climateon,climateoff,batteryinfo,energyinfo}
optional arguments:
-h, --help show this help message and exit