-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot set temperature #180
Comments
"climate.turn_off" feature was just merged about an hour ago. "climate.turn_on" is harder, the integration needs to keep track of the last mode (heat/cool/dry/etc.). But as an alternative you can use "climate.set_hvac_mode" to turn on heating, cooling, etc. (and set hvac mode to "off" to turn it off, if you like). The Kumo app showing "--" for temperatures is a known issue due to how HA vs. Kumo translates farenheit to celsius. Rest assured it's actually working. See dlarrick/pykumo#15 for more details. |
Thanks!! Just read about the Celsius conversion table issue
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: dlarrick ***@***.***>
Sent: Sunday, December 15, 2024 12:24:29 PM
To: dlarrick/hass-kumo ***@***.***>
Cc: jikdoc ***@***.***>; Author ***@***.***>
Subject: Re: [dlarrick/hass-kumo] Cannot set temperature (Issue #180)
"climate.turn_off" feature was just merged about an hour ago. "climate.turn_on" is harder, the integration needs to keep track of the last mode (heat/cool/dry/etc.). But as an alternative you can use "climate.set_hvac_mode" to turn on heating, cooling, etc. (and set hvac mode to "off" to turn it off, if you like).
The Kumo app showing "--" for temperatures is a known issue due to how HA vs. Kumo translates farenheit to celsius. Rest assured it's actually working. See dlarrick/pykumo#15<dlarrick/pykumo#15> for more details.
—
Reply to this email directly, view it on GitHub<#180 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABPXYNK2HXC3RQOKN5Y6ATD2FW3M3AVCNFSM6AAAAABTUXJUGWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTHE2TMNZQGI>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi,
I’m totally new to HA, migrating over from SmartThings so please excuse my ignorance on certain issues.
I mostly migrated to be able to integrate my kumo ducted heat pumps with my oil baseboard backup. I want to set a crossover point where my oil turns on below 26F and my heat pump turns on at 29F.
When I try to automate turning off and on the Kumo, it doesn’t work. As a workaround I tried changing the target temps on the Kumo instead.
Turning on and off the Kumo seems to be an issue that’s noted already.
When I try to change the temp through HA, my kumo app shows the target temps as. “- -“.
HA otherwise perfectly monitors the temps and HVAC settings from kumo, I just can’t perform any actions.
HA works perfectly in changing the settings on the Ecobee that’s controlling my oil baseboard heat
The text was updated successfully, but these errors were encountered: