Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgomes/pytrydan


https://github.com/dgomes/pytrydan

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Python bindings to V2C Trydan EVSE



CI Status


Documentation Status


Test coverage percentage




Poetry


black


pre-commit




PyPI Version

Supported Python versions
License

---

**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](https://docs.google.com/spreadsheets/d/e/2PACX-1vQGA_7Z4YaSMZeHRTnAP6z_82dVPmM33NxJhvsDBEFn8LyWjX-RX_fkR7KCErqAE4aGFvPrUufooHoM/pubhtml?gid=1147522182&single=true)

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):



Diogo Gomes
Diogo Gomes

💻 🤔 📖

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

## Credits

This package was created with
[Copier](https://copier.readthedocs.io/) and the
[browniebroke/pypackage-template](https://github.com/browniebroke/pypackage-template)
project template.