• 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.7k 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.
  • M Offline
    Mykle1 Project Sponsor Module Developer @zdenek
    last edited by May 3, 2017, 10:35 AM

    @zdenek said in MMM-NetworkScanner:

    Any idea?

    I think @zeular is right when he said, " I think the phones turn off WiFi or use some energy saving mode because they log on and off all the time when they are passive/inactive, When I keep the screen ON, they are visible all the time. Therefore, the “KeepAlive” is a “must have”.

    So, try increasing the “KeepAlive” value

    Create a working config
    How to add modules

    Z 1 Reply Last reply May 3, 2017, 10:58 AM Reply Quote 0
    • Z Offline
      zdenek @Mykle1
      last edited by May 3, 2017, 10:58 AM

      @Mykle1 I also agree with @zeular but to increase KeepAlive (actually I´ve 5 minutes) will not give me accurate information. If person leaves, the system will give me wrong info for longer time). And as I said - weird is that to run Fing o iPad/iPhone and MyNet on Mac detects iPhone of my wife even module says she is offline. This module is perfect for me - when I came home I can immediately check, who is at home (I´ve quiet more kids than it´s common, so will be nice to know, who of them is at home) - so to get it works as good as possible is what I want…

      M 1 Reply Last reply May 3, 2017, 11:27 AM Reply Quote 0
      • Z Offline
        zeular @Mykle1
        last edited by May 3, 2017, 10:59 AM

        @Mykle1 said in MMM-NetworkScanner:

        @zeular said in MMM-NetworkScanner:

        But I would really like to hide devices that are not logged in, so you can > add other friends and family who do not need to be visible all the time.

        I would like that, too, but that is out of my hands. You could post an option request to the author. I understand he is away at the moment. Or, better still, you could fork the repo and develop that feature yourself. Then send a pull request to the author and he might add it permanently to the module.

        I wish a could develop it my self… But I’m too bad at this. :)

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

          @zdenek said in MMM-NetworkScanner:

          so to get it works as good as possible is what I want…

          Well, knowing what we know about the phones, you could try disabling the power-saving feature on them so that their wifi doesn’t drop off the network. This way NetworkScanner won’t “lose” them, theoretically. However, you’ll likely see huge battery loss on the phones.

          Create a working config
          How to add modules

          Z 1 Reply Last reply May 3, 2017, 11:39 AM Reply Quote 0
          • M Offline
            Mykle1 Project Sponsor Module Developer @zeular
            last edited by May 3, 2017, 11:34 AM

            @zeular said in MMM-NetworkScanner:

            I wish a could develop it my self… But I’m too bad at this.

            You never know until you try

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • Z Offline
              zeular @Mykle1
              last edited by May 3, 2017, 11:39 AM

              @Mykle1 said in MMM-NetworkScanner:

              Well, knowing what we know about the phones, you could try disabling the power-saving feature on them so that their wifi doesn’t drop off the network. This way NetworkScanner won’t “lose” them, theoretically. However, you’ll likely see huge battery loss on the phones.

              I have that disabled on my phone (Galaxy S7) and it didn’t work. Maybe it has something to do with the ARP on the PI, I cant see all of my things in ARP that is on my network either. Maybe you shouldn’t?

              @Mykle1 said in MMM-NetworkScanner:

              You never know until you try

              I have tried… Didn’t go well… ;)

              1 Reply Last reply Reply Quote 0
              • I Offline
                ianperrin
                last edited by May 4, 2017, 3:26 PM

                Hi all

                Really sorry about the lack of progress/development on this module. I’ve been consumed by renovations at home and starting a new job.

                There are clearly still issues with the module. Unfortunately I am not going to be able to look into them for some time yet. So, if there is someone who can pick up the baton and submit a pull request that would be great.

                Ian

                "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
                • H Offline
                  Hein-Jan
                  last edited by Oct 8, 2017, 9:24 AM

                  Hi,

                  I’am pleased with the module as it is, I just can’t seem to get the keepAlive working.

                  Part of my config:

                  {
                  			module: 'MMM-NetworkScanner',
                  			position: 'bottom_left',
                  			config: {
                  				devices: [
                  					{macAddress: "xx:xx:xx:xx:xx:xx", name: "Kleine iPad", icon:"mobile"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Telefoon Hein-Jan", icon:"android"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPhone Nicole", icon:"phone"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPad Nicole werk", icon:"apple"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Tesla", icon:"car"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "Grote iPad", icon:"tablet"},
                  					{macAddress: " xx:xx:xx:xx:xx:xx ", name: "iPhone Hein-Jan", icon:"phone-square"},
                  				],
                  				showUnknown: false,
                  				keepAlive: 300,
                  				showLastSeen: false
                  			}
                  		}
                  
                  

                  The keepAlive is in there, but if a device is detected (highlighted), it also “disappears” (un-highlighted) in aprox 5 seconds.
                  I was under the impression that the keep alive would keep it highlighted (alive) for at least 300 seconds (5 minutes).
                  Is my understanding wrong?

                  Kind regards,

                  Hein-Jan

                  M 1 Reply Last reply Oct 8, 2017, 3:18 PM Reply Quote 0
                  • M Offline
                    Mykle1 Project Sponsor Module Developer @Hein-Jan
                    last edited by Mykle1 Oct 8, 2017, 3:21 PM Oct 8, 2017, 3:18 PM

                    @Hein-Jan said in MMM-NetworkScanner:

                    Is my understanding wrong?

                    No, it’s not. I had the same problem when I was using MAC addresses instead of IP addresses. Also, I’m behind one or two commits on the version. Once I had it working to my liking I stopped updating it. I’ve had no trouble with it since.

                    {
                    	disabled: f,
                            module: 'MMM-NetworkScanner',
                            position: 'top_left', 
                            config: {
                    		debug: false,
                                	devices: [
                                        	{ ipAddress: "192.168.1.2", name: "Dove", icon: "medkit"},
                    			{ ipAddress: "192.168.1.15", name: "BabyJesus", icon: "futbol-o"},
                                        	{ ipAddress: "192.168.1.8", name: "BottlePop", icon: "globe"},
                                        	{ ipAddress: "192.168.1.11", name: "Donna", icon: "venus"},
                    			{ ipAddress: "192.168.1.10", name: "Nikki", icon: "coffee"},
                    			{ ipAddress: "192.168.1.7", name: "Jason", icon: "fire-extinguisher"},
                    			{ ipAddress: "192.168.1.18", name: "MJD", icon: "child"}
                                    		],
                                	showUnknown: false,
                                	showOffline: true,
                    		showLastSeen: false,
                                	keepAlive: 1200, // in seconds (20 min)
                                	updateInterval: 30, // in seconds
                                	residents: []
                    		}        
                     	},
                    

                    0_1507476092497_11.JPG

                    Create a working config
                    How to add modules

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      amanzimdwini
                      last edited by Oct 21, 2017, 6:58 AM

                      After a few hours of having fun with this module (wanted to track phones vs MAC), here is what finally worked for ME:
                      I added one “dummy” IP address (eg of my home NAS). Once the program saw the IP address, it also found all the MAC addresses.

                      NO idea why, so don’t knock this. Banged my head against it for hours.
                      [then again, maybe the black cat I sacrificed helped too]

                      Anyway, that’s my 2c.

                      K

                      M 1 Reply Last reply Oct 21, 2017, 12:46 PM Reply Quote 1
                      • 1
                      • 2
                      • 7
                      • 8
                      • 9
                      • 10
                      • 11
                      • 12
                      • 9 / 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