Skip to main content

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


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.3a0.tar.gz (7.1 kB view details)

Uploaded Source

File details

Details for the file evduty-free-0.0.3a0.tar.gz.

File metadata

  • Download URL: evduty-free-0.0.3a0.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

Hashes for evduty-free-0.0.3a0.tar.gz
Algorithm Hash digest
SHA256 61dc125fba7e84aa8d0797e960674d7d9b776a38d9156be9a92009b3a6cb59ab
MD5 648be84423d40ea66175ec1b521d3c7b
BLAKE2b-256 8e0e52c0177d62a9ec337b0c7eb15f723af2145ba8344482df7b3b3f78bf9c5d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page