Unofficial module for interacting with EVDuty EV charger api
Project description
evdutyfree
Unofficial Python Module interface for EVduty chargers api
⚠️Warning - Very ALPHA and not ready for production. ⚠️
Loosely based on https://github.com/cliviu74/wallbox.
Example
from evdutyfree import EVdutyFree
w = EVdutyFree("user@domain.com", "password")
# Authenticate with the credentials above
w.authenticate()
stations = w.get_station_ids()
terminals = w.get_terminal_ids(stations[0])
terminalinfo = w.get_terminal_info(stations[0],terminals[0])
print(w.get_max_charging_current(stations[0],terminals[0]))
w.set_max_charging_current(stations[0], terminals[0], 30)
print(w.get_max_charging_current(stations[0],terminals[0]))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
evduty-free-0.0.2a0.tar.gz
(7.1 kB
view details)
File details
Details for the file evduty-free-0.0.2a0.tar.gz
.
File metadata
- Download URL: evduty-free-0.0.2a0.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3e394ac4a4d6b0e32e1b3f6e5e88fd1c6d150f97add7fbb53dce88d1bef1de3 |
|
MD5 | e4e4f7e5925c7102411dd29ccb148751 |
|
BLAKE2b-256 | 33d0ccb2d24b0a52a80687462db2810347ea95ae570ab78b48eb9d265ca7cf4e |