Rust bindings for the Easee EV Charger cloud API
Go to file
2024-08-02 11:31:18 +02:00
src Box the ureq errors 2024-08-02 11:31:18 +02:00
.gitignore Ignore Cargo.lock for libraries 2024-08-02 10:56:40 +02:00
Cargo.toml Add crate metadata for crates.io publishing 2024-08-02 10:56:20 +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