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.1a0.tar.gz
(3.2 kB
view details)
File details
Details for the file evduty-free-0.0.1a0.tar.gz
.
File metadata
- Download URL: evduty-free-0.0.1a0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cca356c0d7eef771576bd1b12b62b4c02e8e46dcfc8373e87463afc7d580ca |
|
MD5 | 00f059e701766fdcf51e6c694fae120d |
|
BLAKE2b-256 | 51aa05faacc45168fa6a47b57a60ec3855eed78f414f7a80da1fd9e91317b491 |