• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

MMM-NetworkScanner

Scheduled Pinned Locked Moved Utilities
networkscannerstatusmac address
117 Posts 32 Posters 197.1k Views 33 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.
  • B Offline
    bminer1 @binderth
    last edited by Feb 17, 2017, 3:57 PM

    @binderth When i read through the Read ME, it says that the Residence determines when to turn on and off. I want this to work for me so then i can put my wifes phone in there as a resident and that way, when both of us leave, it shuts off. when one of us is home, it stays on.

    B 1 Reply Last reply Feb 17, 2017, 4:00 PM Reply Quote 1
    • B Offline
      binderth @bminer1
      last edited by Feb 17, 2017, 4:00 PM

      @bminer1 ah. ok, I get it (didn’t have “residents” in my config either). So, this one is realy “every resident is offline”: i do something. “At least one resident is online again”: i do something. So this would then be a generic presence detection.

      Would be cool, if it could also be bound to specific residents. So I can have Actions regarding on them also.

      B 1 Reply Last reply Feb 17, 2017, 4:04 PM Reply Quote 0
      • B Offline
        bminer1 @binderth
        last edited by Feb 17, 2017, 4:04 PM

        @binderth I think you are on a right track. We just need to debug the “simple” task of turning on and off and then the fun can begin with other stuff.

        1 Reply Last reply Reply Quote 1
        • I Offline
          ianperrin @bminer1
          last edited by Feb 18, 2017, 7:21 AM

          @bminer1, @pugsly, @Speedy-one

          I’m still working through the issues introduced last weeekend, but have just added a commitwhich attempts to resolve the duplicate devices issue. I’d be grateful if you could try it out and confirm.

          "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

          1 Reply Last reply Reply Quote 0
          • I Offline
            ianperrin @derek7467
            last edited by Feb 18, 2017, 7:32 AM

            @derek7467

            If you can provide the arp-scan command for this, an option could be added to support it - once the current issues are fixed of course ;)

            Cc @bluedoors

            "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

            1 Reply Last reply Reply Quote 0
            • I Offline
              ianperrin @bminer1
              last edited by Feb 18, 2017, 7:34 AM

              @bminer1, @binderth

              I’m going to be taking a look at the notifications functionally after the issues with the current release have been resolved.

              "Live as if you were to die tomorrow. Learn as if you were to live forever." - Mahatma Gandhi

              1 Reply Last reply Reply Quote 0
              • B Offline
                Blackmirror
                last edited by Apr 16, 2017, 5:09 PM

                Nice to make a output gpio in this module, so I can installed a relais, to switch thinks on, only when I am in the house.

                1 Reply Last reply Reply Quote 0
                • Z Offline
                  zdenek
                  last edited by yawns May 1, 2017, 7:42 AM Apr 27, 2017, 8:30 AM

                  I’ve also issue - “resident” doesn’t work for me:

                  and here ic config:

                  	       {
                        		module: 'MMM-NetworkScanner',
                          	position: 'bottom_right', 
                          	config: {
                              		devices: [
                  	                    	{ macAddress: "ab:ab:ab:ab:ab:ab", name: "Mobile", icon: "server"},
                                  	],
                              		showUnknown: false,
                  			debug: false,
                              		showOffline: true,
                              		keepAlive: 60,
                              		updateInterval: 30,
                              		residents: "Mobile",
                  			showLastSeen: true,
                   	                occupiedCMD: {notification: 'REMOTE_ACTION', payload: {action: 'MONITORON'}},
                              		vacantCMD  : {notification: 'REMOTE_ACTION', payload: {action: 'MONITOROFF'}},
                   			}        
                      	      },
                  

                  any idea? module get started, Icon and name appers, but it’s still “grey” (like offline - wifi is on, I can see Raspberry and also Server on the same network via Fing)
                  Tried also with IP - the same. Tried another device, the same. And arp-scan --localnet I can see the devices I want to monitor

                  thanks for help
                  Zdeněk

                  M 1 Reply Last reply Apr 27, 2017, 11:08 AM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @zdenek
                    last edited by Apr 27, 2017, 11:08 AM

                    @zdenek said in MMM-NetworkScanner:

                    any idea?

                    you could use an earlier version that does work until this one gets fixed

                    Create a working config
                    How to add modules

                    Z 1 Reply Last reply Apr 28, 2017, 7:58 AM Reply Quote 0
                    • Z Offline
                      zdenek @Mykle1
                      last edited by zdenek Apr 28, 2017, 8:08 AM Apr 28, 2017, 7:58 AM

                      @Mykle1 thanks fir help. Stupid question - how? I can download source code of v0.0.1 and these files simply copy/paste to /home/pi/MagicMirror/modules/MMM-NetworkScanner folder? And subfolder node_modules leave as it is? If I did (and nothing else changed), module starts and on screen is just “Loading…” forever.

                      MMM-NetworkScanner received SCAN_NETWORK
                      MMM-NetworkScanner is scanning for mac addresses
                      MMM-NetworkScanner received SCAN_NETWORK
                      MMM-NetworkScanner is scanning for mac addresses
                      MMM-NetworkScanner received SCAN_NETWORK
                      MMM-NetworkScanner is scanning for mac addresses
                      MMM-NetworkScanner received SCAN_NETWORK
                      MMM-NetworkScanner is scanning for mac addresses
                      MMM-NetworkScanner received SCAN_NETWORK
                      MMM-NetworkScanner is scanning for mac addresses
                      and it continue on the same way

                      thanks, Zdeněk

                      M 1 Reply Last reply Apr 28, 2017, 11:26 AM Reply Quote 0
                      • 1
                      • 2
                      • 5
                      • 6
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 7 / 12
                      • 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