Skip to content

MODBUS Climate lacks option to set HVAC_Modes #80780

Description

@stefanschaedeli

The problem

I try to manage my Boiler temperature and operation mode with the Climate module, which works great for the temp setting. Unfortunately, I can define the register for and the options of operating modes (the config is not accepted, nor ca I change in the GUI etc.

What version of Home Assistant Core has the issue?

core-2022.10.5

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

Modbus TCO

Link to integration documentation on our website

https://www.home-assistant.io/integrations/modbus/

Diagnostics information

No response

Example YAML snippet

- name: "HovalConnect"
  type: tcp
  host: 10.11.11.8
  port: 502

#Climate  
  climates:
    - name: "Hoval Boiler"
      address: 1500
      input_type: holding
      count: 1
      max_temp: 60
      min_temp: 45
      offset: 0
      precision: 1
      scale: 0.1
      target_temp_register: 1497
      temp_step: 1
      temperature_unit: C
      hvac_modes: "standby,Woche 1, Konstant"

Anything in the logs that might be useful for us?

No response

Additional information

It would be enough for me that I can set the modes and chose it from there and use another automation to do the actuall change of the operation mode. I'm just hoping I can get rid of my other "drop down" selector of the operation mode

Metadata

Metadata

Assignees

Type

No type

Fields

Priority

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions