Skip to content

rhjensen79/easee-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and Release Workflow

Easee-CLI

Table of Contents

About

A CLI written in go, for controlling a Easee charger using the Easee.cloud Api

Getting Started

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.

Prerequisites

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.

Installing

TBD

Usage

Run

easee-cli -h 

to see the commands available.