Skip to content

Commit

Permalink
Update expected_values.py
Browse files Browse the repository at this point in the history
adjust expectred values with example response
  • Loading branch information
SebStaeubert authored Mar 7, 2024
1 parent 6566b24 commit e4d75f7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/samples/expected_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,26 +256,26 @@
"EPS 2 Power": 0.0,
"EPS 3 Power": 0.0,
"Grid Power ": -152.0,
"Battery Current": -4.2,
"Battery Current": 0.0,
"Battery Power": 0.0,
"Load/Generator Power": -242.0,
"Load/Generator Power": 342.0,
"Radiator Temperature": 23.0,
"Yield total": 4.4,
"Yield today": 0.1,
"Battery Discharge Energy total": 1456.0,
"Battery Charge Energy total": 1565.0,
"Battery Discharge Energy today": 9.4,
"Battery Charge Energy today": 10.4,
"PV Energy total": 13496.9,
"EPS Energy total": 13.4,
"EPS Energy today": 0.7,
"Battery Discharge Energy total": 2.4,
"Battery Charge Energy total": 1.0,
"Battery Discharge Energy today": 0.0,
"Battery Charge Energy today": 0.0,
"PV Energy total": 3.4,
"EPS Energy total": 0.0,
"EPS Energy today": 0.0,
"Feed-in Energy": 0.0,
"Consumed Energy": 20.09,
"Feed-in Energy total": 12345.6,
"Consumed Energy total": 3548.2,
"Feed-in Energy total": 0.0,
"Consumed Energy total": 2.09,
"Battery Remaining Capacity": 30.0,
"Battery Temperature": 22.0,
"Battery Remaining Energy": 5.7,
"Battery Remaining Energy": 3.3,
"Battery mode": 0.0,
"Battery mode text": "Self Use Mode",
"Battery Voltage": 234.6,
Expand Down

0 comments on commit e4d75f7

Please sign in to comment.