🎉 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:
@@ -0,0 +1,2 @@
|
||||
## What’s changed
|
||||
Updated deployment system.
|
||||
@@ -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
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user