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.

    PIR-Sensor - put your mirror to sleep if not used

    Scheduled Pinned Locked Moved System
    utilitygpiomotion-sensorpower-saving
    56 Posts 32 Posters 114.0k Views 47 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.
    • foxF Offline
      fox
      last edited by

      i have bought a sensor.
      This is not a troubleshooting post. I want only know how to connect it.
      Please add this to the description.
      Three wires from the sensor and to which raspi port?

      Issues With MMM-WatchDog known?

      https://forum.magicmirror.builders/post/29827

      Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

      T 1 Reply Last reply Reply Quote 0
      • T Offline
        Them Russians @fox
        last edited by

        @fox pop the plastic dome off and you’ll see the labeling. I believe the middle pin is the digital output and the ground and 5V power are on the outside.

        foxF 1 Reply Last reply Reply Quote 0
        • foxF Offline
          fox @Them Russians
          last edited by

          @Them-Russians said in PIR-Sensor - put your mirror to sleep if not used:

          @fox pop the plastic dome off and you’ll see the labeling. I believe the middle pin is the digital output and the ground and 5V power are on the outside.

          The sensor is labeled. But on which pin on the raspi? Have i missed something in the module how-to?

          Issues With MMM-WatchDog known?

          https://forum.magicmirror.builders/post/29827

          Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

          T 1 Reply Last reply Reply Quote 0
          • T Offline
            Them Russians @fox
            last edited by

            @fox You define the pin in the config.js file.

            Make sure you sue the GPIO pin number, and not the generic pin number.

            For instance, in the pin diagram the pin 1 down from the top left is GPIO pin 2, but regular pin 3. In the config file, you would define it a SensorPIN = 2.

            foxF 1 Reply Last reply Reply Quote 0
            • foxF Offline
              fox @Them Russians
              last edited by fox

              @Them-Russians said in PIR-Sensor - put your mirror to sleep if not used:

              @fox You define the pin in the config.js file.

              Make sure you sue the GPIO pin number, and not the generic pin number.

              For instance, in the pin diagram the pin 1 down from the top left is GPIO pin 2, but regular pin 3. In the config file, you would define it a SensorPIN = 2.

              Thank you very much. I understood.
              Does someone control this with a timeout? Or when switches the script the HDMI Port off? Perhaps some want x minutes to be shown?

              Edit. I am a noob. I just have to adjust the delay knob on the PIR-Sensor PCB :)

              Issues With MMM-WatchDog known?

              https://forum.magicmirror.builders/post/29827

              Useful for PIR-Sensor: https://forum.magicmirror.builders/post/21299

              1 Reply Last reply Reply Quote 0
              • K Offline
                krauthamer
                last edited by

                Love this Module, thanks.

                I’m a noob and looking for some assistance to add a delay to turn off the display. Ideally the display would turn off 30 seconds after the last detected movement. Any help would be greatly appreciated.

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

                  I originally wasn’t going to use this module, but it seems pretty cool, so I’ll try. I, however, have no clue how to physically connect the raspberry pi to the PIR sensor without a breadboard. I understand that I must specify the GPIO pins I connect to in the config file, but that will only help me if I figure out how to connect everything (soldering?). Could someone help me? I’m completely new to motion detection. :dizzy_face:

                  MorningstarM 1 Reply Last reply Reply Quote 0
                  • MorningstarM Offline
                    Morningstar @AAPS
                    last edited by Morningstar

                    @AAPS
                    (Raspi 3)
                    Just connect the PIR sensor Pins with three of these connector cables (female on both sides) directly to the GPIO pins on the PI, without soldering.
                    alt text

                    You need to know the pin assignments of your PIR sensor. I used:
                    (4) +5V
                    (6) GND (ground)
                    (32) GPIO12
                    i think you can also use (15) instead of my (32) then you don’t need to change the pin in the config file.
                    alt text

                    Hope that helps.

                    A 1 Reply Last reply Reply Quote 2
                    • A Offline
                      AAPS @Morningstar
                      last edited by

                      @Morningstar Thanks! Where could I buy everything? Amazon?

                      yawnsY 1 Reply Last reply Reply Quote 0
                      • yawnsY Offline
                        yawns Moderator @AAPS
                        last edited by

                        @AAPS
                        Yes, Amazon, ebay, electronic stores in your city. And there are dozens of online shops for raspberry, arduino and all kinds of add-ons.

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

                          Is this the right cable to use? https://www.amazon.com/Icstation-Female-Jumper-Cable-Connector/dp/B01F59QFMM/ref=sr_1_2? ie=UTF8&qid=1486697807&sr=8-2&keywords=female+to+female+Rainbow+%2F+DuPont+Wire

                          MorningstarM 1 Reply Last reply Reply Quote 0
                          • MorningstarM Offline
                            Morningstar @AAPS
                            last edited by

                            @AAPS
                            Yes that’s the right one.

                            1 Reply Last reply Reply Quote 0
                            • G Offline
                              Goldjunge_Chriz
                              last edited by

                              Is it possible to switch the monitor on and off with the PIR? I would like to hide the sensor and turn on the monitor with a hand movement and then switch it off again with a new hand movement. The sensor should be hidden so that it registers only this hand movement and no other movements in the room. If the manual movement for switching off is once forgotten, the monitor should turn itself off after 30 minutes, for example.

                              Is this possible?

                              strawberry 3.141S 1 Reply Last reply Reply Quote 0
                              • strawberry 3.141S Offline
                                strawberry 3.141 Project Sponsor Module Developer @Goldjunge_Chriz
                                last edited by

                                @Goldjunge_Chriz you might want to use the gesture module of mochman for it

                                Please create a github issue if you need help, so I can keep track

                                1 Reply Last reply Reply Quote 0
                                • G Offline
                                  Goldjunge_Chriz
                                  last edited by

                                  Does it work well? I thought that with the PIR could be easier since I do not need any special gesture, only some individual movement.

                                  1 Reply Last reply Reply Quote 0
                                  • I Offline
                                    illskool
                                    last edited by

                                    Hello,
                                    1st off I’m a total noob at coding so please forgive me. I have been able to set up my mirror and get several modules up and running. However, I am having quite a bit of difficulty with the PIR-Sensor. I have it wired directly to the GPIO(pins 2, 6, 15). I installed the MMM-PIR-Sensor via paviros instruction. At first I got the white screen. Somehow that issue is gone. Now I can’t get the module to work. I know the PIR sensor is working, because I am able to run a python script to detect motion. The script just keeps in running though even when I walk away from the sensor. Maybe the sensor is faulty?

                                    Any help would be greatly appreciated.

                                    Thanks in advance

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      Mar @DirkS
                                      last edited by

                                      @DirkS

                                      Hey Dirk, i was having some issues and was using “/opt/vc/bin/tvservice -o” and “/opt/vc/bin/tvservice --preferred && sudo chvt 6 && sudo chat 2” to turn my screen on and off as that seems to be what everyone is using. This worked reliably since i started using the PIR sensor.

                                      All of a sudden this started making my screen go white when it issued the monitor on command…and the screen would stay white for a few minutes and sometimes it would come back.

                                      Using your “vcgencmd” commands in place of the previous in my monitor on/off scripts everything is back to working again.

                                      I had a couple questions. Firstly i didnt understand what you mean by hdmi_blanking=1…what does this do/should i put this in my boot/config.txt?? And secondly what is the difference between the two ways of toggling the monitor?

                                      (I did ask my question here: https://forum.magicmirror.builders/topic/1780/white-screen-after-screen-resumes-from-pir-or-sometimes-randomly-can-still-access-via-ssh-requires-restart-sometimes/4 incase but stumbled upon this after.)

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

                                        @illskool
                                        Check this out:
                                        https://forum.magicmirror.builders/topic/569/mmm-pir-sensor-white-screen/39

                                        I 1 Reply Last reply Reply Quote 0
                                        • D Offline
                                          djbosman @paviro
                                          last edited by

                                          @paviro

                                          Hi!

                                          NOOB alert!!

                                          I have added the module, updated the config.js file accordingly, but then, with nothing connected, the screen turns completely white?? (Opposite to what I expect to happen).

                                          Could you kindly indicate what I might observe when it is running as expected? With a PIR connected, and without?

                                          I have learnt how to run “npm start dev”; What should I look for in that console if it is functioning?

                                          Or any other means of testing if it’s working, or where it is breaking?

                                          Much obliged!!

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            djbosman @paviro
                                            last edited by

                                            @paviro

                                            Hi!

                                            Just lest you miss my response to @Bangee , I have resolved my problem.

                                            Bangee gives a step-by-step how to re-install the module, which helped me to get my device working.

                                            Thanx, once again, for a great module!

                                            Cheers!

                                            1 Reply Last reply Reply Quote 2

                                            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