Skip to content

Commit

Permalink
Merge pull request #126 from BJReplay/v4.1.1-release-prep
Browse files Browse the repository at this point in the history
V4.1.1 release prep
  • Loading branch information
autoSteve authored Aug 13, 2024
2 parents 5fc902f + 7ce2555 commit b9ec7d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ You probably **do not** want to do this! Use the HACS method above unless you kn
[<img src=".github/SCREENSHOTS/Setupanewintegration.png">](https://github.com/BJReplay/ha-solcast-solar/blob/main/.github/SCREENSHOTS/Setupanewintegration.png)

1. Enter your `Solcast API Key`, and click `Submit`. If you have more than one Solcast account because you have more than two rooftop setups, enter both account API keys separated by a comma `xxxxxxxx-xxxxx-xxxx,yyyyyyyy-yyyyy-yyyy` (_NB: this goes against Solcast T&C's by having more than one account_).
1. Create your own automation to call the service `solcast_solar.update_forecasts` at the times you would like to update the solar forecast within Home Assistant.
1. Create your own automation to call the service `solcast_solar.update_forecasts` at the times you would like to update the solar forecast.
1. Set up HA Energy Dashboard settings.
1. To change other configuration options after installation, select the integration in `Devices & services` then `CONFIGURE`.

Expand All @@ -144,8 +144,7 @@ Make sure you use your `API Key` and not your rooftop id created in Solcast. You
> Once the sites data has been acquired at least once it is written to a cache file, and that cache will be used on subsequent startups should the Solcast API be temporarily unavailable.
### HA Automation to poll for data
Create a new automation and setup your prefered trigger times to poll for new Solcast forecast data.
These are examples, so alter these or create your own to fit your own needs.
Create a new automation and setup your prefered trigger times to poll for new Solcast forecast data. These are examples, so alter these or create your own to fit your needs.

**Recommended**

Expand Down Expand Up @@ -543,6 +542,13 @@ If a hard limit or dampening factors are set then the individual sites breakdown

## Changes

v4.1.1
* Fifteen minute shift, because 30-minute averages by @autoSteve
* Increase forecast fetch attempts to ten by @autoSteve
* Move images to screenshots by @BJReplay

**Full Changelog**: https://github.com/BJReplay/ha-solcast-solar/compare/v4.1.0...v4.1.1

v4.1
* First major release since v4.0.31 that wasn't tagged as a pre-release
* Those other releases have mostly been pretty stable, but we're confident that this release is ready for everyone
Expand Down
2 changes: 1 addition & 1 deletion custom_components/solcast_solar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/BJReplay/ha-solcast-solar/issues",
"requirements": ["aiohttp>=3.8.5", "aiofiles>=24.1.0", "datetime>=4.3", "isodate>=0.6.1"],
"version": "4.1"
"version": "4.1.1"
}

0 comments on commit b9ec7d7

Please sign in to comment.