Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sunsynk Ecco combined port and USR-W610 #141

Merged
merged 4 commits into from
May 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/inv-ss-ecco-3-6kw-485can.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/inv-ss-ecco-3-6kw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion www/docs/guide/deployment-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,14 @@ Other tested adaptors
This is a tested Wifi-to-RS485 gateway, which also includes a GND.

Requires `READ_SENSORS_BATCH_SIZE` set to 8 or less

2. USR-W610 Wifi-to-RS485

2. HF5142B Modbus/serial to ethernet (4x RS232/485/422 to 4x E-Ports)
This is a tested Wifi-to-RS485 gateway. Usually significantly cheaper than the W630, however it does not include a GND.

Requires `READ_SENSORS_BATCH_SIZE` set to 8 or less

3. HF5142B Modbus/serial to ethernet (4x RS232/485/422 to 4x E-Ports)

![gateway](../images/eth-hf5142.webp)

Expand Down
13 changes: 13 additions & 0 deletions www/docs/guide/tested-inverters.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ There are several inverters that are rebranded Deye inverters, so you might have
| Inverter Model | Battery | Version | User | Port(s) |
| -------------- | ----------------- | -------- | ------------- | ------------------------ |
| Sunsynk 3.6kW | Sunsynk SSLB1 | beta/all | @reedy | BMS485 (top left) |
| Sunsynk 3.6kW Ecco | Sunsynk Sun-Batt 5.12 | multi | @Fr3d | RS485/CAN (top left) |
| Sunsynk 5.5kW | Hubble AM-2 | beta/all | @kellerza | BMS485 (top left) |
| Sunsynk 8.8kW | BSL 8.2 kWH | 0.0.8 | @dirkackerman | RS485 (1 in image below) |
| Deye 8kW | Pylontech US3000C | 0.1.3dev | @Kladrie | RS485 (top left) |
Expand All @@ -13,6 +14,18 @@ There are several inverters that are rebranded Deye inverters, so you might have

<img src="https://github.com/kellerza/sunsynk/raw/main/images/inv-ss-3-6kw.png" width="80%">

### Sunsynk Ecco 3.6kW Hybrid Inverter
Model number: `SUN-3.6K-SG04LP1-EU`

This likely applies to similar models in the Ecco range: `SUN-3K-SG04LP1-24-EU / SUN-3K-SG04LP1-EU / SUN-5K-SG04LP1-EU / SUN-6K-SG04LP1-EU`

The Ecco inverters have a combined RS485 and CAN-BUS port. If your battery is already using the port for its CAN-BUS communications, an RJ45 splitter is required to separate the communications between RS485 and CAN-BUS.
[SolarAssistant have a helpful page](https://solar-assistant.io/help/deye/2_in_1_bms_port) that explains the wiring of the port and the splitter required.

<img src="https://github.com/kellerza/sunsynk/raw/main/images/inv-ss-ecco-3-6kw.png" width="80%">

[Closer view of the RS485/CAN port](https://github.com/kellerza/sunsynk/raw/main/images/inv-ss-ecco-3-6kw-485can.png)

### Sunsynk 5.5kW Inverter
Tested with: USB-to-RS485 adaptor sourced from Banggood, very similar to [this](https://www.robotics.org.za/RS485-MINI?search=rs485).

Expand Down