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 36.8k 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.
    • F Offline
      fabbr @stephenmelody
      last edited by

      @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

        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
        • citizendevpiC Offline
          citizendevpi
          last edited by

          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
          • richland007R Offline
            richland007
            last edited by

            @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
            • richland007R Offline
              richland007
              last edited by

              Any thoughts on the above issue??

              1 Reply Last reply Reply Quote 0
              • A Offline
                Arkitct
                last edited by

                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

                  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 Reply Quote 0
                  • M Offline
                    majik655
                    last edited by

                    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

                      @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
                      • P Offline
                        parnic
                        last edited by

                        Hello all,

                        I am maintaining a fork of this module that works with the new API changes coming from Ecobee very soon as well as showing the temperatures in Celsius if your thermostat is set to celsius. I also fixed the module sometimes being far too aggressive on hitting the Ecobee api, re-requesting authorization, etc. I have a few other things I’m adding soon such as a config property for showing sensors or not as well as an option to display colors for those of us using this on a monitor without a mirror in front.

                        Any and all feedback is appreciated! https://github.com/parnic/MMM-Ecobee

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          colel83
                          last edited by

                          Thank you for the updates to keep the module working with the new api changes! I am wondering though, is there anyway you could add the ability to hide the humidity and the set temperature in the thermostat readout? I would like to just have the actual thermostat display the current temp like the sensors do. On the original module I just commented out certain lines to make them disappear but the new code doesn’t look the same. Thanks again.

                          P 1 Reply Last reply Reply Quote 0
                          • P Offline
                            parnic @colel83
                            last edited by

                            @colel83 Sure, it would be pretty simple to have a configurable to suppress certain attributes like humidity. It would be most helpful for me if you would create issues on the GitHub page to help track that.

                            I would also love to be able to set the temperature from the module for touchscreens, but that needs a lot more work since the core of how the module is communicating with Ecobee needs to change to enable that.

                            1 Reply Last reply Reply Quote 0
                            • C Offline
                              colel83
                              last edited by

                              Awesome!! I looked all over on your github repository for a place to create an issue but I just could not find a way. A google search brought me here and since you had commented recently I thought I would just post here. I’ll head back over to the repository and see if I can find where to submit an issue. Thanks!

                              P 1 Reply Last reply Reply Quote 0
                              • P Offline
                                parnic @colel83
                                last edited by

                                @colel83 My fault, looks like issues were disabled on the repository I cloned from. I enabled them now! https://github.com/parnic/MMM-Ecobee/issues

                                1 Reply Last reply Reply Quote 0
                                • F Offline
                                  ftap
                                  last edited by

                                  This would be awesome!
                                  Unfortuntely, I can’t even load the MyApps section of the site. Does nothing to for me :(

                                  P 1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    parnic @ftap
                                    last edited by

                                    @ftap Not real sure how to help you on that one. It’s currently working for me. Either way, it’s Ecobee’s site, so you could try contacting their support maybe. Or a different browser perhaps.

                                    1 Reply Last reply Reply Quote 1
                                    • R Offline
                                      rmonkey
                                      last edited by

                                      I’m a little dense today – where do I find the API code to authorize?

                                      P 1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        parnic @rmonkey
                                        last edited by

                                        @rmonkey It should all be explained on the screen when attempting to connect. There are steps listed along with an API code to use.

                                        1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          rmonkey
                                          last edited by

                                          I’m afraid I’m stumped – I just have a spinning circle where the module loads. No instructions on the MM screen. I checked with “ls -l” and the user is set as the owner.

                                          P 1 Reply Last reply Reply Quote 0
                                          • P Offline
                                            parnic @rmonkey
                                            last edited by

                                            @rmonkey Check your MM process log or browser console log. It should explain why it’s not able to load.

                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • 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