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.

    Temperature/humidity on Magic Mirror

    Scheduled Pinned Locked Moved General Discussion
    12 Posts 5 Posters 3.4k Views 5 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.
    • BKeyportB Offline
      BKeyport Module Developer @Egnos
      last edited by BKeyport

      @Egnos I’d look to see what’s supported in the 3rd party modules, and work backwards from there… that being said, for outside modules, go with Davis or other commercial products, and use something like an iframe tool, I use MMM-HTMLSnippet - and just grab the panel I want from Davis’ choices.

      https://github.com/MichMich/MagicMirror/wiki/3rd-Party-Modules#utility--iot--3rd-party--integration

      In this picture, the “internal” and “room” temps are provided by MMM-Temperature via i2c/Stemma QT modules (Room being a BME 280 from Adafruit, Internal is a HTU21 also from Adafruit)

      The big panel is MMM-HTMLSnippet.

      CSS is modified a lot to fit my theming.

      86a68d24-a97f-4f1f-b10b-1d59b086ddb2-image.png

      The "E" in "Javascript" stands for "Easy"

      E 1 Reply Last reply Reply Quote 1
      • E Offline
        Egnos @BKeyport
        last edited by

        Thank you very much @BKeyport and I find your environment very ingenious!
        I was looking for something less complex, the sensors you mentioned must still be connected to Arduino/RPI…if I’m not mistaken!

        I was hoping there were temperature sensors that would connect to Google Home and some module was able to take this information and display it on the MM.
        But I think it’s science fiction! ;-)

        My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

        S BKeyportB 2 Replies Last reply Reply Quote 0
        • S Offline
          sdetweil @Egnos
          last edited by

          @Egnos said in Temperature/humidity on Magic Mirror:

          But I think it’s science fiction!

          no, it’s vendors protecting their data, regardless of what the users want…

          I have ecobee, w motion sensors… why should I need another motion sensor?

          Sam

          How to add modules

          learning how to use browser developers window for css changes

          E 1 Reply Last reply Reply Quote 0
          • J Offline
            Jimminy
            last edited by

            @Egnos
            You might want to have a look at https://tinyurl.com/WiFi-Temp-7-Humidity-Sensor. I have one on order so will have to wait and see if it does as advertised.

            1 Reply Last reply Reply Quote 0
            • BKeyportB Offline
              BKeyport Module Developer @Egnos
              last edited by

              @Egnos the internal and room sensors are connected, yes. However, the outdoor sensors is actually not connected to anything. Solar powered, wireless to it’s controller, which then is connected to my network and uploaded to a website to create the panel.

              The "E" in "Javascript" stands for "Easy"

              1 Reply Last reply Reply Quote 0
              • E Offline
                Egnos @sdetweil
                last edited by Egnos

                @sdetweil said in Temperature/humidity on Magic Mirror:

                no, it’s vendors protecting their data, regardless of what the users want…
                I have ecobee, w motion sensors… why should I need another motion sensor?

                Motion sensor?!
                Is the HUB done by the thermostat for all Ecobee sensors?
                Which module do you use for Ecobee?

                @Jimminy said in Temperature/humidity on Magic Mirror:

                You might want to have a look at https://tinyurl.com/WiFi-Temp-7-Humidity-Sensor. I have one on order so will have to wait and see if it does as advertised.

                The link takes me to the “home” of AliExpress, could you put the correct link?
                How do you think to share the info of this sensor with MM?

                @BKeyport said in Temperature/humidity on Magic Mirror:

                the outdoor sensors is actually not connected to anything. Solar powered, wireless to it’s controller, which then is connected to my network and uploaded to a website to create the panel.

                So they can be physically not connected to the RPI.
                Could you tell me the type of sensor and how it connects (power supply, WiFi, etc …)?
                How do you bring the information of these external sensors on the local network and then in the browser?

                Thank you all for valuable information! :folded_hands:

                My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                S 1 Reply Last reply Reply Quote 0
                • S Offline
                  sdetweil @Egnos
                  last edited by

                  @Egnos all ecobee have motion detection in their thermostat and room sensors. that’s how they know the room is occupied… and could be used in temp averaging.

                  Sam

                  How to add modules

                  learning how to use browser developers window for css changes

                  E J 2 Replies Last reply Reply Quote 0
                  • E Offline
                    Egnos @sdetweil
                    last edited by

                    @sdetweil said in Temperature/humidity on Magic Mirror:

                    @Egnos all ecobee have motion detection in their thermostat and room sensors. that’s how they know the room is occupied… and could be used in temp averaging.

                    Ah ok!
                    Does the HUB for these sensors do the thermostat?
                    What module do you use?

                    Thanks

                    My Mirror https://forum.magicmirror.builders/topic/17262/the-raspimirror-was-born/7

                    1 Reply Last reply Reply Quote 0
                    • J Offline
                      JohnGalt @sdetweil
                      last edited by

                      @sdetweil : Sam, it sounds like you are integrating your Ecobee with your MagicMirror - true? If so, can you tell us how you get the data out of the Ecobee? I looked at it some time ago, and it appeared Ecobee uses [used?] a wireless band separate from basic WiFi, and I saw no way to tap into the information stream. I would be tempted to take another look at integrating data from the Ecobee into MagicMirror if feasible.

                      S 1 Reply Last reply Reply Quote 0
                      • S Offline
                        sdetweil @JohnGalt
                        last edited by sdetweil

                        @JohnGalt I have not integrated my ecobee to my MagicMirror

                        but it looks like there is an API
                        https://www.notion.so/API-Documentation-e4a7746e6a3f45dbb58ea6b45b8f9744

                        and one can get charts now
                        https://beestat.io/

                        Screenshot_20220912-160011_Chrome.jpg

                        Screenshot_20220912-155955_Chrome.jpg

                        I believe the section at sensor details shows the ‘occupancy’ … this is like a week of detail from my house.
                        in the live version there is floating info as the cursor passes over data

                        Screenshot at 2022-09-12 17-45-33.png

                        Sam

                        How to add modules

                        learning how to use browser developers window for css changes

                        J 1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 1 / 2
                        • 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