-
-
Notifications
You must be signed in to change notification settings - Fork 31.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
Lyric integration (Honeywell Home) cannot set cool temperature #125272
Comments
Hey there @timmo001, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) lyric documentation |
Looks like these changed to snake case in 2.0.0 that was recently pulled in from #123424. @dalinicus, there were a bunch! I updated these locally to core/homeassistant/components/lyric/climate.py Lines 357 to 379 in fbd3bf7
|
Is there a way to fix this without getting into the editor? I'm running HASS OS on an intel Nuc and i can't get to the core files from Studio Code Server |
This is fixed by #125382 and went out with the release earlier today. https://github.com/home-assistant/core/releases/tag/2024.9.1 |
The problem
When trying to change the thermostat temperature, the thermostat integration throws an error:
Failed to perform the action climate/set_temperature. Lyric.update_thermostat() got an unexpected keyword argument 'coolSetpoint'
home-assistant_lyric_2024-09-04T21-05-32.777Z.log
What version of Home Assistant Core has the issue?
core-2024.9.0
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
lyric
Link to integration documentation on our website
https://www.home-assistant.io/integrations/lyric
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
Have tried to reload the integration as well as disable and re-enable it. Have also restarted HA. Same result.
Controlling the HVAC unit using HomeKit works (thermostat integrates directly with HomeKit). Also works with the Residio App. Just having issues with the HA integration. Before this point, the HA integration was the fastest and most reliable control mechanism.
The text was updated successfully, but these errors were encountered: