Skip to content

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

License

Notifications You must be signed in to change notification settings

morphZ/goecharger

 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Makefile 1.2%
  • Shell 0.3%