home-assistant / frontend

:lollipop: Frontend for Home Assistant
https://demo.home-assistant.io
Other
3.96k stars 2.69k forks source link

thermostat card not powering on the device #21596

Open StefanW86 opened 1 month ago

StefanW86 commented 1 month ago

Checklist

Describe the issue you are experiencing

I have configured a climate device through my knx integration. All service calls works like expected. If i want to power on my climate device through the thermostat card i click on "cool", because there is no extra "on" button. HA sends a cool command to the knx bus but the climate device ignores it. It needs a "on" command. So after clicking multiple times on cool, at same time HA sends a on command and the climate devices powers on.

Describe the behavior you expected

If clicking the cool button, HA should first send a on command if the deviced is powered off and then a cool command.

Steps to reproduce the issue

Clicking on cool in thermostat card

What version of Home Assistant Core has the issue?

2024.7.4 and all others below

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

No response

Which operating system are you using to run this browser?

No response

State of relevant entities

No response

Problem-relevant frontend configuration

No response

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

karwosts commented 3 weeks ago

This feels like it should be reported in core for the KNX integration. Homeassistant climate devices don't have "on" buttons, you click the mode and it's supposed to go to that mode.

If KNX requires extra steps to achieve this, it should be written into the KNX integration/library, it's not something we have to address in frontend.

StefanW86 commented 3 weeks ago

ok, i opened there the issue. https://github.com/home-assistant/core/issues/124626