Can get consumption on Fronius inverter

This commit is contained in:
2024-10-12 17:28:49 +02:00
parent 784fe58c3e
commit 5408cd3a9c
3 changed files with 39 additions and 1 deletions

View File

@ -18,7 +18,7 @@ asn1 = "0.17"
actix-web = { version = "4", features = ["openssl"] }
futures = "0.3.30"
serde = { version = "1.0.210", features = ["derive"] }
reqwest = "0.12.7"
reqwest = { version = "0.12.7", features = ["json"] }
serde_json = "1.0.128"
rand = "0.8.5"
actix = "0.13.5"