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 233.2k 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.
    • pugslyP Offline
      pugsly @ianperrin
      last edited by

      @ianperrin
      Yup good work on getting the updates…

      MAC is working again, but the entries are all duplicated. ;)

      S 1 Reply Last reply Reply Quote 0
      • S Offline
        Speedy-one @pugsly
        last edited by

        @pugsly same here -.-

        slametpsS 1 Reply Last reply Reply Quote 0
        • slametpsS Offline
          slametps @Speedy-one
          last edited by

          @Speedy-one said in MMM-NetworkScanner:

          @pugsly same here -.-

          I freshly install rather than update the module, and working flawlessly.

          regards,

          Slamet PS

          pugslyP 1 Reply Last reply Reply Quote 0
          • pugslyP Offline
            pugsly @slametps
            last edited by

            @slametps Deleted the module and did a fresh install, still showing duplicate entries.

            slametpsS 1 Reply Last reply Reply Quote 0
            • slametpsS Offline
              slametps @pugsly
              last edited by

              @pugsly said in MMM-NetworkScanner:

              @slametps Deleted the module and did a fresh install, still showing duplicate entries.

              Lucky me. Btw, had you installed v0.0.1?

              regards,

              Slamet PS

              pugslyP 1 Reply Last reply Reply Quote 0
              • pugslyP Offline
                pugsly @slametps
                last edited by

                @slametps Yes i did, and that one worked fine using MAC. I have actually reverted back to that one, so I don’t get the ‘last seen’ message anymore.

                1 Reply Last reply Reply Quote 0
                • bluedoorsB Offline
                  bluedoors
                  last edited by

                  Any chance of an enhancement to scan outside the local network mask? i’m not sure if that is a config option in arp-scan that isn’t surfaced?

                  I have my MM on ethernet in one subnet, but want to scan for MAC addresses in another subnet (my Wifi). or at least a broader CIDR range

                  D 1 Reply Last reply Reply Quote 0
                  • B Offline
                    bminer1
                    last edited by yawns

                    Does anyone have issues with the “occupied” and “vacant” part working? I tried to set it up and test it but i have had no luck. I want the mirror to turn off when i leave and turn back on when i return. I love this idea but need a little help configuring it to work.

                    My config is below:

                    {
                    	        module: 'MMM-NetworkScanner',
                    	        position: 'top_right',
                    		header: "Network Scanner",
                    	        config: {
                    	            devices: [
                    	                    { macAddress: "lower case", name: "B Phone", icon: "mobile"},
                    	                    { macAddress: "lower case", name: "B Work Phone", icon: "mobile"},
                    			    { macAddress: "lower case", name: "B Work Laptop", icon: "laptop"},
                    	                     ],
                    	            showUnknown: false,
                    	            showOffline: true,
                    	            keepAlive: 300,
                    	            updateInterval: 10,
                    		    showLastSeen: true,
                    	            residents: "B Phone",
                    	            occupiedCMD: {notification: 'REMOTE_ACTION', payload: {action: 'MONITORON'}},
                    	            vacantCMD  : {notification: 'REMOTE_ACTION', payload: {action: 'MONITOROFF'}},
                    	        		}        
                        		},
                    
                    binderthB I 2 Replies Last reply Reply Quote 0
                    • B Offline
                      bminer1
                      last edited by yawns

                      I am also getting duplicates as well. Any help on this?

                      alt text

                      I 1 Reply Last reply Reply Quote 0
                      • D Offline
                        derek7467 @bluedoors
                        last edited by

                        @bluedoors modify the js file to scan your subnets? If your subnets were 192.168.1.0/24 and 192.168.2.0/24 you could scan 192.168.1.0/23 to scan both subnets, right? Same gateway for both subnets?

                        I 1 Reply Last reply Reply Quote 0
                        • binderthB Offline
                          binderth @bminer1
                          last edited by binderth

                          @bminer1 said in MMM-NetworkScanner:

                          Does anyone have issues with the “occupied” and “vacant” part working?

                          Ah, nice: Is this doing, what I suspect it’s doing? ;)
                          occupiedCMD: Notification to be sent when a resident returnes home e.g. {notification: ‘REMOTE_ACTION’, payload: {action: ‘MONITORON’}} would turn the mirror on when a resedent returnes home.

                          What does “returnes home” mean: Changing from “offline” to “online”: trigger the action (vice versa for vacantCMD). It does only trigger once? Would it be possible to call an external URL with this? - and then: does it trigger if any resident leaves or can I specify which resident leaves?

                          B 1 Reply Last reply Reply Quote 0
                          • B Offline
                            bminer1 @binderth
                            last edited by

                            @binderth I tried testing it by turning my WiFi off on my phone, waiting a few minutes to see if it turns off and it doesn’t turn off. I even physically left the house for dinner and came home to it still on. I love the feature and would do almost anything to get it to work. I’m new to all this stuff so i don’t have the skill to debug on my own.

                            binderthB 1 Reply Last reply Reply Quote 1
                            • binderthB Offline
                              binderth @bminer1
                              last edited by

                              @bminer1 yes, this is nice! would be killer, if it were to be configured per device! ;) it seems from the way in the config, it was intended to fire regardless of which device leaves or comes up again…

                              B 1 Reply Last reply Reply Quote 0
                              • B Offline
                                bminer1 @binderth
                                last edited by

                                @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.

                                binderthB 1 Reply Last reply Reply Quote 1
                                • binderthB Offline
                                  binderth @bminer1
                                  last edited by

                                  @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 Reply Quote 0
                                  • B Offline
                                    bminer1 @binderth
                                    last edited by

                                    @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

                                      @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

                                        @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

                                          @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

                                            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

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 3 / 6
                                            • 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