Add documentation
parent
8f6459ae79
commit
4525fc5c95
|
|
@ -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/
|
||||||
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"title": "Huawei FusionSolar",
|
||||||
|
"tagline": "Connect to Huawei FusionSolar devices.",
|
||||||
|
"icon": "huawei.png",
|
||||||
|
"stability": "consumer",
|
||||||
|
"offline": true,
|
||||||
|
"technologies": [
|
||||||
|
"network"
|
||||||
|
],
|
||||||
|
"categories": [
|
||||||
|
"energy"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue