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

@ -35,6 +35,13 @@ pub enum ConsumptionBackend {
#[clap(short, long, default_value = "/dev/shm/consumption.txt")]
path: String,
},
/// Fronius inverter consumption
Fronius {
/// The origin of the domain where the webserver of the Fronius Symo can be reacher
#[clap(short, long)]
origin: String,
},
}
/// Solar system central backend