diff --git a/Cargo.lock b/Cargo.lock index 552407a..e1ef5ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "tesla-charge-controller" -version = "1.0.8" +version = "1.0.9" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2f877a3..e373bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tesla-charge-controller" -version = "1.0.8" +version = "1.0.9" edition = "2021" license = "MITNFA" description = "Controls Tesla charge rate based on solar charge data" diff --git a/webapp/index.html b/webapp/index.html index a91c510..8c5033f 100644 --- a/webapp/index.html +++ b/webapp/index.html @@ -6,7 +6,54 @@ Tesla Charge Control + - -
-

- Grafana -

-
- - -

- -
+ +
+

Automatic control:

+
+ + + + +
+
+ +
+
+

+ Grafana +

+
+
+ \ No newline at end of file