I don't know of anything that exist that would do this, but if you only need to know if a car is in the garage or not, using Hubduino and an HC-SR04 type Ultrasonic Module. You could place this on the ceiling of the garage over where the car is parked, but that the garage door will not block when open.
Then depending on the number you get back from the sensor, determine if a car is there or not.
If you want to know when the car is there but not necessarily in the garage, I would go with a Smartthings presence FOB modified to be powered by the car's battery.
I will be placing one in my boat, so each time I get to the house at night time, deck lights will get brighter and docking lights will turn on. No more using the boat spot lights to dock!
I already have Zigbee on the deck inside the electrical/water plug housing, looks like a little lighthouse and has an RGB light in it that changes color during the night. So it should detect the boat a few hundred feet before I get there.
I'm leaning towards the HC-SR04 type Ultrasonic Module mounted in the garage. The hardware is not too difficult and I don't have to worry about a remote floating around in the car.
If you go that route, please let me know how it went, I was looking into this (but with an ESP8266) but have other projects in the works before I get to this.
Sure will. The Haas board is a little basic, however the great thing is that it will pass through any command it doesn't recognize. So it can easily be used to send data to the hub.
I have an Arduino Pro Mini setup with code for the HC-RS04 from when I was looking to put a oil level sender in my home heating oil tank. At that time I had no neat way to send data to the Hub so it fell to the wayside.
BTW The purple board is my design, however I will release it on OSHPark if anyone has any interest. I don't want anything for me except the feeling I get that someone else is benefiting from it. Oh and it would be a blank board, one would have to purchase (BOM avail) the parts an solder them to the board. The good news is there are a number of parts that may not need to be installed if not req'd for the planned use.
Clever placement of the distance sensor could also be used to inform the driver of the ideal spot to stop/park while pulling into the garage. In other words, a high tech ball-on-string marker.
Would need two sensors and a horizontal display. For the other car we have...... a tennis ball on a string. Its been pretty reliable, been there for years. The only issue is I bang into it when working in the garage
LOL I did this for about 2 days and then installed a laser instead, it turns on when someone or a car passes the sensors at the door and turns off after 5 minutes. Now when my wife drives in, she stops when the red dot is at the edge of the dashboard. No tennis ball to hit my head on all the time.
Just ordered a solder on cc2530 board on AliExpress to test it out (already had one on order but the USB plugin version to make a sniffer). I'll see if I decide to use it or if I'll just tinker at first and see it the extra price is worth it over the ESP boards.