• 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 31.3k 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.
  • M Offline
    majik655 @stephenmelody
    last edited by Apr 6, 2018, 1:06 PM

    @stephenmelody I will be installing this tonight but in theory the code should be given to you on the device you are trying to connect…

    So start the module and it should give a code on the screen…then you can put that in on the portal at ecobee.com

    Again sorry I am answering without actually installing it but the way ecobee works is the code is given from the device connecting to ecobee.

    I will update tonight when I get it installed.

    F 1 Reply Last reply Apr 6, 2018, 1:13 PM Reply Quote 0
    • F Offline
      fabbr @majik655
      last edited by Apr 6, 2018, 1:13 PM

      @majik655 @stephenmelody That is correct. you will get the code after you do the git clone and added the module to the config.js

      Code refresh every 5min so you need to be quick on adding it to your account :)

      1 Reply Last reply Reply Quote 0
      • S Offline
        stephenmelody
        last edited by Apr 6, 2018, 1:19 PM

        Got it… I had it hidden due to some other module, my bad…

        Quick question, can it show Celsius instead of Fahrenheit?

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

          @stephenmelody Yes, but not correctly. I added this suggestion for the next release. Let me know if you have more :)

          1 Reply Last reply Reply Quote 0
          • S Offline
            stephenmelody
            last edited by Apr 6, 2018, 2:16 PM

            Ok, I can do that, although you might regret it!!

            Some questions that might turn into requests… but these all seem to be minor tweaks

            Does the heat symbol change colour depending on whether the system is heating or cooling, like it does on the app? (orange flame for heating, blue snowflake for cooling). In the example below, it’s currently 68, targeting 71. The app shows the flame in orange, that would be nice to quickly visualise if the system is running.

            Can the order in which the sensors are presented be set? For example, I’d like my Thermostat to be at the top, not the bottom

            It would be nice to be able to toggle what you see, for example, on my thermostat, I’m not too bothered about the humidity, so it would be nice to toggle that off - that would make the module smaller on my screen.

            Great work by the way, I’m happy this is a new module, I’ve been hoping for this one for a while!!!

            Here’s what I see
            0_1523024153290_b0516a38-9826-4ed3-b76c-109af2429247-image.png

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

              @stephenmelody said in Ecobee:

              Does the heat symbol change colour depending on whether the system is heating or cooling, like it does on the app? (orange flame for heating, blue snowflake for cooling). In the example below, it’s currently 68, targeting 71. The app shows the flame in orange, that would be nice to quickly visualise if the system is running.

              Currently No. I could add that tho. Currently the way you can check if the system is running or not is by checking the icon of the thermostat. It will change depending on the running status. I did that because a lot of people don’t like to have colors on their Mirrors. However, if you think this would make it better, elaborate on the different status and what should be displayed and I will work on having that as an option!

              If you haven’t notice, when there’s motion the icon of the sensor also changes :)

              Can the order in which the sensors are presented be set? For example, I’d like my Thermostat to be at the top, not the bottom

              Not currently. The results of the API will always give the Thermostat as the last “device” I can have that as an option also. Any other order change that you think should happen?

              It would be nice to be able to toggle what you see, for example, on my thermostat, I’m not too bothered about the humidity, so it would be nice to toggle that off - that would make the module smaller on my screen.

              I will add that an option, keep in mind that you won’t save any space on the module, you only will see less information.

              Great work by the way, I’m happy this is a new module, I’ve been hoping for this one for a while!!!

              Here’s what I see
              0_1523024153290_b0516a38-9826-4ed3-b76c-109af2429247-image.png

              I am happy that it’s working! I have spend countless hours working on it.

              1 Reply Last reply Reply Quote 0
              • S Offline
                stephenmelody
                last edited by Apr 6, 2018, 2:36 PM

                Checking the icon of the thermostat - what are the options here? mine says ON, but the system is in idle (neither heating nor cooling). Is that what you meant? I have noticed the motion icon - I like that!

                If you could toggle the displayed info, wouldn’t all the icons shift over to the right, if there was less on the line?

                Elaboration, I think these would be the options, to be honest, I think it would just be System Heat Mode and System Cool Mode that I would be intereted in, I don’t have the capabilities for the other icons. I know a number of modules that I have allow for the toggle of colour on / off:
                alt text

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

                  @stephenmelody said in Ecobee:

                  Checking the icon of the thermostat - what are the options here? mine says ON, but the system is in idle (neither heating nor cooling). Is that what you meant? I have noticed the motion icon - I like that!

                  Right now it will show if the Thermostat is set to a mode (ON) or off (OFF)
                  First image is OFF, Second is set to AUTO (69-64):
                  Screen_Shot_2018_04_06_at_10_38_16_AM
                  Screen_Shot_2018_04_06_at_10_41_20_AM

                  That being said, to show when it’s ACTUALLY running I need to figure what is the best way. (if that is important)

                  If you could toggle the displayed info, wouldn’t all the icons shift over to the right, if there was less on the line?

                  Not the way the I have the code running right now :(

                  Elaboration, I think these would be the options, to be honest, I think it would just be System Heat Mode and System Cool Mode that I would be intereted in, I don’t have the capabilities for the other icons. I know a number of modules that I have allow for the toggle of colour on / off:

                  So you want to see the colors in the module? or see them when the machine is running only?

                  Thanks for the feedback. I can’t way to go back to work on it :)

                  1 Reply Last reply Reply Quote 0
                  • S Offline
                    stephenmelody
                    last edited by Apr 6, 2018, 3:04 PM

                    OK, what would be “important” to me, would be to show what the system is doing:

                    So if the AC is running, then a Blue Snowflake, if the Heating is running, an Orange Flame, it would just need to be one of them, not both, as per the app example. If nothing is actually running, then white would be fine.

                    For example:

                    Heating:
                    alt text

                    Cooling:
                    alt text

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

                      @stephenmelody GOT it! I will add to the module! Let me know if you have other changes you want and how the module is working for you!

                      S 1 Reply Last reply Apr 16, 2018, 4:24 PM Reply Quote 0
                      • 1
                      • 2
                      • 3
                      • 4
                      • 5
                      • 2 / 5
                      2 / 5
                      • First post
                        19/50
                        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