mirror of
https://github.com/CHC0815/goecharger.git
synced 2026-05-29 15:42:08 +00:00
Python API for accessing the go-eCharger EV-Charger via local http-Endpoint
- Python 98.5%
- Makefile 1.2%
- Shell 0.3%
| .github/workflows | ||
| goecharger | ||
| tests | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| publish.sh | ||
| README.md | ||
| requirements.txt | ||
| setup.py | ||
goecharger API (WIP)
Python API for accessing the go-eCharger EV-Charger via the local http-Endpoint
Tested with the "go-eCharger HOME+" CEE-Version
Warning: WIP - Breaking changes possible
This is the first version of the API so there are still breaking chnages possible eg. output parameter names or values.
Links
goecharger CLI App (TBD / WIP)
Features
- Query Charger Status
- Set Charger Configuration
Install
pip install goecharger
Example
from goecharger import GoeCharger
charger = GoeCharger('192.168.1.1') # <- change to your charger IP
print (charger.requestStatus())