Skip to content

Commit

Permalink
Merge pull request #1 from BJReplay/BJReplay-patch-1
Browse files Browse the repository at this point in the history
Create new Repo ready for HACS compatible Custom Repository (and possible future submission back to HACS)
  • Loading branch information
BJReplay authored May 31, 2024
2 parents 41ed6a0 + 2b1496b commit a2b35a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @oziee
* @BJReplay
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Copy the API Key for use with this integration (See [Configuration](#Configurati

Using HACS. More info [here](https://hacs.xyz/)

[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=oziee&repository=ha-solcast-solar&category=plugin)
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=BJReplay&repository=ha-solcast-solar&category=plugin)

Manually in HACS
Follow the link [here](https://hacs.xyz/docs/faq/custom_repositories/)
Use the custom repo link `https://github.com/oziee/ha-solcast-solar`
Use the custom repo link `https://github.com/BJReplay/ha-solcast-solar`
Select the category type `integration`
Then once it's there (still in HACS) click the INSTALL button
Then go to the HA Devices and Services and add a new Solcast Integration
Expand Down Expand Up @@ -72,19 +72,19 @@ You probably **do not** want to do this! Use the HACS method above unless you kn

* Make sure you enter your `API Key` not your rooftop id created in Solcast. You can find your API key here [api key](https://toolkit.solcast.com.au/account)

[<img src="https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/install.png" width="200">](https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/install.png)
[<img src="https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/install.png" width="200">](https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/install.png)

## Dampening Configuration

New in v4.0.8 is the option to configure hourly dampening values

[<img src="https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/reconfig.png" width="200">](https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/reconfig.png)
[<img src="https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/reconfig.png" width="200">](https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/reconfig.png)

[<img src="https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/damp.png" width="200">](https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/damp.png)
[<img src="https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/damp.png" width="200">](https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/damp.png)

Here you can change the dampening factor value for any hour. Values from 0.0 - 1.0 are valid. Setting 0.95 will dampen each Solcast forecast data value by 5%. This is reflected in the sensor values and attributes and also in the graphical Home Assistant Energy dashboard.

[<img src="https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/dampopt.png" width="200">](https://github.com/oziee/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/dampopt.png)
[<img src="https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/dampopt.png" width="200">](https://github.com/BJReplay/ha-solcast-solar/blob/v3/.github/SCREENSHOTS/dampopt.png)

## Services
These are the services for this integration ([Configuration](#configuration))
Expand Down
8 changes: 4 additions & 4 deletions custom_components/solcast_solar/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"domain": "solcast_solar",
"name": "Solcast PV Forecast",
"after_dependencies": ["http"],
"codeowners": ["@oziee"],
"codeowners": ["@BJReplay"],
"config_flow": true,
"dependencies": ["homeassistant", "recorder", "select"],
"documentation": "https://github.com/oziee/ha-solcast-solar",
"documentation": "https://github.com/BJReplay/ha-solcast-solar",
"integration_type": "service",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/oziee/ha-solcast-solar/issues",
"issue_tracker": "https://github.com/BJReplay/ha-solcast-solar/issues",
"requirements": ["aiohttp>=3.8.5", "datetime>=4.3", "isodate>=0.6.1"],
"version": "4.0.22"
"version": "4.0.23"
}
4 changes: 4 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changes

v4.0.23
- Changed Owner to @BJReplay
- Changed Github Repo to https://github.com/BJReplay/ha-solcast-solar

v4.0.22
- this time weather sensor is gone.. and midnight UTC reset works
- (*)added a config for setting a hard limit for inverters with over sized solar arrays
Expand Down

0 comments on commit a2b35a4

Please sign in to comment.