Skip to content

Commit

Permalink
Merge pull request #651 from WillCodeForCats/update-readme
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
WillCodeForCats authored Aug 15, 2024
2 parents 77952e6 + d719a6a commit 5fba754
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

# SolarEdge Modbus Multi

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.

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.

Simple single inverter setups are fully supported - multiple devices is a feature, not a requirement.
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.

### Features
* Inverter support for 1 to 32 SolarEdge inverters.
Expand All @@ -20,20 +16,18 @@ Simple single inverter setups are fully supported - multiple devices is a featur
* Connects locally using Modbus/TCP - no cloud dependencies.
* Informational sensor for device and its attributes
* Supports status and error reporting sensors.
* User friendly configuration through Config Flow.
* User friendly: Config Flow, Options, Repair Issues, and Reconfiguration.

Read about more features on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)

Note: The modbus interface currently only defines up to 2 batteries per inverter (even if the SolarEdge cloud monitoring platform shows more).

## Installation
Install with [HACS](https://hacs.xyz): Search for "SolarEdge Modbus Multi" in the default repository,

OR

Copy the `solaredge_modbus_multi` folder into to your Home Assistant `config/custom_components` folder.
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.

After rebooting Home Assistant, this integration can be configured through the integration setup UI.
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.

### Configuration
[WillCodeForCats/solaredge-modbus-multi/wiki/Configuration](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/Configuration)
Expand Down
8 changes: 2 additions & 6 deletions info.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
## SolarEdge Modbus Multi

Integrates SolarEdge inverters with Modbus/TCP local polling. Single inverters, multiple inverters, meters, and batteries are supported.

Many improvements over other integrations that didn't work well with a multi-device setup.

Simple single inverter setups are fully supported - multiple devices is a feature, not a requirement.
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.

Read more on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)

Expand All @@ -20,6 +16,6 @@ Read more on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://git
* Connects locally using Modbus/TCP - no cloud dependencies.
* Informational sensor for device and its attributes
* Supports status and error reporting sensors.
* User friendly configuration through Config Flow.
* User friendly: Config Flow, Options, Repair Issues, and Reconfiguration.

Requires Home Assistant 2024.4.0 and newer with pymodbus 3.6.6 and newer.

0 comments on commit 5fba754

Please sign in to comment.