Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

goecharger

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goecharger

A Python API for accessing the go-eCharger EV-Charger

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

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.

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc