Skip to content

Commit

Permalink
🎉 Release of add-on Grott stable branch (2.7) - An addon for Home Ass…
Browse files Browse the repository at this point in the history
…istant to monitor Growatt inverters with MQTT 0.1.4
  • Loading branch information
egguy committed Oct 12, 2023
1 parent 1b2432b commit 188947f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 12 deletions.
2 changes: 2 additions & 0 deletions grott/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
## What’s changed
Updated deployment system.
20 changes: 20 additions & 0 deletions grott/README.md
Original file line number Diff line number Diff line change
@@ -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
24 changes: 12 additions & 12 deletions grott/config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -25,7 +24,7 @@ options:
gmode: proxy
grott_mqtt: false
ginvtype: default
ginvtypemap: ""
ginvtypemap: ''
retain: false
verbose: false
ha_plugin: true
Expand Down Expand Up @@ -85,3 +84,4 @@ schema:
user: str?
password: str?
data_path: str
image: ghcr.io/egguy/grott/{arch}

0 comments on commit 188947f

Please sign in to comment.