A CLI written in go, for controlling a Easee charger using the Easee.cloud Api
Get your credentials for Easee.cloud and run
easee-cli config
to add them to the applications config file.
The config file will be places in $home/.easee-cli/config.yaml
If you have problems finding your Charger's Id, then run
easee-cli config getchargerid
To get the id of your charger. Note we currently only support one charger.
To be able to run any commands, you must have a valid token. Obtain one, that works for 24 hours, by running
easee-cli login
The token will be saved in the config file, and used by all commands you run.
TBD
Run
easee-cli -h
to see the commands available.