🎉 Release of add-on Grott Beta branch (2.8) 0.1.7

This commit is contained in:
Etienne G
2024-04-08 12:13:35 +00:00
parent d93d6347de
commit 78dcac156f
4 changed files with 27 additions and 11 deletions
+3 -3
View File
@@ -59,10 +59,10 @@ For a general repository issue or add-on ideas [open an issue here][issue]
[addon-grott-beta]: https://github.com/egguy/addon-grott-beta/tree/v0.1.6 [addon-grott-beta]: https://github.com/egguy/addon-grott-beta/tree/v0.1.7
[addon-doc-grott-beta]: https://github.com/egguy/addon-grott-beta/blob/v0.1.6/README.md [addon-doc-grott-beta]: https://github.com/egguy/addon-grott-beta/blob/v0.1.7/README.md
[grott-beta-issue]: https://github.com/egguy/addon-grott-beta/issues [grott-beta-issue]: https://github.com/egguy/addon-grott-beta/issues
[grott-beta-version-shield]: https://img.shields.io/badge/version-v0.1.6-blue.svg [grott-beta-version-shield]: https://img.shields.io/badge/version-v0.1.7-blue.svg
[grott-beta-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grott-beta-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[grott-beta-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grott-beta-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grott-beta-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grott-beta-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
+21 -5
View File
@@ -1,11 +1,27 @@
## Whats changed ## Whats changed
Add a functionality to make measure expires after 15 min.
If the add-on doesn't receive data for an inverter for more than 15 minutes (e.g. turned off at night). It is considered disconnected. This prevents having phantom production at night when the inverter turn off.
## 🐛 Bug fixes
- Add CI with goss + fix error with dig @egguy (#33)
## 🚀 Enhancements ## 🚀 Enhancements
- Add the support for creating a versioned release @egguy (#19) - Updated build to use the new python base image @egguy (#30)
- Use [Grott 2.8.3](https://github.com/johanmeijer/grott/commit/c97bd8ca8c6b8dd778cd3a089711703e0a60bd7e) - Add CI with goss + fix error with dig @egguy (#33)
## 🧰 Maintenance
- Add CI with goss + fix error with dig @egguy (#33)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update Add-on base image to v14.3.3 @renovate (#17) - ⬆️ Update Add-on base image to v15.0.6 @renovate (#23)
- ⬆️ Update Add-on base image to v15 (major) @renovate (#18) - ⬆️ Update Add-on base image to v15.0.7 @renovate (#25)
- ⬆️ Update peter-evans/repository-dispatch action to v3 @renovate (#20) - Updated build to use the new python base image @egguy (#30)
- ⬆️ Update grott-ha-plugin to v0.11.0 @renovate (#28)
- ⬆️ Update actions/cache action to v4.0.2 @renovate (#34)
- ⬆️ Update docker/setup-buildx-action action to v3.3.0 @renovate (#37)
+2 -2
View File
@@ -18,5 +18,5 @@ This addon is based on the 2.8 Branch of [grott](https://github.com/johanmeijer/
[docs]: https://github.com/egguy/addon-grott-beta/blob/main/grott-beta/DOCS.md [docs]: https://github.com/egguy/addon-grott-beta/blob/main/grott-beta/DOCS.md
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg [maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg [project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.6-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.1.7-blue.svg
[release]: https://github.com/egguy/addon-grott-beta/tree/v0.1.6 [release]: https://github.com/egguy/addon-grott-beta/tree/v0.1.7
+1 -1
View File
@@ -1,5 +1,5 @@
name: Grott Beta branch (2.8) name: Grott Beta branch (2.8)
version: 0.1.6 version: 0.1.7
slug: grott-beta slug: grott-beta
description: The Growatt inverter monitor with current HA plugin integrated description: The Growatt inverter monitor with current HA plugin integrated
url: https://github.com/egguy/addon-grott-beta url: https://github.com/egguy/addon-grott-beta