w.Intercom = i;img.ProfilePhoto.ProfilePhotoMedium { padding: 10px; }tado API - Page 3 — tado° Community

tado API

13»

Answers

  • I am unable to upload the files with .py extension, so you'll have to rename them.
    Nevertheless, this should enable you to get the data you want.
    Of yourse you need to fill in your homeID and roomID

    Hope this helps!

  • Hi All,

    Hopefully someone can point me into the right direction with the new authentication sequence for the Tado API. I've tried these steps using curl, rather than implementing them directly into my application.

    The first two stages of the sequence work fine for me, it is where my access token is returned that I'm confused.

    1. request a verification code
    2. acknowledge the verification code in a browser (same
    3. request the access token for works too, but I'm missing the refresh token.

    According to the documentation, I should receive an access token accompanied by the refresh token. Unfortunately the returned JSON message doesn't contain that refresh token, required for easy re-authentication with the system.

    I did connect to the older version of the API a couple of times before but I didn't use the refresh token then and that is now lost to me.

    Does anyone know what the problem might be and how to fix it or may where to find the old refresh token?

    Many thanks!

  • @paddkretos
    Would you provide the output where the token is missing?