Python bindings to V2C Trydan EVSE
Documentation: https://pytrydan.readthedocs.io
Source Code: https://github.com/dgomes/pytrydan
Library to interface with V2C EVSE Trydan
Installation
Install this via pip (or your favourite package manager):
pip install pytrydan
Usage
There is a command line pytrydan
that can be used for basic interaction with the EVSE.
Retrieve the current status:
$pytrydan status IP_OF_TRYDAN
E.g. set current charging intensity using keyword "Intensity"
$pytrydan set IP_OF_TRYDAN Intensity 16
More information on available keywords
Contributors ✨
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!
Credits
This package was created with
Copier and the
browniebroke/pypackage-template
project template.