No video

ESPHome Smart Garage Door Controller

  Рет қаралды 10,083

Speak to the Geek

Speak to the Geek

Күн бұрын

Create your own low-cost WiFi smart garage door controller and automate it from Home Assistant using ESPHome. Full article here: www.speaktothe...
Buy me a coffee:
www.buymeacoff...
paypal.me/spea...
D1 Mini Microcontroller:
(UK Amazon): amzn.to/3Vtumwn
(US Amazon): amzn.to/41ZV9T9
KY-019 5v Relay:
(UK Amazon): amzn.to/3LqoqzC
(US Amazon): amzn.to/3Hymjbz
As an Amazon Associate and member of the eBay Partner Network I earn from qualifying purchases. Most links above are affiliate links and I may earn a small commission from any purchases you make if you use them.

Пікірлер: 23
@hommel90
@hommel90 2 ай бұрын
you can use also a button output: - platform: gpio pin: GPIO16 id: output1 inverted: True button: - platform: output name: "Garage" output: output1 duration: 1000ms
@SpeakToTheGeekTech
@SpeakToTheGeekTech 2 ай бұрын
To control a relay or to directly connect the ESP module to the button terminals on the garage door opener? If the latter, I was nervous about recommending anyone directly connect the ESP to the garage door controller because you never know if some brands push voltage through them or not. I figured the volt-free contact from a relay was the safest way to do it.
@thefirst555
@thefirst555 10 ай бұрын
I'm using a £5 5v-24v single channel tuya zigbee relay board (Sorry no ESPHome here !) on the same somfy controller and powered via the 24v feed within the somfy on pins 14 and 15. The whole lot is inside the original somfy case. also using the same smarthings contact sensor which also exposes when its in motion to Home Assistant which is a nice little extra bit of feedback to confim its working. Been working flawlessly for at least a year.
@SpeakToTheGeekTech
@SpeakToTheGeekTech 10 ай бұрын
Sounds nice and neat. There is plenty of space inside that Somfy controller but I decided to house mine externally to make it easier to tweak if there was an issue. As it happens there have been no reasons to tweak! I hadn't thought of using the motion sensor as part of the automation, I'll give that some thought.
@johnadams1976
@johnadams1976 3 ай бұрын
great video - thanks.... Think I'm going to try this, rather than buying a shelly device... Is there a PoE version, rather than USB?
@SpeakToTheGeekTech
@SpeakToTheGeekTech 3 ай бұрын
Not that I know of but check the manufacturer's web site
@johnadams1976
@johnadams1976 3 ай бұрын
@@SpeakToTheGeekTech I guess I could just use a PoE-to-USB adapter and power the board you used with that. Cheaper too... otherwise it looks like it's an Olimex board but that's much more expensive. Need cheap! ;-)
@johnadams1976
@johnadams1976 3 ай бұрын
@@SpeakToTheGeekTech tried it out with a ESP8266 and relay and it worked. Nice and simple solution. with a D1 mini sitting there operating the relay, is there a reliable temperature sensor that could attach to different pins to the same D1 mini, which could then appear as a 2nd entity?
@TwanJaarsveld1
@TwanJaarsveld1 Жыл бұрын
Amazing and clear instructions, I'm looking to build a automatic gate and want to integrate it into home assistant, would this work for a automatic gate opener ?
@SpeakToTheGeekTech
@SpeakToTheGeekTech Жыл бұрын
If your gate opener supports a volt-free contact switch then yes but you’ll need to check the gate controller and its manual to be sure.
@booksmart238
@booksmart238 5 ай бұрын
Thanks for the great video. When I add the cover template to the YAML code, I get this output: [covers] is an invalid option for [cover.template]. Do you have any ideas how to fix this?
@SpeakToTheGeekTech
@SpeakToTheGeekTech 5 ай бұрын
I have just double checked the code on my web site against the code I'm using in real life and they are the same, so I know what I've provided works. I can only assume you have an indentation error or a typo in the config. You've had to edit my config to change the entity IDs in five places so I'd suggest looking there to start with.
@NicholasIzzo-yq2me
@NicholasIzzo-yq2me 10 ай бұрын
I am planning to go the route of using a reed switch. Would you possibly be able to provide the esphome configuration changes required to get that functioning? Also do you have any pin recommendations for attaching the reed switch to the esp? Thank you.
@SpeakToTheGeekTech
@SpeakToTheGeekTech 10 ай бұрын
Without building that up myself I couldn’t advise, but start with Google - it looks like there are a lot of people out there who have done this on ESPHome before
@PinkBucket33
@PinkBucket33 3 ай бұрын
I have just finished building one with a magnetic reed switch connected to pin D5. This is the extra configuration I added to the ESPHome code - platform: gpio pin: number: GPIO12 mode: INPUT_PULLUP name: "garage_door_open" id: garage_door_open filters: - delayed_on_off: 1000ms device_class: Garage door
@ericilkwatson5557
@ericilkwatson5557 6 ай бұрын
But how do you connect that magnetic switch?
@SpeakToTheGeekTech
@SpeakToTheGeekTech 6 ай бұрын
Have a search for ESPHome reed sensor. I don’t have any tutorials covering it myself sorry
@jimlea7935
@jimlea7935 7 ай бұрын
What would happen if I send 12v to pins 10 and 11?
@SpeakToTheGeekTech
@SpeakToTheGeekTech 7 ай бұрын
I dunno but I'm not willing to try it out myself for you to find out! They're rated volt-free so designed to have a switch connected to them (or volt-free relay as in this case) so the controller really won't be expecting an external voltage to be added to its circuit.
@jimlea7935
@jimlea7935 7 ай бұрын
ok thanks for the reply, it will only be 12v momentarily so hopefully won't cause any issues. I'm turning on a smart plug from my phone and a 12v power supply will be plugged in so I was wondering if I could simply connect it to the Somfy unit. The plug will be turned off automatically after 5 seconds. I did wonder if I could just use a 12V relay and rather than use the relay to supply power, I could just use it to give continuity between two wires sort of thing.
@SpeakToTheGeekTech
@SpeakToTheGeekTech 7 ай бұрын
Those pins are not designed for voltage, don’t do it!
@LuminarySpeshal
@LuminarySpeshal Жыл бұрын
Did you stick those components in with Chewing gum?! :D
@SpeakToTheGeekTech
@SpeakToTheGeekTech Жыл бұрын
You're not too far wrong actually: Blu Tack! Just temporarily until I was certain it worked. Now they're secured with 3M pads.
Locally Hosted Smart Security+ 2.0 Garage Door w/ the ratgdo Project
31:59
My Very Own Garage Door Opener (Gadget #2)
6:14
MrDIY
Рет қаралды 4,7 М.
Challenge matching picture with Alfredo Larin family! 😁
00:21
BigSchool
Рет қаралды 40 МЛН
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 85 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 2,1 МЛН
Gli occhiali da sole non mi hanno coperto! 😎
00:13
Senza Limiti
Рет қаралды 16 МЛН
How to make your Garage Door Smarter with Home Assistant and ESPHome !
9:14
Reid Projects | Smart Home & Tech
Рет қаралды 19 М.
Smart Garage Door Opener | Shelly 1 & Home Assistant
14:06
Smart Home Makers
Рет қаралды 35 М.
Getting started with ESPHome
15:24
Let's Automate
Рет қаралды 46 М.
Nothing EVER Works! - Making a dumb door smart
16:57
Linus Tech Tips
Рет қаралды 1,9 МЛН
Build your own CT Clamp Power and Energy Monitor with ESPHome
9:34
Speak to the Geek
Рет қаралды 71 М.
DIY Smart Garage Opener LOCAL Shelly Plus 1 (Bluetooth Bonus)
16:43
Challenge matching picture with Alfredo Larin family! 😁
00:21
BigSchool
Рет қаралды 40 МЛН