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

Cannot set temperature #180

Open
jikdoc opened this issue Dec 15, 2024 · 2 comments
Open

Cannot set temperature #180

jikdoc opened this issue Dec 15, 2024 · 2 comments

Comments

@jikdoc
Copy link

jikdoc commented Dec 15, 2024

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

@dlarrick
Copy link
Owner

"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.

@jikdoc
Copy link
Author

jikdoc commented Dec 15, 2024 via email

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

No branches or pull requests

2 participants