🎉 Release of add-on Grott stable branch (2.7) 0.1.7
This commit is contained in:
+2
-5
@@ -1,8 +1,5 @@
|
||||
## What’s changed
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Changed the name of the addon @egguy (#11)
|
||||
|
||||
## 📚 Documentation
|
||||
|
||||
- Update of the documentation @egguy (#10)
|
||||
- Corrected the documentation generation @egguy (#19)
|
||||
- Removed the last trace of the old extension
|
||||
|
||||
+30
-3
@@ -1,5 +1,22 @@
|
||||
# Grott - Home Assistant native MQTT integration
|
||||
|
||||
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
|
||||
|
||||
<!-- code_chunk_output -->
|
||||
|
||||
- [Grott - Home Assistant native MQTT integration](#grott---home-assistant-native-mqtt-integration)
|
||||
- [Requirements](#requirements)
|
||||
- [Configuration of the Wi-Fi logger](#configuration-of-the-wi-fi-logger)
|
||||
- [Configuration](#configuration)
|
||||
- [Specific inverter configuration](#specific-inverter-configuration)
|
||||
- [Multiple inverters configuration](#multiple-inverters-configuration)
|
||||
- [External MQTT broker](#external-mqtt-broker)
|
||||
- [Compatibility with homeassistant-grott](#compatibility-with-homeassistant-grott)
|
||||
- [Configuration of grott](#configuration-of-grott)
|
||||
- [PVOuput](#pvouput)
|
||||
|
||||
<!-- /code_chunk_output -->
|
||||
|
||||
## Requirements
|
||||
|
||||
- A MQTT broker (e.g. the Mosquitto broker add-on)
|
||||
@@ -25,9 +42,9 @@ If you do a change of configuration. It is important to save and then restart th
|
||||
|
||||
### Specific inverter configuration
|
||||
|
||||
If you have multiple inverters, please refer on how to configure them on this documentation: [Multiple inverters configuration](#multiple-inverters-configuration)
|
||||
If you have multiple inverters, please refer to how to configure them in this documentation: [Multiple inverters configuration](#multiple-inverters-configuration)
|
||||
|
||||
In the case you have one of the listed inverter type, you need a special configuration:
|
||||
In the case you have one of the listed inverter types, you need a special configuration:
|
||||
|
||||
- SPH
|
||||
- SPH6000, SPH3000...
|
||||
@@ -62,7 +79,7 @@ In the case of multiple inverters, you need to configure the inverter details in
|
||||
|
||||
You will have to get the serial number of the inverter. To achieve this, you can run grott in verbose mode and check the logs. You will see the serial number of the inverter in the logs.
|
||||
|
||||
You can keep the default value for invertype, it will override it.
|
||||
You can keep the default value for `invertype`, it will override it.
|
||||
|
||||
The format is e.g.:
|
||||
|
||||
@@ -101,3 +118,13 @@ You can use the add-on and the component at the same time. This will make the de
|
||||
You can activate the compatibility mode by checking: **Enable grott MQTT** in the configuration, and then follow the instruction to install and activate the extension.
|
||||
|
||||
It is recommended to deactivate the **Home Assistant plugin** in the configuration. This can lead to duplicate sensors.
|
||||
|
||||
## Configuration of grott
|
||||
|
||||
The add-on creates a folder in home assistant. You can find it in the `/config/grott` folder of your home assistant instance.
|
||||
|
||||
You can create/modify the `grott.ini` using the file editor add-on or VS Code add-on. This allows you to add pvoutput support or to add a custom JSON layout.
|
||||
|
||||
### PVOuput
|
||||
|
||||
[How to configure PVOutput](https://github.com/johanmeijer/grott/wiki/PVOutput.org-support)
|
||||
|
||||
+8
-8
@@ -1,20 +1,20 @@
|
||||
# Grott - Home Assistant native MQTT integration
|
||||
|
||||
![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield]
|
||||
|
||||
[](https://www.buymeacoffee.com/egguy)
|
||||
|
||||
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 data is forwarded 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.
|
||||
This addon is based on the 2.7.8 [grott](https://github.com/johanmeijer/grott) code and current grott_ha extension.
|
||||
|
||||
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.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.5-blue.svg
|
||||
[release]: https://github.com/egguy/addon-grott/tree/v0.1.5
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.1.7-blue.svg
|
||||
[release]: https://github.com/egguy/addon-grott/tree/v0.1.7
|
||||
[docs]: https://github.com/egguy/addon-grott/blob/main/grott/DOCS.md
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: Grott stable branch (2.7)
|
||||
version: 0.1.5
|
||||
version: 0.1.7
|
||||
slug: grott
|
||||
description: The Growatt inverter monitor with current HA plugin integrated
|
||||
url: https://github.com/egguy/addon-grott
|
||||
|
||||
Reference in New Issue
Block a user