MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. thoimi
    3. Best
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 4
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: [MMM-PIR-Sensor] Install failing

      @Jopyth
      thank you for the updated script!
      the new script also shows me “Intruder detected” … i tried many variations of time and sensitivity adjustments…

      I found another script on the internet:

      from gpiozero import MotionSensor
      
      pir = MotionSensor(4)
      while True:
          if pir.motion_detected:
              print("Motion detected!")
      

      This script shows me also the “Motion detected” all the time…
      Maybe the PIR-Sensor itself is the problem… I will try with another Sensor next week :(

      posted in Troubleshooting
      T
      thoimi
    • 1 / 1