Activate cooling via modbus in Nibe S-Series

Hi guys,

I searched a lot already, but couldn’t find anything specific. Has anyone enabled/disabled manual cooling via modbus? I don’t want to wait until my Nibe does it on their own nor do it via the panel on the Nibe itself.

Unfortunately I do not know what parameter to set when I do it manually via modbus. Does anyone else know?

For anyone else:

alias: Nibe | Enable cooling
sequence:
  - service: select.select_option
    data:
      option: MANUAL
    target:
      entity_id: select.oper_mode_40238
  - service: switch.turn_on
    target:
      entity_id:
        - switch.permit_cooling_40183
    data: {}
description: ""
icon: mdi:air-purifier

1 Like

Thank you. That helped me a lot.