Skip to content

Commit

Permalink
🎉 Release of add-on Solarflow Control 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfigus committed Oct 30, 2024
1 parent 840859d commit 75efcdf
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 10 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

[addon-solarflow-control]: https://github.com/dfigus/addon-solarflow-control/tree/v0.9.1
[addon-doc-solarflow-control]: https://github.com/dfigus/addon-solarflow-control/blob/v0.9.1/README.md
[addon-solarflow-control]: https://github.com/dfigus/addon-solarflow-control/tree/v0.10.0
[addon-doc-solarflow-control]: https://github.com/dfigus/addon-solarflow-control/blob/v0.10.0/README.md
[solarflow-control-issue]: https://github.com/dfigus/addon-solarflow-control/issues
[solarflow-control-version-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
[solarflow-control-version-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[solarflow-control-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[solarflow-control-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[solarflow-control-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
Expand Down
14 changes: 10 additions & 4 deletions solarflow-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## What’s changed

## ✨ New features

- Add Control SoC Config @dfigus (#33)

## ⬆️ Dependency updates

- ⬆️ Update Add-on base image to v14.0.3 @renovate (#23)
- ⬆️ Update Add-on base image to v14.0.3 @renovate (#24)
- ⬆️ Update reinhard-brandstaedter/solarflow-control to v0.74 @renovate (#25)
- ⬆️ Update reinhard-brandstaedter/solarflow-control to v0.75 @renovate (#26)
- ⬆️ Update Add-on base image to v14.0.4 @renovate (#27)
- ⬆️ Update Add-on base image to v14.0.4 @renovate (#28)
- ⬆️ Update Add-on base image to v15 (major) @renovate (#29)
- ⬆️ Update Add-on base image to v15 (major) @renovate (#30)
- ⬆️ Update Add-on base image to v15.0.1 @renovate (#31)
- ⬆️ Update ghcr.io/hassio-addons/base-python/aarch64 Docker tag to v15.0.1 @renovate (#32)
4 changes: 2 additions & 2 deletions solarflow-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ features:
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.9.1-blue.svg
[release]: https://github.com/dfigus/addon-solarflow-control/tree/v0.9.1
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[release]: https://github.com/dfigus/addon-solarflow-control/tree/v0.10.0
8 changes: 7 additions & 1 deletion solarflow-control/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Solarflow Control
version: 0.9.1
version: 0.10.0
slug: solarflow-control
description: Solarflow Control
url: https://github.com/dfigus/addon-solarflow-control
Expand All @@ -19,6 +19,9 @@ options:
smartmeter_type: Smartmeter
full_charge_interval: 32
control_bypass: true
control_soc: false
battery_low: 5
battery_high: 100
mqtt_host: ''
mqtt_user: ''
mqtt_password: ''
Expand Down Expand Up @@ -48,6 +51,9 @@ schema:
device_id: str
full_charge_interval: int
control_bypass: bool
control_soc: bool
battery_low: int
battery_high: int
mqtt_host: str
mqtt_port: port?
mqtt_user: str?
Expand Down
13 changes: 13 additions & 0 deletions solarflow-control/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ configuration:
description: >-
Let solarflow-control take over enabling/disabling the bypass of the hub (direct solarinput to hub output when
battery is full) this overrides the automatic switching by the hub's firmware, which is sometimes a bit wierd.
control_soc:
name: Control SoC
description: >-
Allow solarflow-control to change the SolarFlow Hub's minimum and maxiumum battery levels which are considered
empty (stop discharging) or full (stop charging)
mqtt_host:
name: MQTT Host
description: >-
Expand Down Expand Up @@ -141,3 +146,11 @@ configuration:
name: Sunset Offset
description: >-
The offset in minutes after sunset. Can be used to set the duration of what is considered "night".
battery_low:
name: Battery Low
description: >-
The battery level when the Solarflow Hub will shutdown the battery and no longer allow furher discharging.
battery_high:
name: Battery High
description: >-
The battery level when the Solarflow Hub will consider the battery fully charged and stop further charging.

0 comments on commit 75efcdf

Please sign in to comment.