Add documentation

master
Simon Stürz 2022-01-28 15:48:40 +01:00 committed by Michael Zanetti
parent 8f6459ae79
commit 4525fc5c95
3 changed files with 26 additions and 0 deletions

13
huawei/README.md Normal file
View File

@ -0,0 +1,13 @@
# Huawei FusionSolar
Connects to a Huawei FusionSolar using Modbus TCP.
## Supported things
* Inverter
* Meter (only current power)
* Battery (on Unit 1 and 2)
## More
https://solar.huawei.com/eu/

BIN
huawei/huawei.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

13
huawei/meta.json Normal file
View File

@ -0,0 +1,13 @@
{
"title": "Huawei FusionSolar",
"tagline": "Connect to Huawei FusionSolar devices.",
"icon": "huawei.png",
"stability": "consumer",
"offline": true,
"technologies": [
"network"
],
"categories": [
"energy"
]
}