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

Fix hvac_action attribute behavior to go to "idle" when the Better Thermostat is "off" #1192

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

LeoCal
Copy link
Contributor

@LeoCal LeoCal commented Dec 9, 2023

With this fix, the hvac_action attribute is correctly set to "idle" state when the thermostat is turned off.

Motivation:

hvac_action stays in "heating" state even if the thermostat is turned off.

Changes:

Related issue (check one):

Checklist (check one):

  • I did not change any code (e.g. documentation changes)
  • The code change is tested and works locally.

Test-Hardware list (for code changes)

HA Version: 2023.12.1
Zigbee2MQTT Version: 1.34.0
TRV Hardware: Aqara Smart Radiator Thermostat E1

New device mappings

  • I avoided any changes to other device mappings
  • There are no changes in climate.py

With this fix, the hvac_action attribute is correctly set to "idle" state when the thermostat is turned off. Without it, hvac_action stays in "heating" state even if the thermostat is off.
@LeoCal LeoCal changed the title Update climate.py Fix hvac_action attribute behavior to go to "idle" when the Better Thermostat is "off" Dec 9, 2023
@KartoffelToby KartoffelToby merged commit b4e2010 into KartoffelToby:master Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hvac_action attribute stays in "heating" state even if Better Thermostat is turned off.
2 participants