Using Fing as a new way to detect smartphone presence

Plugins that users have built. NOTE: plugins that were developed for Indigo versions older than 2022.1 will have to be updated to work with Indigo 2022.1 (Python 3 - see this blog post for details). If the plugin listed here is not in the Plugin Store (which will show updated plugins) then you will need to ask on the appropriate thread below if it has been updated and where you get get the update.
bluenoise
Posts: 143
Joined: Sat Aug 23, 2008 3:21 pm

Re: Using Fing as a new way to detect smartphone presence

Post by bluenoise »

Yes, and it's a wonderful plugin. Thank you very much for it. I am exploring its capabilities and intend to make use of the additional information it provides for each of my devices. Like the thread starter, I was looking for a way to get Smartphone Radar to see my router's connected devices other than through SNMP and, while researching Fing, I found this thread. I have quite a bit of scripting and actions tied to Smartphone Radar that I am not quite ready to switch to something else. Your plugin is a perfect way to move into better capabilities, but I'll have to wait until I have more time to devote to the transition. For now, it's an elegant way to make Fing logs available to Smartphone Radar.

I suspect this thread is not the best place to ask for help with my problem as it is more about the Fing plugin than Smartphone Radar's use of Fing logs. On a brighter note, I may have gotten it working, but will have to wait until I get home to really confirm. Basically, I have Smartphone Radar now looking at the .data file instead of the .log file.

Thanks again for this powerful plugin. I already have some ideas for how it can enhance my setup.
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

As for the ASUS router, don't believe it supports the SNMP as required by SPR
and the new ASUS op sys is not supported by FINGSCAN. I have to upgrade the security model.. had not me to do it.

Karl
bluenoise
Posts: 143
Joined: Sat Aug 23, 2008 3:21 pm

Re: Using Fing as a new way to detect smartphone presence

Post by bluenoise »

With bip.philippe's fing tweak to Smartphone Radar and your managing the fing logging, I should be in good shape, even with the challenges posed by my new Asus. Other than these little speedbumps, this router really is a massive upgrade from my old Airport Extreme.
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

One tip for the Asus
Don't let it pick the wifi channel on 2.4 ghz. Set it to a fixed channel.
If you let it do itself and you have a lot of other wifi routers around after some time (2hours) the transmit rate goes down dramatically
Check the wifi environment and then either pick channel 1 or 11 That seems to be working fine no probs for 6 months.


Sent from my iPhone using Tapatalk
bluenoise
Posts: 143
Joined: Sat Aug 23, 2008 3:21 pm

Re: Using Fing as a new way to detect smartphone presence

Post by bluenoise »

Thanks for the tip! I'll give it a try.
bkmar1192
Posts: 274
Joined: Sat Sep 12, 2015 11:23 am

Re: Using Fing as a new way to detect smartphone presence

Post by bkmar1192 »

Is FING available for the mac anymore? All the links go to here https://www.domotz.com and there is no reference to FING.
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

Fingscan comes with fing
You could steal it from there



Sent from my iPhone using Tapatalk
bkmar1192
Posts: 274
Joined: Sat Sep 12, 2015 11:23 am

Re: Using Fing as a new way to detect smartphone presence

Post by bkmar1192 »

Did you mean FING comes with FINGScan?

The instructions say to download FING and then install FINGScan. Are you saying that I don't need to install FING separately and everything is included in FINGScan?




Sent from my iPhone using Tapatalk
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

did not update the doc: the new FINGSCAN has FING in its package, it will install FING
bkmar1192
Posts: 274
Joined: Sat Sep 12, 2015 11:23 am

Re: Using Fing as a new way to detect smartphone presence

Post by bkmar1192 »

I have a AirPort Time Capsule as my primary wifi router. Fingscan keeps showing it switching between the xx.xx.xx.001 address and a xx.xx.xx.085 address? the 85 address is my son's iPhone. Is this normal - is anyone else experiencing something similar?

Thanks.
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

Yes the time capsule does that. Also some other apple systems and Samsung etc. they switch up numbers
you can switch off the messages in edit device
This has been discussed many times before.


Sent from my iPhone using Tapatalk
ryanbuckner
Posts: 1089
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by ryanbuckner »

Still getting the following error that causes a restart of the plugin

Code: Select all

Nov 27, 2016, 2:19:48 PM
   fingscan Error                  ----------------------------------------------------------------------------------
   fingscan Error                  can not update variable ipDevsLastUpdate  
  restarting fingscan
 exception code: ServerCommunicationError -- timeout waiting for response
   fingscan Error                  ----------------------------------------------------------------------------------
   fingscan                        --> while loop break  stopping ...  quitNOW was: ipDevsLastUpdate can not be updated
   Reloading plugin "fingscan 4.19.1"
   Stopping plugin "fingscan 4.19.1" (pid 27231)
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

does the variable ipDevsLastUpdate exist? ==> if not, could you create it?

it should recreate it if it does not exist..

Karl
ryanbuckner
Posts: 1089
Joined: Sat Oct 08, 2011 12:33 pm
Location: Northern Virginia
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by ryanbuckner »

it does exist
Attachments
ipDevs.png
ipDevs.png (131.58 KiB) Viewed 11878 times
User avatar
kw123
Posts: 8420
Joined: Sun May 12, 2013 4:44 pm
Location: Dallas, TX
Contact:

Re: Using Fing as a new way to detect smartphone presence

Post by kw123 »

Is there may be an extra space at the end?


Sent from my iPhone using Tapatalk
Post Reply

Return to “User Plugins”