Python API for accessing the go-eCharger EV-Charger via the local http-Endpoint
Tested with the "go-eCharger HOME+" CEE-Version
This is the first version of the API so there are still breaking chnages possible eg. output parameter names or values.
goecharger CLI App (TBD / WIP)
- Query Charger Status
- Set Charger Configuration
pip install goecharger
from goecharger import GoeCharger
charger = GoeCharger('192.168.1.1') # <- change to your charger IP
print (charger.requestStatus())