You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue on the newest version of the integration (0.3.11). I have an automation that sets the temp to 68 at night and then 72 in the morning. The automation that sets to 68 works and correctly sets the temperature on the furnace to 68 degrees.
However, the morning integration that sets to 72 degrees does not work - it also does not work when set to 71 or 70 degrees. I end up with a temperature setting of --° as shown in the provided screenshot (the heat was set to 69 before this to test if it was just temperatures over 70). Effectively, this keeps the previous temperature setting without setting the new temp.
From the app:
The action from the automation that does not work:
The action from the automation that does work:
This has been occurring for about two weeks (wanted to make sure it wasn't temporary/network issues or something wrong with my automation, but I've reset both the heat pump furnace, my network and HA and have recreated the automation from scratch), and there are no warnings/errors in the HA logs at the time the automation is run.
Thoughts?
The text was updated successfully, but these errors were encountered:
This is a known issue, your unit is set to the correct temperature but the kumo app doesn't display it due to the conversion table. Check the temperature in homeassistant, it receives updates from the unit itself so it's accurate. dlarrick/pykumo#15
Hi there -
I'm having an issue on the newest version of the integration (0.3.11). I have an automation that sets the temp to 68 at night and then 72 in the morning. The automation that sets to 68 works and correctly sets the temperature on the furnace to 68 degrees.
However, the morning integration that sets to 72 degrees does not work - it also does not work when set to 71 or 70 degrees. I end up with a temperature setting of --° as shown in the provided screenshot (the heat was set to 69 before this to test if it was just temperatures over 70). Effectively, this keeps the previous temperature setting without setting the new temp.
From the app:
The action from the automation that does not work:
The action from the automation that does work:
This has been occurring for about two weeks (wanted to make sure it wasn't temporary/network issues or something wrong with my automation, but I've reset both the heat pump furnace, my network and HA and have recreated the automation from scratch), and there are no warnings/errors in the HA logs at the time the automation is run.
Thoughts?
The text was updated successfully, but these errors were encountered: