Skip to content

Python tools to work with the json data of the go-eCharger API

License

Notifications You must be signed in to change notification settings

akleber/go-eCharger-tools

Repository files navigation

go-eCharger-tools

Python tools to work with the json data of the go-eCharger API.

Currently it saves the content from the /status url in a formatted .json file and prints the values with explanations.

Requirements

  • Python 3.6

Usage

Create, activate and setup venv:

cd go-eCharger-tools
python3 -m venv ./venv
source venv/bin/activate
pip install -r requirements.txt

Then set the right hostname or ip address in get_status.py if different from "go-echarger" and call

python3 get_status.py

Acknowledgments

@peterpoetzi for API explanations

About

Python tools to work with the json data of the go-eCharger API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages