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
With open window detection on, as soon as the offset decreases, open window is triggered and there is a resultant delay in turning the heat up.
I would propose checking the state of open window first, then if on, turning it off before changing the offset and then turning it back on.
It looks like there is no service in the integration to do this but certainly possible from the api directly.
I understand, if I'm not mistaken that you maintain the tado integration. Would it be possible to add this service and then I can work on the changes to the blueprint?
Unfortunately my python isn't yet good enough to propose these changes to the integration my self.
The text was updated successfully, but these errors were encountered:
hey, sorry for the delay... been way too busy to play with any of this... I dont actually maintain the Tado integration but just raised a pr and the guy that does asked me to take over.. so I might... 👀
you will see from the note I left on your pr that i've started looking at this again to get it updated..
Albeit I havent got auto-assist so I dont use open window detection.. Also just had a quick look and doesnt look like setting open window is available in pyTado (which is the underlying Tado api connector that the integration uses) so it would likely need a pr to that first
Appreciate you are saying your python isnt good enough, but I am not python dev, nor any dev... just had to read the code and research to do this stuff... I dont mind taking a look if you gather some info on it
With open window detection on, as soon as the offset decreases, open window is triggered and there is a resultant delay in turning the heat up.
I would propose checking the state of open window first, then if on, turning it off before changing the offset and then turning it back on.
It looks like there is no service in the integration to do this but certainly possible from the api directly.
I understand, if I'm not mistaken that you maintain the tado integration. Would it be possible to add this service and then I can work on the changes to the blueprint?
Unfortunately my python isn't yet good enough to propose these changes to the integration my self.
The text was updated successfully, but these errors were encountered: