Search found 2 matches

by Thib5
Friday 29 December 2017 20:12
Forum: Other questions and discussions
Topic: Iphone Presence Detection with Fingbox
Replies: 14
Views: 6015

Re: Iphone Presence Detection with Fing

for my part I did it with this script :


IP="192.168.111.15"
mac="xx:xx:xx:xx:xx:xx"



echo "test"

DEVICES=`fing -r5 192.168.111.15/32`


if [[ $DEVICES = *"$mac"* ]];
then
echo "ON"
#what ever command you need here
else
echo "OFF"
#what ever command you need here
fi
by Thib5
Thursday 28 December 2017 16:01
Forum: Other questions and discussions
Topic: Iphone Presence Detection with Fingbox
Replies: 14
Views: 6015

Re: Iphone Presence Detection with Fing

Hey did you manage to do something ? Ig you still have fing on your synology i could make a script for you it’s super easy !

I have a question for you .... is fing realy working well for you ? Because i test it (on my mac ) in the middle of the night and i could not reach my wife iphone ?

What ...