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
This is a question not an issue:
Is there a way to interact with the Program in Kumo?
My main unit has a bad wifi signal, constantly dropping & reconnecting. I've worked on it, that's a whole other thing.
But that means I'd rather not rely on an internet signal to be there for changes to happen, and would like to push the whole schedule into the unit so that it knows what to do even without internet.
Is that possible currently?
The text was updated successfully, but these errors were encountered:
However, the schedule information is present in the API information that has been reverse-engineered, so interface with that is theoretically possible. The place to start would be to expose the schedules in the pykumo library. I'll be honest, I'm pretty unlikely to do this work myself.
On the third hand, I'm not at all clear how to integrate such functionality into HomeAssistant. I guess it would be changing which program is active rather than changing setpoints. Editing those programs seems beyond the scope of the current HomeAssistant "Climate" entity.
I would certainly consider pull requests in the following areas, if anyone is interested:
Expose ability to manage Kumo preset schedules in pykumo
Expose ability to switch among Kumo preset schedules in pykumo (if it has this functionality)
Expose switching among different presets in hass-kumo
Ideas for robustness in the face of network difficulties (you are not alone; the WiFi on these is not great)
Awesome, thanks for pointing me in the right direction! I'll see what I can get it to do, when I can play with it.
I think the best way around the network issues right now is what you have in the "complex template", to keep trying to set the value until it comes back as set. Which is a good workaround if your unit "bounces" in & out of connection like mine does.
This is a question not an issue:
Is there a way to interact with the Program in Kumo?
My main unit has a bad wifi signal, constantly dropping & reconnecting. I've worked on it, that's a whole other thing.
But that means I'd rather not rely on an internet signal to be there for changes to happen, and would like to push the whole schedule into the unit so that it knows what to do even without internet.
Is that possible currently?
The text was updated successfully, but these errors were encountered: