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.

    Not again PIR

    Scheduled Pinned Locked Moved Troubleshooting
    10 Posts 2 Posters 4.3k Views 2 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.
    • D Offline
      Damian @xeroxu
      last edited by

      @xeroxu

      https://forum.magicmirror.builders/topic/2266/problem-with-my-pir-sensor

      1 Reply Last reply Reply Quote 0
      • X Offline
        xeroxu
        last edited by

        @Damian Thank you, now I got me a Ferrit Bead but it still dont not work. Maybe my coding or my cabling is wrong.

        //		{
        		module: 'MMM-PIR-Sensor',
        		config: {
        			// See 'Configuration options' for more information.
        	sensorPIN: 22,
                                        powerSaving: true
                                }
                        },
        1 Reply Last reply Reply Quote 0
        • X Offline
          xeroxu
          last edited by

          Now that I deleted and reinstalled the module a new problem shows up . After I put the code In my config.js the Monitor stays black after the reboot. I testet the PIR its not broken.

          1 Reply Last reply Reply Quote 0
          • X Offline
            xeroxu
            last edited by

            Problem solved :)

            D 1 Reply Last reply Reply Quote 0
            • D Offline
              Damian @xeroxu
              last edited by

              @xeroxu

              How did you manage the fix what was wrong? thank you

              1 Reply Last reply Reply Quote 0
              • X Offline
                xeroxu
                last edited by

                @Damian I did after i checked the PIR a new npm install in the MM-PIR-Sensor Folder and changed the Sensor Pin to 25 (its the GPIO PIN) wrong thinking thats why I am a Noob ;)

                1 Reply Last reply Reply Quote 1
                • D Offline
                  Damian
                  last edited by

                  @xeroxu said in Not again PIR:

                  wrong thinking thats why I am a Noob

                  Me too but i learn here by reading everything and try to understand better. thank you for reply it will help me too

                  X 1 Reply Last reply Reply Quote 0
                  • X Offline
                    xeroxu @Damian
                    last edited by

                    @Damian no prob. im learning from reading and asking?

                    1 Reply Last reply Reply Quote 0
                    • X Offline
                      xeroxu
                      last edited by

                      And again after two days the mirror did what he wants . I was nearly at that Point to throw all away and start fom beginning. Baut then i tried a thing , I disabled Bluetooth AND WLAN. And did it that way:

                      //sudo nano /etc/modprobe.d/raspi-blacklist.conf
                      
                      blacklist brcmfmac
                      blacklist brcmutil
                      blacklist cfg80211
                      blacklist rfkill
                      blacklist btbcm
                      blacklist hci_uart
                      
                      

                      And after that a Reboot and

                      //sudo systemctl disable hciuart
                      

                      and another reboot .

                      This works, I hope longer then 2 Days ;)

                      Now I have to work with the Ethernetport and gonna try it with an USB Wlan Dongle

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