nitaybz / homebridge-tado-ac

Homebridge plugin to support Tado Smart AC Control devices.
MIT License
40 stars 12 forks source link

ERROR 422 : temperature required for mode DRY/FAN #113

Closed hassounet closed 8 months ago

hassounet commented 2 years ago

} [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.

hassounet commented 8 months ago

This works now with the latest version! Thank you for your work !