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 won't wake up

    Scheduled Pinned Locked Moved Troubleshooting
    22 Posts 7 Posters 7.1k Views 7 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.
    • S Offline
      Sceetch @sdetweil
      last edited by

      @sdetweil
      Hi sdetweil, this was a good hint. I think the problem are the adjustments of the sensor itselfs. the time values in my previous post changed now. But the problem still exists.

      The reason why the screen wake up without movement is, the overlapping of signals. there is one delay in the script, but also one of the Sensor. If the script turns off the screen and the sensor gives also a signal regarding the time delay a little later, the screen will turn on again. so my opinion.

      But what is now the best adjustment of it?
      is it possible to inactivate the time delay of the sensor itself?

      In what position is the jumper to be set?
      sensivity of it should be clear. thats a customized value for the different situations.

      S B 2 Replies Last reply Reply Quote 0
      • S Offline
        sdetweil @Sceetch
        last edited by

        @sceetch google to answer those questions

        Sam

        How to add modules

        learning how to use browser developers window for css changes

        1 Reply Last reply Reply Quote 0
        • B Offline
          BravoOscar @Sceetch
          last edited by

          @sceetch

          I just added a PIR sensor, and I have put jumper on “L” and the two potmeteres on low (clockwise) . This works fine.

          Here you have som more information on the PIR sensor.

          https://lastminuteengineers.com/pir-sensor-arduino-tutorial/

          I use this module:
          https://github.com/bugsounet/MMM-NewPIR
          In the config, I have chaged delay from delay: 2 * 60 * 1000 // 2min to delay: 10 * 60 * 1000 //10min

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

            I’m having a similar issue using Mmm-PIR-Sensor

            Using a pi 3b+ and it turns the screen off but not back on again…

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

              Having tested the commands it looks like
              sudo tvservice -p doesn’t work with my monitor. (-o works though which is strange?)

              Vcgencmd works perfectly though…

              Could this be a reason why it’s not working?

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

                @jste84 yes change the command the module uses

                Sam

                How to add modules

                learning how to use browser developers window for css changes

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

                  @sdetweil is it this line

                  sudo chmod u+s /opt/VC/bin/tvservice && sudo chmod u+s bin/chvt
                  

                  That I need to change? Would I just change TV service to vcgencmd

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

                    @jste84 maybe. dont know. you could try

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

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

                      @jste84
                      i guess i have the same issue.
                      you can try easily with this module

                      https://github.com/bugsounet/MMM-NewPIR

                      you can change inside the module the mode

                      mode: 1 - use vgencmd
                      mode: 3 - use tvservice

                      in my case it works. But i think i have an adjustment problem.

                      The screen turns off and also the sensor can wake up the screen again.
                      But if there is no movement, the screen turn on randomly. Currently i have no solution. I guess there is some wrong settings on sensors Potentiometer.

                      ebolisaE 1 Reply Last reply Reply Quote 0
                      • ebolisaE Offline
                        ebolisa @Sceetch
                        last edited by

                        @sceetch I came to a conclusion to not use any modules which do not show any info on the screen. So, in this case, I use a python script at boot which monitors a PIR and executes an HDMI on/off cmd ;)

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