Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove aux heat from climate entity #77

Open
WillCodeForCats opened this issue Mar 30, 2024 · 1 comment · May be fixed by #78
Open

Remove aux heat from climate entity #77

WillCodeForCats opened this issue Mar 30, 2024 · 1 comment · May be fixed by #78
Assignees
Labels
Update Update or change to something

Comments

@WillCodeForCats
Copy link
Owner

Climate entity auxiliary heater is deprecated
https://developers.home-assistant.io/blog/2024/03/10/climate-aux-heater-deprecated

Re-implement as a switch entity under device config.

@WillCodeForCats WillCodeForCats added the Update Update or change to something label Mar 30, 2024
@WillCodeForCats WillCodeForCats self-assigned this Mar 30, 2024
@WillCodeForCats WillCodeForCats linked a pull request Mar 30, 2024 that will close this issue
@WillCodeForCats
Copy link
Owner Author

WillCodeForCats commented Mar 30, 2024

This is a distinct hvac_mode on Tekmar thermostats, but the HA climate entity doesn't have a matching HVACMode for emergency heat. Instead, the climate entity will show 'heat' mode (return HVACMode.HEAT) when the thermostat is in emergency mode since HA can't show the true mode of the thermostat.

A new switch for emergency heat will show if the thermostat is in emergency mode (and set it). During normal operation the thermostat will not show if the emergency stage is active or not, only if it's in that mode to force operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Update Update or change to something
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant