From 3d342892f1e1c2dc6afb5a2640818b93b1e330c5 Mon Sep 17 00:00:00 2001 From: Maxime Augier Date: Fri, 2 Aug 2024 10:45:44 +0200 Subject: [PATCH] Add README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6d41ef --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Easee-rs - Bindings for the Easee.com Cloud API. + +Work in progress. + +## Features and Todo + + - Authn/z + - [x] Token authentication + - [ ] Persistence of tokens + - Core functionality + - [x] Enumerate sites and chargers + - [x] Read energy meter + - [x] Read charger status + - [ ] Control charging (start/pause/resume/stop) + - [ ] Control dynamic current limits + - Ergonomics + - [ ] Enums for protocol constants + + + + + + + +[1]: https://easee.com