Skip to content

Commit

Permalink
Disable battery capacity estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Dec 21, 2023
1 parent 905ef51 commit 96f4aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PV Opt: Home Assistant Solar/Battery Optimiser v3.4.3
# PV Opt: Home Assistant Solar/Battery Optimiser v3.4.4



Expand Down
4 changes: 2 additions & 2 deletions apps/pv_opt/pv_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
USE_TARIFF = True

VERSION = "3.4.3"
VERSION = "3.4.4"

DATE_TIME_FORMAT_LONG = "%Y-%m-%d %H:%M:%S%z"
DATE_TIME_FORMAT_SHORT = "%d-%b %H:%M"
Expand Down Expand Up @@ -270,7 +270,7 @@ def initialize(self):
# if not, set up entities using MQTT discovery and write the initial state to them
self._load_args()

self._estimate_capacity()
# self._estimate_capacity()
self._load_pv_system_model()
self._load_contract()

Expand Down

0 comments on commit 96f4aac

Please sign in to comment.