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 sensors

    Scheduled Pinned Locked Moved Hardware
    17 Posts 11 Posters 9.0k Views 12 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.
    • brobergB Offline
      broberg Project Sponsor @s.monti.74
      last edited by

      @s-monti-74

      zigbee does need a gateway since it talks on another protocoll than regular wifi (even if it is on the same bandwidth).

      try building esp8266 nodes with temperature sensors and run espeasy on them. should cost you around 10-15usd each, without power supplies.
      otherwise you have ready made Shelly Temp Sensors that runs on wifi, they are a bit pricey though.

      Shelly :
      https://www.amazon.com/Shelly-Temperature-Hygrometer-Automation-Application/dp/B07L97LBSG

      esp temperature build guide :
      https://randomnerdtutorials.com/esp8266-ds18b20-temperature-sensor-web-server-with-arduino-ide/

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        s.monti.74 @broberg
        last edited by

        @broberg Not bad the “Shelly solution” but with which module can I read the values ?

        brobergB 1 Reply Last reply Reply Quote 0
        • brobergB Offline
          broberg Project Sponsor @s.monti.74
          last edited by

          @s-monti-74 Don’t think there are any modules written for shelly yet. It’s not impossible but don’t think anyone have done it.

          Same goes for the esp8266, don’t think there are any modules for temperature for those either.

          S 1 Reply Last reply Reply Quote 0
          • S Offline
            s.monti.74 @broberg
            last edited by

            @broberg , usually, in this moment, @sdetweil pull the module we need out of the cylinder …

            S 1 Reply Last reply Reply Quote 0
            • S Offline
              sdetweil @s.monti.74
              last edited by

              @s-monti-74 @broberg Sadly, I do not have any magic solution for this

              Sam

              How to add modules

              learning how to use browser developers window for css changes

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

                probably found a solution by next now

                but I use a combination esp8266 and mysensors with dht22

                1 Reply Last reply Reply Quote 0
                • S Offline
                  s.monti.74
                  last edited by

                  @ardenking said in temperature sensors:

                  esp8266 and mysensors

                  no i haven’t find yet
                  I’ m trying with openhab and home assistant to read shelly h&t but I don’t understand how to setup
                  dht22 are connected to the PI ? do you have one Pi in each room ?
                  thanks

                  1 Reply Last reply Reply Quote 0
                  • N Offline
                    namanjohnson101
                    last edited by

                    I have a SmartThings hub and Alexa and I’m looking for a cheap, reliable way to measure temperature across the house. What I’ve tried:

                    Xiaomi Aqara temperature sensors, which are super cheap but are reliable if and only if they’re close to the hub - they quickly lose connection and won’t reconnect if they’re distant (repeaters make it worse).

                    Centralite temperature/humidity sensor seems to work reasonably well, but needs CR2 batteries and goes through them quite quickly. Looks like they’ve stopped making them anyway kamukta

                    Samsung Multisensor, but it seems wasteful to have 6 measurements and only look at one of them

                    Boesch motion sensor, ditto

                    VIsonic door sensor, ditto, also only reports temperature a couple times a day

                    Are there temperature (or temperature/humidity) sensors for Zigbee or Z-wave that cost $15 or less that I can actually expect to work for more than a week at a time?

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

                      I’m playing with a DHT 11 sensor I got out of a kit and https://github.com/ryck/MMM-DHT-Sensor. cheapest ever - free on the sensor + software.

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

                      T 1 Reply Last reply Reply Quote 0
                      • S Offline
                        stampeder
                        last edited by

                        ESP32 with DS18B20. ESP32 can run micropython so code is easy. ESP32 is cheap and so is the DS18B20. Simple compact and is WIFI.

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          titoof @BKeyport
                          last edited by

                          @BKeyport Hello,

                          I’m desperately trying to download the module: https://github.com/ryck/MMM-DHT-Sensor

                          This one seems to be the most “DAY”. I have a DHT 11 to install but this one refuses to soul to make data returns. Thank you for your help.

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

                            @titoof Not quite understanding your wording, there.

                            Once you follow the instructions in the readme - exactly - and reboot your system, it will work.

                            {
                            			module: "MMM-DHT-Sensor",
                            			position: "bottom_right",
                            			header: "Room Temp",
                            			config: {
                            				sensorPin: 26, // Use the GPIO number. GPIO 26/Pin 37. 
                            				sensorType: 22, // DHT 22 (DHT 11 change to 11)
                            				updateInterval: 60 * 60 * 1000,
                            				initialLoadDelay: 0,
                            				animationSpeed: 1000,
                            				units: "imperial",
                            				relativeScale: 35,
                            				debug: false
                            			},
                            		},
                            

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

                            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 / 1
                            • 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