• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
MagicMirror Forum
  • Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.

Ecobee

Scheduled Pinned Locked Moved Requests
50 Posts 19 Posters 28.5k Views 20 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    stephenmelody
    last edited by Apr 16, 2018, 4:29 PM

    OK, it wasn’t a complaint, just some feedback in case it helps. I have my mirror set up so that only the screen turns off when no one is home, but the pi keeps on trucking in the background. I’d have to look and see what happened, but I got it reauthorised and I’ll see if it does it again.

    Looking forward to new code!!!

    F 1 Reply Last reply Apr 17, 2018, 1:29 PM Reply Quote 0
    • F Offline
      fabbr @stephenmelody
      last edited by Apr 17, 2018, 1:29 PM

      @stephenmelody hahah I took it as feedback :) I need a lot of it to make this as usable as possible. keep them coming

      1 Reply Last reply Reply Quote 0
      • J Offline
        JRCelis
        last edited by Sep 16, 2018, 5:47 PM

        The module is working fine. Thanks! Is there any way to change the output temperature to Celsius instead of Fahrenheit?

        1 Reply Last reply Reply Quote 0
        • C Offline
          citizendevpi
          last edited by Oct 30, 2018, 8:08 AM

          first off thanks I really enjoy the module!! great work! I do not have any colors on my dashboard at all and reading the thread I see that when my furnace is running the flame should be red?

          1 Reply Last reply Reply Quote 0
          • R Offline
            richland007
            last edited by Nov 14, 2018, 5:32 AM

            @fabbr Thank you for the Ecobee Module.
            I really like it and it has been working fine for me… however i am running pm2 and watchdog and for some reason the mirror is restarting quite often and every time it wants to reauthorize with Ecobee api why is that and how can i minimize it… it happens like 5 times a day or more …annoying kinda thing.
            Any thoughts??
            Denis

            1 Reply Last reply Reply Quote 0
            • R Offline
              richland007
              last edited by Nov 17, 2018, 5:03 AM

              Any thoughts on the above issue??

              1 Reply Last reply Reply Quote 0
              • A Offline
                Arkitct
                last edited by Dec 9, 2018, 9:40 PM

                This is awesome @fabbr , many thanks!

                Any word on doing a colored: true option? I’m just starting down the road of MM, so I may peak into the code to see if it’s something I can tackle.

                1 Reply Last reply Reply Quote 0
                • L Offline
                  LordBane
                  last edited by Apr 24, 2020, 8:45 PM

                  I just got started with Magic Mirror and found this module. It’s awesome! I was so happy to find it. My fear is that you’ve stopped working on it. I’m really hoping you for the celsius conversion… Though you’d think that Celsius would be the default from the Ecobee API. Ecobee is a Canadian company!

                  H 1 Reply Last reply Sep 30, 2020, 1:52 AM Reply Quote 0
                  • M Offline
                    majik655
                    last edited by Jun 25, 2020, 3:25 PM

                    I fear it has been a while too for this module…
                    The module is working great!

                    But is there a way to only show the thermostat and not the sensors?

                    1 Reply Last reply Reply Quote 0
                    • H Offline
                      hisstory2002 @LordBane
                      last edited by Sep 30, 2020, 1:52 AM

                      @LordBane Good day all, really love this module great work. i just found this and noticed that it was in fahrenheit but as a canadian i would like it to be in celsius. so i look at the code and found the lines that need updating for it to display in celsius.

                      to do this you will need to edit the file MMM-Ecobee.js (Location = MagicMirror/modules/MMM-Ecobee/)
                      update line 58 to be “var desiredHeat = Math.round(((thermo.runtime.desiredHeat / 10)-32)*5/9);”
                      update line 59 to be “var desiredCool = Math.round(((thermo.runtime.desiredCool / 10)-32)*5/9);”
                      update line 106 to be “currentTemp.innerHTML = Math.round(((device.capability[0].value / 10)-32)*5/9);”
                      once that is done refresh the Mirror and the number will be updated.

                      Please let me know if this cause any problems for anyone.

                      Thank you

                      1 Reply Last reply Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 4 / 5
                      • First post
                        Last post
                      Enjoying MagicMirror? Please consider a donation!
                      MagicMirror created by Michael Teeuw.
                      Forum managed by Sam, technical setup by Karsten.
                      This forum is using NodeBB as its core | Contributors
                      Contact | Privacy Policy