home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.56k stars 7.09k forks source link

Honeywell Total Connect Comfort Emergy Heat Switch Doesn't work #33451

Open xinde1989 opened 1 week ago

xinde1989 commented 1 week ago

Feedback

With the recent change, the emergency heat is changed to a switch. However, I can use the switch to turn off emergency heat, but can't use the switch to turn it on.

URL

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

Version

2024.6.4

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @rdfurman, @mkmer, mind taking a look at this feedback as it has been labeled with an integration (honeywell) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `honeywell` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign honeywell` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
mkmer commented 1 week ago

You should put this issue in on the core rather than documentation code base. The EM heat switch requires the system be in heat mode to enable emergency heat.
https://github.com/home-assistant/core/blob/629dab238fcc942af761eb20033837d540104ed6/homeassistant/components/honeywell/switch.py#L74-L80 Did you have heat enabled?

xinde1989 commented 1 week ago

You should put this issue in on the core rather than documentation code base. The EM heat switch requires the system be in heat mode to enable emergency heat. https://github.com/home-assistant/core/blob/629dab238fcc942af761eb20033837d540104ed6/homeassistant/components/honeywell/switch.py#L74-L80 Did you have heat enabled?

Ok, didn't know that was a requirement. Why not including "auto" or "heat/cool" mode in that too?

mkmer commented 1 week ago

EM mode is really only for HEAT... but your suggestion may make more sense. I was sharing how it's currently programmed to work not saying it's "right". It's not to difficult to remove the test and allow it to go into EM mode whenever.

xinde1989 commented 1 week ago

EM mode is really only for HEAT... but your suggestion may make more sense. I was sharing how it's currently programmed to work not saying it's "right". It's not to difficult to remove the test and allow it to go into EM mode whenever.

Thanks. Anywhere I should post to make a suggestion? I should be able to work around this for now but would be good to have it work in "auto" mode as well. Thanks.