Bugsounet Coding

    • Register
    • Login
    • Search
    This Forum is now reserved to registred users!

    Unsolved EXT-Pir not coming back from blank screen

    EXT-Pir
    2
    2
    41
    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.
    • P
      pminich last edited by

      I updated my mirror to the latest version of MM and now my motion sensor has stopped working. EXT-Screen is working fine, it puts my mirror to sleep on time but it won’t come back.

      I have checked that my PIR sensor is working using this code and it behaves as expected.

      I have the PIR sensor set up on GPIO 21 in config.js

      from gpiozero import MotionSensor

      pir = MotionSensor(21)

      while True:
      pir.wait_for_motion()
      print(“Motion detected!”)

      bugsounet 1 Reply Last reply Reply Quote 0
      • bugsounet
        bugsounet Main Coder @pminich last edited by bugsounet

        (if installed) what EXT-Alert says ?
        (or) any log from start of magicmirror ?

        from gpiozero import MotionSensor

        pir = MotionSensor(21)

        while True:
        pir.wait_for_motion()
        print(“Motion detected!”)

        cool … but what can i do with this … nothing ? 😉

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB | @bugsounet ©2022