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

Temperature/humidity on Magic Mirror

Scheduled Pinned Locked Moved General Discussion
12 Posts 5 Posters 2.5k 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.
  • E Offline
    Egnos
    last edited by Sep 9, 2022, 1:51 PM

    Hello everybody,
    I would like to know the temperature/humidity in 3 points of the house (one also outside).
    Could you recommend both the WiFi sensor and the module to be used on MM?

    If it can be useful soon I should buy a NEST Audio …

    Thank you all.

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

    B 1 Reply Last reply Sep 9, 2022, 9:42 PM Reply Quote 0
    • B Offline
      BKeyport Module Developer @Egnos
      last edited by BKeyport Sep 9, 2022, 9:50 PM Sep 9, 2022, 9:42 PM

      @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 Sep 11, 2022, 12:30 AM Reply Quote 1
      • E Offline
        Egnos @BKeyport
        last edited by Sep 11, 2022, 12:30 AM

        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 B 2 Replies Last reply Sep 11, 2022, 1:16 AM Reply Quote 0
        • S Offline
          sdetweil @Egnos
          last edited by Sep 11, 2022, 1:16 AM

          @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 Sep 12, 2022, 1:04 PM Reply Quote 0
          • J Offline
            Jimminy
            last edited by Sep 11, 2022, 3:32 AM

            @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
            • B Offline
              BKeyport Module Developer @Egnos
              last edited by Sep 11, 2022, 7:41 AM

              @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 Sep 12, 2022, 1:07 PM Sep 12, 2022, 1:04 PM

                @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 Sep 12, 2022, 1:24 PM Reply Quote 0
                • S Offline
                  sdetweil @Egnos
                  last edited by Sep 12, 2022, 1:24 PM

                  @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 Sep 12, 2022, 1:48 PM Reply Quote 0
                  • E Offline
                    Egnos @sdetweil
                    last edited by Sep 12, 2022, 1:48 PM

                    @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 Sep 12, 2022, 8:52 PM

                      @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 Sep 12, 2022, 9:01 PM Reply Quote 0
                      • 1
                      • 2
                      • 1 / 2
                      1 / 2
                      • First post
                        7/12
                        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