🎉 Release of add-on Grott stable branch (2.7) 0.1.9

This commit is contained in:
Etienne G
2024-06-04 14:50:31 +00:00
parent 78dcac156f
commit d8dcf5b726
4 changed files with 18 additions and 32 deletions
+3 -3
View File
@@ -68,10 +68,10 @@ For a general repository issue or add-on ideas [open an issue here][issue]
[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
[grott-beta-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [grott-beta-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[grott-beta-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [grott-beta-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-grott]: https://github.com/egguy/addon-grott/tree/v0.1.8 [addon-grott]: https://github.com/egguy/addon-grott/tree/v0.1.9
[addon-doc-grott]: https://github.com/egguy/addon-grott/blob/v0.1.8/README.md [addon-doc-grott]: https://github.com/egguy/addon-grott/blob/v0.1.9/README.md
[grott-issue]: https://github.com/egguy/addon-grott/issues [grott-issue]: https://github.com/egguy/addon-grott/issues
[grott-version-shield]: https://img.shields.io/badge/version-v0.1.8-blue.svg [grott-version-shield]: https://img.shields.io/badge/version-v0.1.9-blue.svg
[grott-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [grott-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[grott-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grott-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[grott-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [grott-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
+12 -26
View File
@@ -1,34 +1,20 @@
## 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 testing @egguy (#37)
## 🚀 Enhancements ## 🚀 Enhancements
- Add versionned branch support @egguy (#23) - (feat) Rebuild the addon using the stable branch @egguy (#46)
- Addon configuration migration @egguy (#28)
- feat: Use the python image for the addon @egguy (#35)
- Add CI testing @egguy (#37)
## 📚 Documentation ## 🧰 Maintenance
- Addon configuration migration @egguy (#28) - Replaced goss image testing by pytest testinfra
- Fix: Minor documentation updates @egguy (#36)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update Add-on base image to v14.3.3 @renovate (#20) - ⬆️ Update requests to v2.32.1 @renovate (#42)
- ⬆️ Update peter-evans/repository-dispatch action to v3 @renovate (#22) - ⬆️ Update Add-on base image to v13.1.3 @renovate (#40)
- ⬆️ Update Add-on base image to v15 (major) @renovate (#21) - ⬆️ Update requests to v2.32.2 @renovate (#43)
- ⬆️ Update Add-on base image to v15.0.6 @renovate (#25) - ⬆️ Update influxdb to v5.3.2 @renovate (#41)
- ⬆️ Update Add-on base image to v15.0.7 @renovate (#29) - ⬆️ Update docker/login-action action to v3.2.0 @renovate (#44)
- ⬆️ Update alpine_3_18/bind-tools to v9.18.24-r0 @renovate (#30) - ⬆️ Update requests to v2.32.3 @renovate (#45)
- ⬆️ Update grott-ha-plugin to v0.11.0 @renovate (#34) - Updated goss version @egguy (#47)
- feat: Use the python image for the addon @egguy (#35) - (feat) Rebuild the addon using the stable branch @egguy (#46)
- ⬆️ Update actions/cache action to v4.0.2 @renovate (#38) - ⬆️ Update pytest to v8.2.2 @renovate (#48)
- ⬆️ Update docker/setup-buildx-action action to v3.3.0 @renovate (#39)
+2 -2
View File
@@ -15,6 +15,6 @@ This addon is based on the 2.7.8 [grott](https://github.com/johanmeijer/grott) c
[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.8-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.1.9-blue.svg
[release]: https://github.com/egguy/addon-grott/tree/v0.1.8 [release]: https://github.com/egguy/addon-grott/tree/v0.1.9
[docs]: https://github.com/egguy/addon-grott/blob/main/grott/DOCS.md [docs]: https://github.com/egguy/addon-grott/blob/main/grott/DOCS.md
+1 -1
View File
@@ -1,5 +1,5 @@
name: Grott stable branch (2.7) name: Grott stable branch (2.7)
version: 0.1.8 version: 0.1.9
slug: grott slug: grott
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 url: https://github.com/egguy/addon-grott