}
[09/12/2021, 18:50:05] [homebridge-tado-ac] Creating PUT request to tado° API --->
[09/12/2021, 18:50:05] [homebridge-tado-ac] https://my.tado.com/api/v2/homes/XXXXXX/zones/2/overlay
[09/12/2021, 18:50:05] [homebridge-tado-ac] data: {"termination":{"type":"MANUAL"},"setting":{"type":"AIR_CONDITIONING","power":"ON","mode":"DRY"}}
[09/12/2021, 18:50:05] [homebridge-tado-ac] ERROR: Request failed with status code 422
[09/12/2021, 18:50:05] [homebridge-tado-ac] {
errors: [
{
code: 'setting.notSupported',
title: 'temperature required for mode DRY'
}
]
}
That could be cool to add a way to set the temperature before activating the dry mode. Same for the fan mode, as clicking on these switches generates this error above.
} [09/12/2021, 18:50:05] [homebridge-tado-ac] Creating PUT request to tado° API ---> [09/12/2021, 18:50:05] [homebridge-tado-ac] https://my.tado.com/api/v2/homes/XXXXXX/zones/2/overlay [09/12/2021, 18:50:05] [homebridge-tado-ac] data: {"termination":{"type":"MANUAL"},"setting":{"type":"AIR_CONDITIONING","power":"ON","mode":"DRY"}} [09/12/2021, 18:50:05] [homebridge-tado-ac] ERROR: Request failed with status code 422 [09/12/2021, 18:50:05] [homebridge-tado-ac] { errors: [ { code: 'setting.notSupported', title: 'temperature required for mode DRY' } ] }
That could be cool to add a way to set the temperature before activating the dry mode. Same for the fan mode, as clicking on these switches generates this error above.