Compare commits

...

10 Commits

Author SHA1 Message Date
Etienne G. 4d54304c5c Merge pull request #82 from egguy/renovate/influxdb-5.x
Release Drafter / workflows (push) Has been cancelled
⬆️ Update influxdb to v5.3.2
2026-04-13 15:44:17 +02:00
renovate[bot] 80528fac9d ⬆️ Update influxdb to v5.3.2 2026-04-13 13:43:50 +00:00
Etienne G. 5a8370576b Merge pull request #92 from egguy/renovate/requests-2.x
⬆️ Update requests to v2.33.1
2026-04-13 15:43:27 +02:00
renovate[bot] 0dfa949eb1 ⬆️ Update requests to v2.33.1 2026-03-30 17:17:39 +00:00
Etienne G. 67e9e89a68 Merge pull request #83 from egguy/renovate/requests-2.x
⬆️ Update requests to v2.32.4
2025-08-05 14:59:57 +02:00
renovate[bot] dd48a06724 ⬆️ Update requests to v2.32.4 2025-06-09 18:09:14 +00:00
Etienne G 6a0ce267ec 🎉 Release of add-on Grott stable branch (2.8) 0.1.12 2024-10-22 20:43:08 +00:00
Etienne G 6c3208ad24 🎉 Release of add-on Grott stable branch (2.8) 0.1.11 2024-07-30 08:13:38 +00:00
Etienne G 01cb64f513 🎉 Release of add-on Grott stable branch (2.8) 0.1.10 2024-07-09 14:35:31 +00:00
Etienne G 6db8f53bd1 📚 Updated README 2024-07-09 14:35:30 +00:00
6 changed files with 38 additions and 29 deletions
+6 -6
View File
@@ -24,7 +24,7 @@ The Growatt inverter monitor with current HA plugin integrated
[:books: Grott Beta branch (2.8) add-on documentation][addon-doc-grott-beta] [:books: Grott Beta branch (2.8) add-on documentation][addon-doc-grott-beta]
### ✓ [Grott stable branch (2.7)][addon-grott] ### ✓ [Grott stable branch (2.8)][addon-grott]
![Latest Version][grott-version-shield] ![Latest Version][grott-version-shield]
![Supports armhf Architecture][grott-armhf-shield] ![Supports armhf Architecture][grott-armhf-shield]
@@ -35,7 +35,7 @@ The Growatt inverter monitor with current HA plugin integrated
The Growatt inverter monitor with current HA plugin integrated The Growatt inverter monitor with current HA plugin integrated
[:books: Grott stable branch (2.7) add-on documentation][addon-doc-grott] [:books: Grott stable branch (2.8) add-on documentation][addon-doc-grott]
## Releases ## Releases
@@ -53,7 +53,7 @@ GitHub repository for each add-on. Please ensure you are creating the issue
on the correct GitHub repository matching the add-on. on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: Grott Beta branch (2.8)][grott-beta-issue] - [Open an issue for the add-on: Grott Beta branch (2.8)][grott-beta-issue]
- [Open an issue for the add-on: Grott stable branch (2.7)][grott-issue] - [Open an issue for the add-on: Grott stable branch (2.8)][grott-issue]
For a general repository issue or add-on ideas [open an issue here][issue] For a general repository issue or add-on ideas [open an issue here][issue]
@@ -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.9 [addon-grott]: https://github.com/egguy/addon-grott/tree/v0.1.12
[addon-doc-grott]: https://github.com/egguy/addon-grott/blob/v0.1.9/README.md [addon-doc-grott]: https://github.com/egguy/addon-grott/blob/v0.1.12/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.9-blue.svg [grott-version-shield]: https://img.shields.io/badge/version-v0.1.12-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
+2 -2
View File
@@ -1,3 +1,3 @@
paho-mqtt==1.6.1 paho-mqtt==1.6.1
requests==2.31.0 requests==2.33.1
influxdb==5.3.1 influxdb==5.3.2
+23 -14
View File
@@ -1,20 +1,29 @@
## Whats changed ## Whats changed
## 🐛 Bug fixes
- Add new layout @egguy (#93)
## 🚀 Enhancements ## 🚀 Enhancements
- (feat) Rebuild the addon using the stable branch @egguy (#46) - Add new layout @egguy (#93)
## 🧰 Maintenance
- Replaced goss image testing by pytest testinfra
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Update requests to v2.32.1 @renovate (#42) - ⬆️ Update docker/build-push-action action to v6.6.0 @renovate (#77)
- ⬆️ Update Add-on base image to v13.1.3 @renovate (#40) - ⬆️ Update grott digest to 09a9934 @renovate (#76)
- ⬆️ Update requests to v2.32.2 @renovate (#43) - ⬆️ Update docker/build-push-action action to v6.6.1 @renovate (#78)
- ⬆️ Update influxdb to v5.3.2 @renovate (#41) - ⬆️ Update docker/build-push-action action to v6.7.0 @renovate (#80)
- ⬆️ Update docker/login-action action to v3.2.0 @renovate (#44) - ⬆️ Update Add-on base image to v14.0.1 @renovate (#79)
- ⬆️ Update requests to v2.32.3 @renovate (#45) - ⬆️ Update grott digest to 3fa7ef9 @renovate (#83)
- Updated goss version @egguy (#47) - ⬆️ Update pytest to v8.3.3 @renovate (#86)
- (feat) Rebuild the addon using the stable branch @egguy (#46) - ⬆️ Update Add-on base image to v14.0.2 @renovate (#87)
- ⬆️ Update pytest to v8.2.2 @renovate (#48) - ⬆️ Update Add-on base image to v14.0.3 @renovate (#91)
- ⬆️ Update docker/build-push-action action to v6.8.0 @renovate (#92)
- ⬆️ Update grott digest to b5e5817 @renovate (#90)
- ⬆️ Update docker/build-push-action action to v6.9.0 @renovate (#94)
- ⬆️ Update Add-on base image to v14.0.4 @renovate (#95)
- ⬆️ Update docker/setup-buildx-action action to v3.7.0 @renovate (#96)
- ⬆️ Update docker/setup-buildx-action action to v3.7.1 @renovate (#97)
- ⬆️ Update actions/cache action to v4.1.0 @renovate (#98)
- ⬆️ Update actions/cache action to v4.1.1 @renovate (#99)
- ⬆️ Update actions/cache action to v4.1.2 @renovate (#102)
+3 -3
View File
@@ -10,11 +10,11 @@ and auto discovery enabled.
The data is forwarded to the growatt's server. The data is forwarded to the growatt's server.
The grott server decode them and send them to your HA instance. The grott server decode them and send them to your HA instance.
This addon is based on the 2.7.8 [grott](https://github.com/johanmeijer/grott) code and current grott_ha extension. This addon is based on the 2.8.3 [grott](https://github.com/johanmeijer/grott) code and current grott_ha extension.
[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.9-blue.svg [release-shield]: https://img.shields.io/badge/version-v0.1.12-blue.svg
[release]: https://github.com/egguy/addon-grott/tree/v0.1.9 [release]: https://github.com/egguy/addon-grott/tree/v0.1.12
[docs]: https://github.com/egguy/addon-grott/blob/main/grott/DOCS.md [docs]: https://github.com/egguy/addon-grott/blob/main/grott/DOCS.md
+2 -2
View File
@@ -1,5 +1,5 @@
name: Grott stable branch (2.7) name: Grott stable branch (2.8)
version: 0.1.9 version: 0.1.12
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
+2 -2
View File
@@ -1,3 +1,3 @@
paho-mqtt==1.6.1 paho-mqtt==1.6.1
requests==2.31.0 requests==2.33.1
influxdb==5.3.1 influxdb==5.3.2