Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgomes/pytrydan
https://github.com/dgomes/pytrydan
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgomes/pytrydan
- Owner: dgomes
- License: mit
- Created: 2023-11-05T01:20:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-31T12:56:30.000Z (5 months ago)
- Last Synced: 2024-12-20T07:48:53.241Z (9 days ago)
- Language: Python
- Size: 85.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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](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)):
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.