Hi all,
I’m trying to integrate my Dura inverter with Home Assistant using the Modbus integration, and I’ve done a full scan of the registers, but I’m having trouble figuring out what each register actually represents. Some of the data seems obvious, but others don’t match what the inverter shows, and some are currently zero (likely because the inverter wasn’t active during the scan).
Here’s what I have so far from a scan of slave ID 1:
Registers 4100-4109: [35003, 5004, 0, 0, 0, 0, 5004, 0, 0, 0]
Registers 4110-4119: [0, 5004, 0, 0, 0, 0, 0, 0, 0, 0]
Registers 4120-4129: [0, 0, 0, 0, 55, 3, 0, 0, 0, 0]
Registers 4130-4139: [288, 0, 1831, 0, 0, 0, 956, 0, 0, 0]
Registers 4140-4149: [0, 0, 0, 0, 0, 0, 1000, 0, 65535, 65535]
…
Registers 8200-8209: [5596, 65535, 35036, 0, 231, 0, 22906, 0, 85, 0]
Registers 8210-8219: [19729, 0, 0, 0, 100, 3421, 0, 3400, 0, 20]
Registers 8220-8229: [21, 0, 20, 0, 0, 0, 0, 0, 0, 0]
Registers 6660-6669: [13102, 13899, 11591, 12544, 0, 0, 0, 0, 0, 0]
Registers 6680-6689: [1049, 12342, 12337, 12337, 12849, 12340, 13363, 12342, 12337, 12333]
Registers 6690-6699: [12336, 12854, 12337, 12595, 12338, 12338, 12336, 12341, 12338, 12589]
…
What I’ve confirmed so far:
- Battery voltage: ~53.6V → register 4100 (but not always consistent)
- Battery current: register 8200 → shows ~53.7A when charging
- SOC: register 4102 → shows 18%
- Inverter power: register 4870
- Grid import/export: registers 4871/4872
- Solar power: register 6660
- PV voltage: register 6661
Issues / questions:
- Some registers like
dura_total_energyanddura_daily_generation(I tried 4130 & 8202) give invalid values in HA or zero. - Frequency seems to appear in what I thought was battery current (register 4101).
- Many registers are currently zero — unsure if they’re only active during certain operations.
- I want to map all relevant registers so I can reliably read battery, grid, PV, and inverter stats in HA.
Has anyone successfully mapped all or most Modbus registers for a Dura inverter? Any guidance on the registers for:
- Daily energy / cumulative energy
- Battery charge/discharge currents
- Battery voltage & SOC
- PV input voltage & current
- Inverter temps
I can provide more raw scan data if needed — I have a full dump of all registers.
Thanks in advance