Convert the temperature to Grand Celsius

This commit is contained in:
Stefan Allius
2024-04-16 19:26:52 +02:00
parent 3b2028c4c2
commit 3a5e4648a1
2 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ def test_parse_4210(InverterData: bytes):
"controller": {"Power_On_Time": 776},
"inverter": {"Serial_Number": "Y17E00000000000E", "Rated_Power": 600, "Max_Designed_Power": 2000, "No_Inputs": 4},
"grid": {"Voltage": 224.8, "Current": 0.73, "Frequency": 50.05, "Output_Power": 165.8},
"env": {"Inverter_Temp": 54},
"env": {"Inverter_Temp": 12.2},
"input": {"pv1": {"Voltage": 35.3, "Current": 1.68, "Power": 59.6, "Daily_Generation": 0.04, "Total_Generation": 30.76},
"pv2": {"Voltage": 34.6, "Current": 1.38, "Power": 48.4, "Daily_Generation": 0.03, "Total_Generation": 27.91},
"pv3": {"Voltage": 34.6, "Current": 1.89, "Power": 65.5, "Daily_Generation": 0.05, "Total_Generation": 31.89},