Matt Davis
Matt Davis
The update that broke setZoneOverlay was reverted two weeks ago. Although the issue isn't really fixed because I'd like to be able to reapply the update it should be in...
Hi, that's interesting. Hot water is something I'm unable to test - my boiler doesn't have an input for it - central heating is actually the only Tado product I...
Yes, that's great. Do you see the payload? This is the same API call I already implement with a PUT method. It would be good to know if the payload...
That's really helpful. Thanks. I think the issue is that my library only currently caters for HEATING and AIR_CONDITIONING in the type field. Using your example I should be able...
No other issues have been raised. There was mention of Tado changing how authentication works but I rolled out an update that should have fixed that. They removed basic Auth...
I misremembered the JWT and Auth fixes were for AirConfort - https://github.com/mattdavis90/node-tado-client/commit/03e5a81981dd72e31917693924dbe87d8a924f7c
That looks like a totally different endpoint - probably worth implementing that as well but it doesn't have the same response as the original endpoint. I don't really use the...
This is now pushed up into v0.16.0
The API call is `getEnergyIQOverview` and I've removed the broken API call
It looks like the answer here might be adding some upgrade logic to the `oneditprepare` method as per this comment https://github.com/node-red/node-red/issues/3640#issuecomment-1150791279