Garage Parking Sensor

I am looking for some ideas here. My wife and I were discussing the garage the other day. We still have the tried and true tennis ball hanging down so she knows where to stop and can close the garage door behind her. For myself, it is not such an issue because I back into the garage and have a backup camera.

However, she was asking is there something that could be done with the automation that would get rid of the tennis ball? It got me to thinking since the garage door is on the Z-Wave network all I would need is some way to detect the vehicle’s position, trigger a light so she would know she was far enough in and then close the garage door.

The problem is I don’t know of any kind of Z-Wave enabled beam/laser trip sensor. Door/Window sensors would have to be exceptionally close and motion sensors would have too wide of a field of view.

Any ideas out there on how one might set up such a thing and what would be needed?

A couple simple ways would be to use a Z-Wave Motion masked for the area of detection, or a Beam Detector wired to a Z-Wave Door Sensor/Relay.

Narrow Beam Detector.
image
image

You could over-engineer this project OR just KISS :slight_smile:

https://www.amazon.com/Garage-Lasers-Perfect-Parking-37312/dp/B000F6F99G

There is a single one somewhere as well.

1 Like

That’s cool.:+1:

OpenGarage? There is a distance sensor included which is used to measure the distance to the door in order to figure out if the door is open or close.

The material cost is less than $5 and you use it with an automation? If distance < x then flash light?

i can really recommend this, Parking sensor

If not OpenGarage and you like to tinker a little bit I would go with EspEasy, and one/two distance sensors in front and one above - use the one above on change to start first timer every second to read position and control a led (or more), and a second timer to stop reading it. If a change is detect on timer 1 run, reset second timer.

I am building right now something similar, but also with 2 ir distance sensors as backup (they area read in paralel with the ultrasonic ones and if the difference is too much, blink warning led) in case something goes wrong with the ultrasonic distance sensors - 2 extra sensors are cheaper than a new car part :wink: