Skip to content

Commit

Permalink
Merge pull request #304 from fboundy/patch
Browse files Browse the repository at this point in the history
3.18.3 - Temporarily Disable Solis Cloud
  • Loading branch information
fboundy authored Nov 19, 2024
2 parents 8e31ca5 + 0077d8e commit 0e41f94
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.18.2
# PV Opt: Home Assistant Solar/Battery Optimiser v3.18.3

<h2>This documentation needs updating!</h2>

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 @@ -12,7 +12,7 @@
from numpy import nan
import re

VERSION = "3.18.2"
VERSION = "3.19.0"


OCTOPUS_PRODUCT_URL = r"https://api.octopus.energy/v1/products/"
Expand Down Expand Up @@ -60,7 +60,7 @@
"SOLIS_SOLARMAN",
"SUNSYNK_SOLARSYNK2",
"SOLAX_X1",
"SOLIS_CLOUD",
# "SOLIS_CLOUD",
]

SYSTEM_ARGS = [
Expand Down

0 comments on commit 0e41f94

Please sign in to comment.