Web service that provides a REST API layer over the My Autarco site/API to get statistical data of your solar panels.
This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Paul van Tilburg 0e555ce539
Port to rocket 0.5.0-rc1 and Thirtyfour 0.19.0
Also switch to using tokio 1.6.1 (this is the version that Rocket uses).
We only need to use the "process" feature from that.
The rocket-contrib crate has been dropped by upstream.
2021-06-13 20:52:23 +02:00
src Port to rocket 0.5.0-rc1 and Thirtyfour 0.19.0 2021-06-13 20:52:23 +02:00
.dockerignore Add support for building and running a Docker image 2020-10-10 21:15:19 +02:00
.gitignore Move the login credentials to a config file 2020-10-09 19:47:43 +02:00
Cargo.lock Port to rocket 0.5.0-rc1 and Thirtyfour 0.19.0 2021-06-13 20:52:23 +02:00
Cargo.toml Port to rocket 0.5.0-rc1 and Thirtyfour 0.19.0 2021-06-13 20:52:23 +02:00
Dockerfile Add support for building and running a Docker image 2020-10-10 21:15:19 +02:00
autarco.toml.example Move the login credentials to a config file 2020-10-09 19:47:43 +02:00
docker-compose.yml Add support for building and running a Docker image 2020-10-10 21:15:19 +02:00
screenshot.png Port to rocket 0.5.0-rc1 and Thirtyfour 0.19.0 2021-06-13 20:52:23 +02:00