add heating power to hourly data

This commit is contained in:
atef 2024-01-29 13:24:38 +01:00
parent ed5e9fe6dc
commit 8c7a834d39
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class AggregatedData
public required Double SumChargingBatteryPower { get; set; }
public required Double SumGridExportPower { get; set; }
public required Double SumGridImportPower { get; set; }
public required Double HeatingPowerAvg { get; set; }
private readonly S3Config? _S3Config = Config.Load().S3;