Skip to content

Commit

Permalink
Merge pull request #341 from fboundy/patch
Browse files Browse the repository at this point in the history
Patch
  • Loading branch information
fboundy authored Dec 31, 2024
2 parents 20d11cf + 806e5bb commit c35d2af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/auto_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,18 @@ jobs:
run: |
git push origin HEAD:patch
- name: Create Pull Request for Main
- name: Create or Update Pull Request for Main
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: patch
base: main
title: "Automated Version Fix and README Update"
body: |
This pull request was automatically created to fix the version number and update the README.md file.
This pull request was automatically created or updated to fix the version number and update the README.md file.
Please review and merge to apply these changes to the main branch.
labels: automated
update-existing: true
delete-branch: false

publish-release:
name: Publish Release
Expand Down
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 v4.0.1
# PV Opt: Home Assistant Solar/Battery Optimiser v4.0.2


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 @@ -13,7 +13,7 @@
import pvpy as pv
from numpy import nan

VERSION = "4.0.1"
VERSION = "4.0.2"
UNITS = {
"current": "A",
"power": "W",
Expand Down

0 comments on commit c35d2af

Please sign in to comment.