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...
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
You configuration