home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.74k stars 30.86k forks source link

knx::KNXClimate sets the hvac_mode auto #127738

Open kruzgix opened 1 month ago

kruzgix commented 1 month ago

The problem

After updating home assistant 2024.8.2 to 2024.10.1 a warning occurs, with the statement to creat a bug... -> the message is in the "Anything in the logs..." section.

I don't know what to do, please advice...

What version of Home Assistant Core has the issue?

2024.10.1

What was the last working version of Home Assistant Core?

2024.8.2

What type of installation are you running?

Home Assistant Supervised

Integration causing the issue

knx

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

climate:
    - name: "EG Eingang"
      temperature_address: "2/1/0" # Ist Temperatur (von Taster Eingang) - required
      target_temperature_address: "2/1/6" # Soll Temperatur (von HA) - optional
      target_temperature_state_address: "2/1/6" # Abfrage Soll Temperature - required
      min_temp: 15.0
      max_temp: 28.0
      temperature_step: 0.5
      on_off_address: "2/1/7" # Regler EIN/AUS - optional
      command_value_state_address: "2/1/2" # Ist Position Regler - optional

Anything in the logs that might be useful for us?

Logger: homeassistant.components.climate
Quelle: components/climate/__init__.py:713
Integration: Klima (Dokumentation, Probleme)
Erstmals aufgetreten: 09:39:03 (10 Vorkommnisse)
Zuletzt protokolliert: 09:39:03

knx::KNXClimate sets the hvac_mode auto which is not valid for this entity with modes: off, heat. This will stop working in 2025.4 and raise an error instead. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+knx%22

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @julius2342, @farmio, @marvin-w, mind taking a look at this issue as it has been labeled with an integration (knx) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `knx` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign knx` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


knx documentation knx source (message by IssueLinks)

farmio commented 1 month ago

Hi 👋! I can't reproduce this issue with the given example entity configuration. Are there any automations or something running that would set a new mode?

Can you provide a guide how to trigger this warning with that entity on your installation? Or a GroupMonitor screenshot, if you can trigger it by bus?

kruzgix commented 1 month ago

It happens at the start of home assistant. I have 10 entities of the type climate and 10 log entries at the start of home assistant.

farmio commented 4 weeks ago

There is still no second report of this, so it makes me wonder if there is anything special about your installation? Is this logged when you start HA in safe mode too?

kruzgix commented 3 weeks ago

Yes, same message if started in safe mode. grafik

kruzgix commented 3 weeks ago

As it is saying something stop in 2025.4... can you share some insights? Out of this message I don't have any clue about the content...