diff --git a/README.md b/README.md index ab2ea3a..2ced03d 100644 --- a/README.md +++ b/README.md @@ -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-doc-grott-beta]: https://github.com/egguy/addon-grott-beta/blob/v0.1.6/README.md +[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.7/README.md [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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [grott-beta-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg diff --git a/grott-beta/CHANGELOG.md b/grott-beta/CHANGELOG.md index e72ec96..bc63e25 100644 --- a/grott-beta/CHANGELOG.md +++ b/grott-beta/CHANGELOG.md @@ -1,11 +1,27 @@ ## What’s 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 -- Add the support for creating a versioned release @egguy (#19) -- Use [Grott 2.8.3](https://github.com/johanmeijer/grott/commit/c97bd8ca8c6b8dd778cd3a089711703e0a60bd7e) +- Updated build to use the new python base image @egguy (#30) +- Add CI with goss + fix error with dig @egguy (#33) + +## 🧰 Maintenance + +- Add CI with goss + fix error with dig @egguy (#33) ## ⬆️ Dependency updates -- ⬆️ Update Add-on base image to v14.3.3 @renovate (#17) -- ⬆️ Update Add-on base image to v15 (major) @renovate (#18) -- ⬆️ Update peter-evans/repository-dispatch action to v3 @renovate (#20) +- ⬆️ Update Add-on base image to v15.0.6 @renovate (#23) +- ⬆️ Update Add-on base image to v15.0.7 @renovate (#25) +- 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) diff --git a/grott-beta/README.md b/grott-beta/README.md index 26bc90c..2e85a62 100644 --- a/grott-beta/README.md +++ b/grott-beta/README.md @@ -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 [maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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]: https://github.com/egguy/addon-grott-beta/tree/v0.1.6 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.1.7-blue.svg +[release]: https://github.com/egguy/addon-grott-beta/tree/v0.1.7 \ No newline at end of file diff --git a/grott-beta/config.yaml b/grott-beta/config.yaml index d2f2669..5b780ff 100644 --- a/grott-beta/config.yaml +++ b/grott-beta/config.yaml @@ -1,5 +1,5 @@ name: Grott Beta branch (2.8) -version: 0.1.6 +version: 0.1.7 slug: grott-beta description: The Growatt inverter monitor with current HA plugin integrated url: https://github.com/egguy/addon-grott-beta