Rust bindings for the Easee EV Charger cloud API
Go to file
2024-08-02 10:47:37 +02:00
src Use wrappers for datetime parsing 2024-08-02 10:45:37 +02:00
.gitignore Initial commit 2024-08-01 23:53:44 +02:00
Cargo.toml Use wrappers for datetime parsing 2024-08-02 10:45:37 +02:00
LICENSE License under GPLv3 2024-08-02 10:47:37 +02:00
README.md Add README.md 2024-08-02 10:45:44 +02:00

Easee-rs - Bindings for the Easee.com Cloud API.

Work in progress.

Features and Todo

  • Authn/z
    • Token authentication
    • Persistence of tokens
  • Core functionality
    • Enumerate sites and chargers
    • Read energy meter
    • Read charger status
    • Control charging (start/pause/resume/stop)
    • Control dynamic current limits
  • Ergonomics
    • Enums for protocol constants