diff --git a/huawei/README.md b/huawei/README.md new file mode 100644 index 0000000..dba2cef --- /dev/null +++ b/huawei/README.md @@ -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/ + diff --git a/huawei/huawei.png b/huawei/huawei.png new file mode 100644 index 0000000..f846632 Binary files /dev/null and b/huawei/huawei.png differ diff --git a/huawei/meta.json b/huawei/meta.json new file mode 100644 index 0000000..b21eb67 --- /dev/null +++ b/huawei/meta.json @@ -0,0 +1,13 @@ +{ + "title": "Huawei FusionSolar", + "tagline": "Connect to Huawei FusionSolar devices.", + "icon": "huawei.png", + "stability": "consumer", + "offline": true, + "technologies": [ + "network" + ], + "categories": [ + "energy" + ] +}