SSIDDetector v 1.0.10

Posted on
Wed Oct 14, 2015 9:28 pm
mrmessagewriter offline
Posts: 5
Joined: Sep 12, 2015

SSIDDetector v 1.0.10

SSIDDetector - This is a simple mechanism I use to track when my cars are nearby the house.
While GPS detector work great, for when you have a minute or two to detect the change, SSIDDetector can be picked up within seconds. Which is ideal when you are driving down the driveway, and want the front lights to turn on.
You can use any cheap portable router, that you can plug into your car. I've used it quite sucecssfully with the HooToo and TPLink variety of models.
Depending upon how you use the car, I would suggest fixing one of your 12v adapters in the car, to be permanently on.
Each device is given it's own SSID to track, so track as many cars as you wish.

SSIDDetector link:
https://drive.google.com/file/d/0Bzupdt ... sp=sharing

NEW LINK! If you couldn't use theprevious link, try this one instead.
Last edited by mrmessagewriter on Thu Oct 15, 2015 3:41 pm, edited 1 time in total.

Posted on
Thu Oct 15, 2015 12:02 am
berkinet offline
User avatar
Posts: 3289
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: SSIDDetector v 1.0.10

The URL you provided requires a password.

Posted on
Thu Oct 15, 2015 3:42 pm
mrmessagewriter offline
Posts: 5
Joined: Sep 12, 2015

Re: SSIDDetector v 1.0.10

The new link should work.

Posted on
Fri Oct 16, 2015 1:25 am
berkinet offline
User avatar
Posts: 3289
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: SSIDDetector v 1.0.10

Thanks for fixing the link. I have downloaded the plugin, but it is unclear exactly how this is supposed to work. I believe I need to place a Wi-Fi router in my car so presumably something in the house (The Mac I run Indigo on?) will detect the availability of that network. Is that correct?

If the above assumption is correct, is there a way to detect the SSID if the Mac is not near the garage, like in a basement, etc?

Thanks for creating this interesting option.

Posted on
Fri Oct 16, 2015 11:26 am
kw123 offline
User avatar
Posts: 8332
Joined: May 12, 2013
Location: Dallas, TX

Re: SSIDDetector v 1.0.10

I cant open/ download the items this page:
Attachments
Screen Shot 2015-10-16 at 12.27.29 PM.png
Screen Shot 2015-10-16 at 12.27.29 PM.png (16.43 KiB) Viewed 18457 times

Posted on
Fri Oct 16, 2015 11:31 am
berkinet offline
User avatar
Posts: 3289
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: SSIDDetector v 1.0.10

kw123 wrote:
I cant open/ download the items this page:
Move the mouse around a little, then at the top of the page you will see a command bar appear, click the down arrow. Works on Mac Safari, not on iOS.

Posted on
Fri Oct 16, 2015 2:20 pm
kw123 offline
User avatar
Posts: 8332
Joined: May 12, 2013
Location: Dallas, TX

Re: SSIDDetector v 1.0.10

sorry was dumb.. can download.

may be another way to use wifi to detect presence:
-use a $5 ESP8266 and setup to connect to your wifi router.
-Put into car, charge through 12 V USB charger , and convert down to 3.3 V (constant on).
-Then every time you come home it will connect to your router.
-Then you can use smartphone or fingscan, or SSIDetector ... to detect a new device on network.

The advantages:
- very cheap
- easy to setup
- wifi has decent range
- does not go to sleep like phones.

Cons:
- will require ~ 50 mA constantly, might drain your car battery

but worthwhile trying.


Karl

Posted on
Fri Oct 16, 2015 3:24 pm
mrmessagewriter offline
Posts: 5
Joined: Sep 12, 2015

Re: SSIDDetector v 1.0.10

I like the ESP8266 idea. however if you do use that method, you'll want to use a different plugin which detects a particular MACID on your network. There are a few of those already.
It's true that it's possible to drain your battery using this method.

SSIDDetector does work via Wi-Fi on your device which is running Indigo on. You should note that your Mac which is running Indigo, has one of the best antennas for WiFi, and in my case, my car is detected up to 1000 feet away. Now granted in my case I've got a direct line of sight between my car and the computer running Indigo. You can buy an external USB WiFi antenna, to hook into your computer and put it up on the ground level. It should be noted that the broadcast frequency for SSID's on WiFi is not the same used for transmitting data, as well as many routers broadcast their SSID's with more power. Unfortunately that is not usually publicly available information, and you will need to try different routers.

