@malibu Why do you say you don’t think its right, have you heard bad things?
Read the statement by Michael Teeuw here.
Posts made by charliwest
-
RE: Two way mirror netherlands
-
RE: Tado module?
hmm, ok, we did some updates today. Should deal with the NULL, C or F now. It also now gets the homeid for you, and the zone is assumed to be 1.
Neither of us have actually yet to set up a MagicMirror, looking for glass and a monitor now to do a couple so don’t have this running apart from when we work on it at the moment.
The update frequency was also changed, so far I assume the api doesnt have a limit on calls, but we only call it every 5mins
-
RE: Tado module?
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. -
RE: Tado module?
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 ;)
-
RE: Tado module?
@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 ;)
-
RE: Tado module?
So here is the first attempt https://github.com/olipayne/MMM-Tado-ThermoStats
Works pretty well but still need some work -
RE: Tado module?
@dinkybluebug245 there shouldn’t be a line 16, can you double check the file u made is correct. Where are you running the script from? Also it says something about ado.sh … not sure what that’s referring to?
-
RE: Tado module?
@dinkybluebug245 probably a cut and paste error with the ticks, try from here https://github.com/charliwest/random_scripts/blob/master/tado2
-
RE: Tado module?
Yeah no idea about nodejs stuff, spoke to a friend today who is hoping to build a magicmirror (I still havent had time to set mine up at all). He is keen to have a look at this with me. We will hopefully sit down over a couple of beers next week and see if we can bash something out.
Anyone else who already knows more about modules happy for them to take the above and make it work…
@dinkybluebug245 did you test the above, even though only a bash script, still pretty cool