Skip to content

Commit

Permalink
Merge pull request #214 from fboundy/patch
Browse files Browse the repository at this point in the history
3.14.4
  • Loading branch information
fboundy authored Apr 18, 2024
2 parents ed363c9 + 3c2e4d1 commit 82a023b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.14.3
# PV Opt: Home Assistant Solar/Battery Optimiser v3.14.4

Solar / Battery Charging Optimisation for Home Assistant. This appDaemon application attempts to optimise charging and discharging of a home solar/battery system to minimise cost electricity cost on a daily basis using freely available solar forecast data from SolCast. This is particularly beneficial for Octopus Agile but is also benefeficial for other time-of-use tariffs such as Octopus Flux or simple Economy 7.

Expand Down
2 changes: 1 addition & 1 deletion apps/pv_opt/pv_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from numpy import nan
import re

VERSION = "3.14.3"
VERSION = "3.14.4"

OCTOPUS_PRODUCT_URL = r"https://api.octopus.energy/v1/products/"

Expand Down

0 comments on commit 82a023b

Please sign in to comment.