This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Comments
It's 18.8 degrees according to my tado app. Homey (tado) still reads 20.5.
Humidity seems to work....
beautiful @HellHound
hope you're able to fix it
It's supposed to have the fix for the temp update.
I now use the Tado, turn heating off and the Tado, Automatic heating cards. This makes the app crash. The crash logs are sent to the developer according to the app. Are you able to fix this?
Could this be fixed? I've created a flow so my floorheating pump will automatically switch on/off when the set temp is higher then the measured temp. (thus the heater is working)
Measured temp and set temp are not updated in Homey.
Looks like there has been little or no development for quite some time........
Workaround: Use candy app to restart the app every 5 min.
Sorry It's only in dutch:
Ja; er is een aanpassing geweest op de API.
Ik heb het weer aan de praat gekregen door de call aan te passen waar de access token aangevraagd wordt:
1) de client_id aanpassen van client_id=tado-webapp naar client_id=tado-web-app
2) de client_secret toe te voegen aan de call
Je kunt de client_secret ophalen met het volgende commando:
CLIENTSECRET=`curl --silent --max-time 10 "https://my.tado.com/webapp/env.js" |grep clientSecret |egrep -o "'[a-zA-Z0-9]+" |sed "s/^'//g"`
Somebody who can correct this in the TADO app?
I've committed the fix based on information from @2Be (thanks!) and my own observations to the Beta channel. However, this still needs approval of Athom.
You will need to put the Tado Client Secret in the Tado Homey Settings. Currently this secret is
wZaRN7rpjn3FoNyF5IFuxg9uMzYJcvOoQ8QWiIqS3hfk6gLhVlG57j5YNoZL2Rtc
I've not added this secret in the code, since Tado can change this at any time. This way, you can update it yourself whenever Tado changes this secret, without me requiring to update the Tado app.
As mentioned in one of my previous posts, due to my work obligations I haven't had a lot of time to work on the new changes.
This new release (0.5.7) includes some code I was working on previously, but is not yet complete. However, this code should normally not impact the existing features.
I didn't find the new api,I only copied it from tweakers.net.
Maybe your new code fixes the app crash when a flow turns my Tado on or off. (Like when door is opened for >5 min. turn Tado off / Door is closed turn Tado on again.)
I installed your GitHub 0.5.7 both master as the beta branche and they both crash immediately.
Stack trace:
Error: Cannot find module 'log4js'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/drivers/tado/driver.js:7:16)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
Exit code: 1
Exit signal: null
Installed Beta app (0.5.8) from the app store. I keeps crashing on me......
Same Beta app (0.5.8) from the app store crashes:
Stack trace:
Error: Cannot find module 'semver'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (/node_modules/log4js/lib/layouts.js:6:12)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
Exit code: 1
Exit signal: null
And is Homey able to communicatie with Tado directly on my home network or is all communication going through the cloud/Tado servers?
All communication goes through the cloud that is also why you need a bridge. The bridge connects your thermostat and valves with the cloud. The Homey Tado app communicates with the unofficial Tado api in the cloud.
I know Thermosmart keeps its schedules even without an internet-connection, think the rest will too...