easee

Crates.ioeasee
lib.rseasee
version0.1.1
sourcesrc
created_at2024-08-02 09:47:14.118559
updated_at2024-11-25 12:42:24.649303
descriptionRust bindings for the Easee cloud API for EV charging devices
homepage
repositoryhttps://github.com/maugier/easee-rs
max_upload_size
id1322985
size76,939
Maxime Augier (maugier)

documentation

README

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

Commit count: 33

cargo fmt