easee-rs/README.md
2024-08-29 15:02:36 +02:00

599 B

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

Work in progress.

Features and Todo

  • Authn/z
    • Authentication and token retrieval
    • 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
  • Event stream
    • Websocket connection (raw SignalR messages)
    • Event decoding
  • Ergonomics
    • Enums for protocol constants
    • Proper SignalR support with Tokio