diff --git a/grott/CHANGELOG.md b/grott/CHANGELOG.md new file mode 100644 index 0000000..3c9bff8 --- /dev/null +++ b/grott/CHANGELOG.md @@ -0,0 +1,2 @@ +## What’s changed +Updated deployment system. diff --git a/grott/README.md b/grott/README.md new file mode 100644 index 0000000..43c1d53 --- /dev/null +++ b/grott/README.md @@ -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 \ No newline at end of file diff --git a/grott/config.yaml b/grott/config.yaml index 53272d6..7dfdb6a 100644 --- a/grott/config.yaml +++ b/grott/config.yaml @@ -1,21 +1,20 @@ - ---- -name: grott -version: 044729b +name: Grott stable branch (2.7) - An addon for Home Assistant to monitor Growatt inverters + with MQTT +version: 0.1.4 slug: grott description: The Growatt inverter monitor with current HA plugin integrated url: https://github.com/egguy/addon-grott arch: - - armhf - - armv7 - - aarch64 - - amd64 - - i386 +- armhf +- armv7 +- aarch64 +- amd64 +- i386 services: - - mqtt:need +- mqtt:need init: false map: - - config:rw +- config:rw ports: 5279/tcp: 5279 ports_description: @@ -25,7 +24,7 @@ options: gmode: proxy grott_mqtt: false ginvtype: default - ginvtypemap: "" + ginvtypemap: '' retain: false verbose: false ha_plugin: true @@ -85,3 +84,4 @@ schema: user: str? password: str? data_path: str +image: ghcr.io/egguy/grott/{arch}