Read the statement by Michael Teeuw here.
Tado module?
-
So here is the first attempt https://github.com/olipayne/MMM-Tado-ThermoStats
Works pretty well but still need some work -
@charliwest this looks awesome. What variable is the tado home number?
-
@dinkybluebug245 I’ll write a readme for it tomorrow, but basically if you manually run my original tado.sh in each step you will get the answers. If you need more into it will be there when the readme is ready ;)
-
OK, the readme is there now, hope it makes sense.
https://github.com/olipayne/MMM-Tado-ThermoStats/tree/master
Its by no means perfect, and still want to try and automated the homeid if I can, and add an icon for on or off but have yet to work out which result that actually is ;)
-
@charliwest great job. Works well. Thanks.
Once you’ve got the icons working for heating on etc, it would be great it there was a house icon at the beginning - I suppose it makes it obvious then it’s the temperature of inside your home.
Love it.
-
@charliwest also, just noticed that when Tado is off, the module doesn’t update at all. Just stays the same as the last recorded reading. If the module is restarted and Tadl is off, the is just says ‘loading’
-
off as in not heating or as in powered off?
-
@charliwest off as in set heating to
Manually off. (Ignore current and target temperature)Current output on api is
{“tadoMode”:“HOME”,“geolocationOverride”:false,“geolocationOverrideDisableTime”:null,“preparation”:null,“setting”:{“type”:“HEATING”,“power”:“OFF”,“temperature”:null},“overlayType”:“MANUAL”,“overlay”
-
OK I see the problem
“type”:“HEATING”,“power”:“OFF”,“temperature”:null
vs
“type”:“HEATING”,“power”:“ON”,“temperature”:{“celsius”:22,“fahrenheit”:71.6}
So it tries to read celsius but its not there. Will look into how to fix that, while we also change celsius to be a variable for metric or imperial as well. -
@charliwest hi. Also I noticed that sometimes it doesn’t update. This morning woke up and it was still showing a reading from about 8pm the night before. Not an isolated occasion as it happened before but figured it was a one off. Might be my setup though.