Skip to content

Commit

Permalink
Merge pull request #1128 from benderl/bugfix
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
benderl authored Sep 8, 2023
2 parents e6fca17 + 5cc3427 commit bca9e25
Show file tree
Hide file tree
Showing 27 changed files with 67 additions and 30 deletions.
2 changes: 1 addition & 1 deletion packages/helpermodules/parse_send_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def parse_send_debug_data():
for cp in data.data.cp_data.values():
try:
parsed_data += (f"LP{cp.num}: Typ: {cp.chargepoint_module.config.type}; IP: "
f"{cp.chargepoint_module.config.configuration.ip_address};, Stecker-Status: "
f"{cp.chargepoint_module.config.configuration.ip_address}; Stecker-Status: "
f"{cp.data.get.plug_state}, Leistung: "
f"{cp.data.get.power/1000}kW, {cp.data.get.currents}A, {cp.data.get.voltages}V, Lademodus: "
f"{cp.data.set.charging_ev_data.data.control_parameter.chargemode}, Submode: "
Expand Down
1 change: 1 addition & 0 deletions packages/helpermodules/update_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ class UpdateConfig:
"^openWB/optional/int_display/standby$",
"^openWB/optional/int_display/rotation$",
"^openWB/optional/int_display/theme$",
"^openWB/optional/int_display/only_local_charge_points",
"^openWB/optional/led/active$",
"^openWB/optional/rfid/active$",

Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bca9e25

Please sign in to comment.