Skip to content

Commit

Permalink
Change default for inverter reset soc to True (#777)
Browse files Browse the repository at this point in the history
* Change default for inverter reset soc to True

* Update customisation.md
  • Loading branch information
springfall2008 authored Feb 18, 2024
1 parent bfba042 commit 30c7e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/predbat/predbat.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
"friendly_name": "Inverter SOC Reset",
"type": "switch",
"enable": "expert_mode",
"default": False,
"default": True,
},
{
"name": "battery_capacity_nominal",
Expand Down
3 changes: 2 additions & 1 deletion docs/customisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,8 @@ from the grid/solar as an alternative to charging. Enabled by default.
solar exports but don't allow forced export (brown energy).

If you have **switch.predbat_inverter_hybrid** set to False then if **switch.predbat_inverter_soc_reset** (_expert mode_) is set to True then the
target SOC % will be reset to 100% outside a charge window. This may be required for AIO inverter to ensure it charges from solar.
target SOC % will be reset to 100% outside a charge window. This may be required for AIO inverter to ensure it charges from solar. The default for
this switch is True but it can be disabled in expert mode if need be.

**input_number.predbat_set_reserve_min** Defines the reserve percentage to reset the reserve to when not in use,
a value of 4 is the minimum and recommended to make use of the full battery.<BR>
Expand Down

0 comments on commit 30c7e80

Please sign in to comment.