Skip to content

Add On not showing 2nd inverter in a parallel setup #632

@Daniel970219

Description

@Daniel970219

Issue related to

Sunsynk / mbusd Home Assistant Add-On

Describe the issue/bug

I have 2 inverters in parallel. and when connected to the master it only reads the master modbus values. Would there be any way to get it to read the co bined values from the master

Expected behavior
A clear and concise description of what you expected to happen.

Your environment

  • Home Assistant version: 2025.1.x
  • Addon:
    • Name: sunsynk-multi
    • Version: 2025-01-11
  • Inverter:
    • Make: Deye
    • Model: Sun-5k-SG04LP1-EU-SM2
    • Firmware:
  • Adaptor details:
    • RS485
    • peacefair usb to rs485

You configuration

paste config in the block surrounded by 3x backticks

``` DRIVER: pymodbus
INVERTERS:
  - SERIAL_NR: "2508053562"
    HA_PREFIX: Master
    MODBUS_ID: 1
    DONGLE_SERIAL_NUMBER: "0"
    PORT: /dev/ttyUSB0
SENSOR_DEFINITIONS: single-phase
SENSORS:
  - energy_management
  - power_flow_card
  - pv2_power
SENSORS_FIRST_INVERTER:
  - settings
MANUFACTURER: Sunsynk
READ_ALLOW_GAP: 2
READ_SENSORS_BATCH_SIZE: 20
SCHEDULES:
  - KEY: W
    READ_EVERY: 5
    REPORT_EVERY: 60
    CHANGE_ANY: false
    CHANGE_BY: 80
    CHANGE_PERCENT: 0
NUMBER_ENTITY_MODE: auto
PROG_TIME_INTERVAL: "15"
....

### Logs

```logs

paste logs in 3x backticks...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions