Victron + Modbus

Hallo together,

I´d like to send the Victron Tank-Values (Sensor I4 = ID 20) to HA and try to use the following
sensor-values in modbus.yaml (with Multiplus-values does it work correctly !)

  - name: Tank Capacity
    slave: 20
    register: 3001
    data_type: uint32
    scale: 10000
    precision: 1
  - name: Tank Fluid Type
    slave: 20
    register: 3002
    data_type: uint16
    scan_interval: 10
    lazy_error_count: 3
  - name: Tank Level
    slave: 20
    register: 3004
    data_type: uint16
    scan_interval: 10
    lazy_error_count: 3
  - name: Tank Remaining Fluid
    slave: 20
    register: 3005
    data_type: uint32
    scan_interval: 10
    lazy_error_count: 3
  - name: Tank Status
    slave: 20
    register: 3007
    data_type: uint16
    scan_interval: 10
    lazy_error_count: 3

Where are my mistakes ???
Thank you very much :slight_smile:

I have to answer it by myself:

It´s NOT register: xxx but address: xxx :slight_smile: