-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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 Lyric climate Auto mode #123490
Fix Lyric climate Auto mode #123490
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems you haven't yet signed a CLA. Please do so here.
Once you do that we will be able to review and accept this pull request.
Thanks!
Hey there @timmo001, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There don't seem to be local tests which actually parse some content. I'm checking to see how to add them (as I have actual data from my thermostats to play with). Any tips are appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh the PR has a merge conflict, can you take a look?
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
da673d9
to
c199e87
Compare
Resolved. |
1fc0c49
to
0d059df
Compare
0d059df
to
1cf5dc3
Compare
Proposed change
Change from inferring a thermostat has "Auto" mode by checking whether it has heat and cool.
This is incorrect. A thermostat will have an explicit "Auto" mode. Merely having "Heat" and "Cool" is not enough.
From the API:
![image](https://private-user-images.githubusercontent.com/864376/356739831-943b9f7b-3b84-48ef-805e-2c6f4604d9e5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDc4MTEsIm5iZiI6MTczOTM0NzUxMSwicGF0aCI6Ii84NjQzNzYvMzU2NzM5ODMxLTk0M2I5ZjdiLTNiODQtNDhlZi04MDVlLTJjNmY0NjA0ZDllNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQwODA1MTFaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NDhmYjAyZTQ1NDdjNWRjZjRmZGU3ODFiMzA5OWI4MjdmYTYyOWM5ODc2Y2ZjMzMyZTQwOTRmZmM0ODlkNmJlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.aOtatRW1qHPcJO3CoiLYri8catXr2L3CPI3xvgSwf5g)
From my thermostat (which has "Auto" disabled):
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: