Skip to content

Commit

Permalink
fixed systemcalc crash
Browse files Browse the repository at this point in the history
  • Loading branch information
kwindrem committed Oct 28, 2022
1 parent 4ff2d5f commit f13b257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions FileSets/v3.00~4/dbus_systemcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ def _updatevalues(self):
charger_power = newvalues.get('/Dc/Charger/Power', 0)
fuelcell_power = newvalues.get('/Dc/FuelCell/Power', 0)
alternator_power = newvalues.get('/Dc/Alternator/Power', 0)
windgen_power = newvalues.get('/Dc/WindGenerator/Power', 0)

# If there are VE.Direct inverters, remove their power from the
# DC estimate. This is done using the AC value when the DC
Expand Down
2 changes: 1 addition & 1 deletion changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v6.18:
v6.19:
added support for Venus OS v3.00~4
fixed: Inverter detail not showing inverter power (always 0)
fixed: remaining time not always shown
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v6.18
v6.19

0 comments on commit f13b257

Please sign in to comment.