At least I'm getting the actual temp now, great
Search found 3 matches
- Thursday 20 July 2017 18:27
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 23493
Re: [677] Tado thermostat
First problem is that I screwed up copying the code from GitHub, that's corrected now. I'll check for the JSON library, thanks!
At least I'm getting the actual temp now, great
At least I'm getting the actual temp now, great
- Wednesday 19 July 2017 21:35
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 23493
Re: [677] Tado thermostat
Wow you are quick, thanks! It makes clear that the Tado change and my "mess" was a coincidence: I still get these results from running the php file:
Token Age: 2 | Used cached token | PHP Notice: Undefined index: homes in /home/pi/domoticz/scripts/tado.php on line 134
PHP Notice: Undefined index ...
Token Age: 2 | Used cached token | PHP Notice: Undefined index: homes in /home/pi/domoticz/scripts/tado.php on line 134
PHP Notice: Undefined index ...
- Wednesday 19 July 2017 13:48
- Forum: Suggestions
- Topic: [677] Tado thermostat
- Replies: 45
- Views: 23493
Re: [677] Tado thermostat
Tado changed the API and unfortunately since it is not published, was not known. They've introduced 'client_secret' requirement, so the code has been modified (I think the client_secret is the same for all users and linked to the app/client). The code on GitHub has been updated and is working again ...