NIBE - QN25 control signal

Hi,

for the modbus available entities, I am missing the QN25 control signal for a secondary climate system shunt valve output signal.

  • Shunt valve analog signal (QN25)0.8 V - this is presented under operating info → Heating in the NIBE s1255 menu.

Or is it there allready? Been looking in the entitites for some hours now.

Best regards,

Tore

Hello,

this works for me in configuration.yaml:

modbus:
  - name: "NibeS320"
    type: tcp
    host: <NIBE_IP>
    port: <NIBE_PORT>
    sensors:
      - name: "Shunt valve analog signal (QN25)"
        unique_id: "ni_qn25"
        unit_of_measurement: "V"       
        data_type: int16                       
        address: 2401                          
        input_type: input                      
        scale: 0.1                             
        precision: 1                           
        state_class: measurement               
        slave: 1