You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,7 @@
2
2
3
3
# SolarEdge Modbus Multi
4
4
5
-
Home Assistant integration `solaredge-modbus-multi` supports SolarEdge inverters with Modbus/TCP local polling. It works with single inverters, multiple inverters, meters, batteries, and many other improvements over other integrations that didn't work well with a multi-device setup.
6
-
7
-
It is designed to communicate locally using Modbus/TCP where you have a single Leader inverter connected with one or more Follower inverters chained using the RS485 bus. Each inverter can connect to three meters and two batteries.
8
-
9
-
Simple single inverter setups are fully supported - multiple devices is a feature, not a requirement.
5
+
This integration provides Modbus/TCP local polling to one or more SolarEdge inverters for Home Assistant. Each inverter can support three meters and three batteries over Modbus/TCP. It works with single inverters, multiple inverters, meters, and batteries. It has significant improvements over similar integrations, and `solaredge-modbus-multi` is actively maintained.
10
6
11
7
### Features
12
8
* Inverter support for 1 to 32 SolarEdge inverters.
@@ -20,20 +16,18 @@ Simple single inverter setups are fully supported - multiple devices is a featur
20
16
* Connects locally using Modbus/TCP - no cloud dependencies.
21
17
* Informational sensor for device and its attributes
22
18
* Supports status and error reporting sensors.
23
-
* User friendly configuration through Config Flow.
19
+
* User friendly: Config Flow, Options, Repair Issues, and Reconfiguration.
24
20
25
21
Read about more features on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)
26
22
27
-
Note: The modbus interface currently only defines up to 2 batteries per inverter (even if the SolarEdge cloud monitoring platform shows more).
28
-
29
23
## Installation
30
24
Install with [HACS](https://hacs.xyz): Search for "SolarEdge Modbus Multi" in the default repository,
31
25
32
26
OR
33
27
34
-
Copy the `solaredge_modbus_multi` folder into to your Home Assistant `config/custom_components` folder.
28
+
Download the [latest release](https://github.com/WillCodeForCats/solaredge-modbus-multi/releases) and copy the `solaredge_modbus_multi` folder into to your Home Assistant `config/custom_components` folder.
35
29
36
-
After rebooting Home Assistant, this integration can be configured through the integration setup UI.
30
+
After rebooting Home Assistant, this integration can be configured through the integration setup UI. It also supports options, repair issues, and reconfiguration through the user interface.
Copy file name to clipboardExpand all lines: info.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
1
## SolarEdge Modbus Multi
2
2
3
-
Integrates SolarEdge inverters with Modbus/TCP local polling. Single inverters, multiple inverters, meters, and batteries are supported.
4
-
5
-
Many improvements over other integrations that didn't work well with a multi-device setup.
6
-
7
-
Simple single inverter setups are fully supported - multiple devices is a feature, not a requirement.
3
+
This integration provides Modbus/TCP local polling to one or more SolarEdge inverters. Each inverter can support three meters and three batteries over Modbus/TCP. It works with single inverters, multiple inverters, meters, and batteries. It has significant improvements over similar integrations, and solaredge-modbus-multi is actively maintained.
8
4
9
5
Read more on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)
10
6
@@ -20,6 +16,6 @@ Read more on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://git
20
16
* Connects locally using Modbus/TCP - no cloud dependencies.
21
17
* Informational sensor for device and its attributes
22
18
* Supports status and error reporting sensors.
23
-
* User friendly configuration through Config Flow.
19
+
* User friendly: Config Flow, Options, Repair Issues, and Reconfiguration.
24
20
25
21
Requires Home Assistant 2024.4.0 and newer with pymodbus 3.6.6 and newer.
0 commit comments