🎉 Release of add-on Grott stable branch (2.7) - An addon for Home Assistant to monitor Growatt inverters with MQTT 0.1.4

This commit is contained in:
Etienne G
2023-10-12 08:00:29 +00:00
parent 1b2432b525
commit 188947faec
3 changed files with 34 additions and 12 deletions
+2
View File
@@ -0,0 +1,2 @@
## Whats changed
Updated deployment system.
+20
View File
@@ -0,0 +1,20 @@
# Grott - Home Assistant native MQTT integration
![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
This addon allow you to run a local version of grott with the HA plugin
and auto discovery enabled.
The data is fowarded to the growatt's server.
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.
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.4-blue.svg
[release]: https://github.com/egguy/addon-grott/tree/v0.1.4
+12 -12
View File
@@ -1,21 +1,20 @@
name: Grott stable branch (2.7) - An addon for Home Assistant to monitor Growatt inverters
--- with MQTT
name: grott version: 0.1.4
version: 044729b
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
arch: arch:
- armhf - armhf
- armv7 - armv7
- aarch64 - aarch64
- amd64 - amd64
- i386 - i386
services: services:
- mqtt:need - mqtt:need
init: false init: false
map: map:
- config:rw - config:rw
ports: ports:
5279/tcp: 5279 5279/tcp: 5279
ports_description: ports_description:
@@ -25,7 +24,7 @@ options:
gmode: proxy gmode: proxy
grott_mqtt: false grott_mqtt: false
ginvtype: default ginvtype: default
ginvtypemap: "" ginvtypemap: ''
retain: false retain: false
verbose: false verbose: false
ha_plugin: true ha_plugin: true
@@ -85,3 +84,4 @@ schema:
user: str? user: str?
password: str? password: str?
data_path: str data_path: str
image: ghcr.io/egguy/grott/{arch}