MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. charliwest
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 14
    • Groups 0

    charliwest

    @charliwest

    1
    Reputation
    859
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    charliwest Unfollow Follow

    Best posts made by charliwest

    • 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.

      posted in Requests
      C
      charliwest

    Latest posts made by charliwest

    • RE: Two way mirror netherlands

      @malibu Why do you say you don’t think its right, have you heard bad things?

      posted in Hardware
      C
      charliwest
    • 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

      posted in Requests
      C
      charliwest
    • 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.

      posted in Requests
      C
      charliwest
    • RE: Tado module?

      off as in not heating or as in powered off?

      posted in Requests
      C
      charliwest
    • 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 ;)

      posted in Requests
      C
      charliwest
    • 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 ;)

      posted in Requests
      C
      charliwest
    • RE: Tado module?

      So here is the first attempt https://github.com/olipayne/MMM-Tado-ThermoStats
      Works pretty well but still need some work

      posted in Requests
      C
      charliwest
    • 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?

      posted in Requests
      C
      charliwest
    • 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

      posted in Requests
      C
      charliwest
    • 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

      posted in Requests
      C
      charliwest