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.

    MMM-DHT22 Humidity and Temperature Module

    Scheduled Pinned Locked Moved Utilities
    47 Posts 14 Posters 47.3k Views 14 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.
    • yawnsY Offline
      yawns Moderator
      last edited by

      Okay, so it definitely fails retrieving data from the sensor, but the error handling does not catch this failure.

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

        I have test it with two dht22. One was mine and one I received from @Bangee who was so kind to test it before sending it and it was working at his home, but when I tried it at my home it wasn’t working. So I have no Idea what can be the failure.

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

          Hi ,
          so I just figure it out, that the motiondetector by alexyak blocking the DHT22 script. If I disable this module my DHT 22 works perfect. Somebody knows what make this problem?

          1 Reply Last reply Reply Quote 0
          • BangeeB Offline
            Bangee Module Developer
            last edited by

            that’s very strange!?!
            Is this module working with a PIR Sensor or a Webcam?
            Im using Paviro’s PIR Sensor to turn on an off my monitor.

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

              With picamera. I installed MM on my other pi (completely new installation) and i got the same problem after i installed the motion detector. So I disabled on my MM the motion detector and it works fine on both pi’s. It’s very strange ;o(

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

                No one an idea?

                1 Reply Last reply Reply Quote 0
                • BangeeB Offline
                  Bangee Module Developer
                  last edited by

                  I am using a PIR sensor.
                  So i can’t reproduce it.

                  1 Reply Last reply Reply Quote 0
                  • P Offline
                    PaulB
                    last edited by

                    Dear guys,

                    Ive tried to run this skript,nevertheless it’s showing me ‘undefined’ when I am running it in MM-Mode.
                    Ive already checked the Pin setup and it should be right. Furthermore Ive checked your advises in the posts above me.

                    Do you have an idea how to fix this error or even how to get an idea where the error is? :D

                    Kind regards :)

                    1 Reply Last reply Reply Quote 0
                    • BangeeB Offline
                      Bangee Module Developer
                      last edited by

                      can you post a pic of your wiring?

                      when you run the command sudo ./dht_var direct in your console, what happens?

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

                        hy
                        i have also the problem that the sensor shows only undefined.
                        if i run your dht_var it shows nothing…
                        sudo ./dht_var 2 5 returns after 5 seconds without any message…

                        found out that it is only not working if i have enabled the PIR-Sensor Modul…

                        1 Reply Last reply Reply Quote 0
                        • F Offline
                          fabrang @MxBln
                          last edited by

                          @MxBln I have the same question. It works, but it shows me way to high temperatures and humidity. How did you do it with a DTC11 ?

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            beck0r
                            last edited by

                            same here, shows loading for a very long time and ‘undefined’ afterwards

                            the sensor is working, see here:

                            0_1496151901454_upload-79b4ac08-535a-4fe6-848e-99f80fe7650d

                            any idea?

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              Dracarys
                              last edited by Dracarys

                              Are there any news for this module? I have the exact same thing with this module and the DHT22. Sometimes it shows everything correct and then it shows either “undefined”, nothing or ~ “-3200°C”. So it changes almost everytime it refreshes.
                              I also use the PIR module like Bangee but it doesnt matter if i have this modules activeted or not …the problem still is there.

                              sudo ./dht_var 22 5
                              

                              doesn’t do anything. It just returns with no massage like it does by schmo90.
                              Hope somebody can help us :)

                              1 Reply Last reply Reply Quote 0
                              • R Offline
                                ryck Module Developer
                                last edited by

                                Hi. I have the same issue, no response in the module or in the command line…

                                I am also using a PIR sensor, maybe it’s related?

                                J 1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Johans @ryck
                                  last edited by

                                  @ Bangee
                                  installed modules as described in read.me file but I get no reading of temp or hum.
                                  sensor is working, tested with AdaFruit example

                                  sudo ./AdafruitDHT.py 2302 27 (Data connected to gpio 27)
                                  I get a perfect temp & hum reading, so i’m shure sensor is working.
                                  i’m using an RPI3 - according to wiring pin, wpi 2 = gpio27 = physical pin 13.
                                  I think wiring is OK.

                                  only clock and this module installed.

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    PaulB
                                    last edited by

                                    Hey guys :) Hope you are all good.
                                    Finally I have the time to work on this module again :)
                                    I had the same errors like you before and unsuprisingly did not found a solution for it.

                                    Is someone in this thread still active?

                                    J 1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      Johans @PaulB
                                      last edited by

                                      @PaulB - glad you have found some time to work on it.
                                      Yes I still have the problem with reading the data in the MM.
                                      Hope you can find the cause. I would like to help you, but i’m not a programmer.
                                      The only thing I could help on is perhaps some beta testing.
                                      Cheers.
                                      Johan

                                      1 Reply Last reply Reply Quote 0
                                      • DocVooDooD Offline
                                        DocVooDoo
                                        last edited by

                                        Hey, i have the same problem.
                                        With “./Adafruit_Python_DHT/examples/AdafruitDHT.py 22 27” comes the Temperatur “Temp=20.1* Humidity=29.3%”
                                        The DHT22 is Pinned on PIN 13 (27) (WiringPi 2). On the Mirror is the Temperatur and the Humidity undefined.
                                        Whats the Problem? I found nothing…

                                        R 1 Reply Last reply Reply Quote 0
                                        • R Offline
                                          ryck Module Developer @DocVooDoo
                                          last edited by

                                          @DocVooDoo Then I don’t know, maybe there is something wrong with the module…

                                          Have you tried mine? https://github.com/ryck/MMM-DHT-Sensor

                                          DocVooDooD 1 Reply Last reply Reply Quote 0
                                          • DocVooDooD Offline
                                            DocVooDoo @ryck
                                            last edited by

                                            @ryck Hi. yes, a minute ago. He says “no data returned”.

                                            R 1 Reply Last reply Reply Quote 1

                                            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