Rust bindings for the Easee EV Charger cloud API
Go to file
2024-08-02 18:57:54 +02:00
src Start implementing event stream 2024-08-02 18:57:54 +02:00
.gitignore Ignore Cargo.lock for libraries 2024-08-02 10:56:40 +02:00
Cargo.toml Start implementing event stream 2024-08-02 18:57:54 +02:00
LICENSE License under GPLv3 2024-08-02 10:47:37 +02:00
README.md Start implementing event stream 2024-08-02 18:57:54 +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
    • Websocket event stream
  • Ergonomics
    • Enums for protocol constants