add PROD_COMPL_TYPE to trace

This commit is contained in:
Stefan Allius
2024-11-20 20:08:20 +01:00
parent 5ced5ff06a
commit 211a958080
7 changed files with 10 additions and 4 deletions

View File

@@ -120,7 +120,7 @@ def test_parse_4210(inverter_data: bytes):
"pv4": {"Voltage": 1.7, "Current": 0.01, "Power": 0.0, "Total_Generation": 15.58}},
"total": {"Daily_Generation": 0.11, "Total_Generation": 101.36},
"inv_unknown": {"Unknown_1": 512},
"other": {"Output_Shutdown": 65535, "Rated_Level": 3, "Grid_Volt_Cal_Coef": 1024}
"other": {"Output_Shutdown": 65535, "Rated_Level": 3, "Grid_Volt_Cal_Coef": 1024, "Prod_Compliance_Type": 6}
})
def test_build_4210(inverter_data: bytes):