eigenein / my-iot-rs

Yet another home automation (alpha)
https://eigenein.github.io/my-iot-rs/html
MIT License
32 stars 5 forks source link

Tado service #73

Closed eigenein closed 4 years ago

eigenein commented 4 years ago

https://shkspr.mobi/blog/2019/02/tado-api-guide-updated-for-2019/

eigenein commented 4 years ago

Open window:

❯ http POST https://my.tado.com/api/v2/homes/.../zones/1/state/openWindow/activate Authorization:'Bearer ...'
HTTP/1.1 204
    "openWindow": {
        "detectedTime": "2020-06-24T17:00:10Z",
        "durationInSeconds": 900,
        "expiry": "2020-06-24T17:15:10Z",
        "remainingTimeInSeconds": 691
    },