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 #78

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

WillCodeForCats
Copy link
Owner

Remove aux heat from climate entity and move it to a switch entity.

@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 an issue Mar 30, 2024 that may be closed by this pull request
@WillCodeForCats
Copy link
Owner Author

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.

This switch 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 this pull request may close these issues.

Remove aux heat from climate entity
1 participant