Posted on
Sat Oct 17, 2015 1:31 am
berkinet offline
User avatar
Posts: 3289
Joined: Nov 18, 2008
Location: Berkeley, CA, USA & Mougins, France

Re: SSIDDetector v 1.0.10

mrmessagewriter wrote:
I like the ESP8266 idea. however if you do use that method, you'll want to use a different plugin which detects a particular MACID on your network. There are a few of those already....

I think an ideal solution would be something like the ESP8266 coupled to an Arduino or a Single Board Computer (like the Raspberry-Pi) with a simple program to automatically send a packet to an Indigo plugin (listening on a TCP port) whenever it connected to the home SSID*. That would avoid the time lag associated with detecting the availability of a new device on the network.

Detecting loss of the device would be harder. But, timing is usually not as critical on departure, and you could just send a heartbeat once a minute and the plugin could detect a loss of heartbeat.

*Of course, the same thing could be done with a little code on a smartphone as well. Anyone into developing the applet for that?

Posted on
Wed Oct 28, 2015 5:54 pm
mrmessagewriter offline
Posts: 5
Joined: Sep 12, 2015

Re: SSIDDetector v 1.0.10

There are already solutions for detecting your phone as it shows up on the local network. Which is great, however it frequently requires you to wake up your phone, and then takes some 30 seconds to get signed onto your network. Frequently I found I was waiting for, or beating the automation. With SSID Detector I cannot seem to beat it.

Posted on
Wed Oct 28, 2015 7:06 pm
kw123 offline
User avatar
Posts: 8332
Joined: May 12, 2013
Location: Dallas, TX

SSIDDetector v 1.0.10

With the right router the phone does not need to wake up to be recognized. When in power save mode it still talks to the wifi router every millisecond. It is still associated but does not answer pings etc.
This mechanism reacts in ~ 15 second when coming into range (the phone only scans available networks every xx seconds when not associated) and leaving range in about 1 second. As long as it is in range it will still be recognized as associated

To get to 1-5 seconds to detect a phone arriving would require to switch the phone screen on.

Wifi devices would need to constantly try to access the home wifi network. That would take a lot of energy.

As for other devices they normally ( Bluetooth and similar) try to connect ~ every ten seconds the examples are Apple beacons or mother/ cookie devices.

A nice setup is a combination of these devices. Beacon or mother/Cookies +Asus router + wifi phone + iFind
With this combination you get the best of all worlds


Sent from my iPhone using Tapatalk

Posted on
Fri Nov 27, 2015 12:12 pm
storre offline
Posts: 1
Joined: Jul 20, 2014

Re: SSIDDetector v 1.0.10

Will this detect a particular iPhone or does it require an AP? I know SSID would detect faster but if an iPhone detection can work in 5 seconds or less, then that would be fast enough for my needs.

Posted on
Sat Nov 28, 2015 1:23 am
GlennNZ offline
User avatar
Posts: 1552
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: SSIDDetector v 1.0.10

Thanks for the hardwork with the plugin - looks interesting and have found small routers - such as usb powered ones
Image


But, as aside, have some of you tried geofency? (note the fency spelling).
It's a geolocation iOS app - it appears to also use wifi networks and GPS to update location.
Ie. I arrive within wifi range of home wifi - indigo is updated that I'm home (via web hook/restful API or beecon plugin) immediately. Other GPS locations take a few minutes.

The key is it does use wifi/ssid available to update location - for me there is no battery drain that I've noticed and indigo knows I'm home with a few seconds of getting in my wifi range - plenty of time to turn lights on etc.

Might be another option for some

Glenn

Posted on
Sat Jul 23, 2016 4:03 pm
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

Re: SSIDDetector v 1.0.10

Hello Good People,

I picked up a TP-Link router as pictured in the above post.
I am having issues getting this Indigo plugin to see the TP-Link router which is running in wireless bridge mode.
Can anyone share some insight as to how to get this working?

T.I.A.

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Posted on
Sat May 18, 2019 3:32 pm
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

Re: SSIDDetector v 1.0.10

Hello again,

Is it possible to adjust the rate at which this plugin detects?
I am looking for something that detect my SSID in a few seconds instead of a few minutes.

Thank you :)

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Who is online

Users browsing this forum: No registered users and 1 guest