/goecharger

Python API for accessing the go-eCharger EV-Charger via local http-Endpoint

Primary LanguagePythonMIT LicenseMIT

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

Product Homepage

API-Documentation

Project Homepage

PyPi Package

Home Assistant Integration

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())