No video

Hacking my garage door with the Raspberry Pi Pico W

Now my wife doesn't get angry at me for leaving the garage door open all day!
Here's the open source Raspberry Pi Pico W garage door sensor project, with instructions for how you can set up the same thing at your house: github.com/gee...
And here are the items I purchased to complete the installation (some are affiliate links):
- Seco-Larm SM-4201-LQ Overhead Door Sensor: amzn.to/3EjG1qp
- RPi Pico Terminal Block Breakout Board: amzn.to/3tkZQY9
- Small breadboards for prototyping: amzn.to/3A6ha7b
- Breadboard solderless jumper wires: amzn.to/3UHCmYO
You can also buy the Pico WH ('W with Headers') if you want to avoid having to solder headers on the Pico W yourself.
Support me on Patreon: / geerlingguy
Sponsor me on GitHub: github.com/spo...
Merch: redshirtjeff.com
2nd Channel: / geerlingengineering
#RaspberryPi #ESPHome #HomeAssistant
Contents:
00:00 - Here in my garage...
01:32 - Programming without code
02:19 - Hello, world!
04:51 - Kinda crazy YAML
06:53 - Home Assistant integration
07:39 - Garage install
09:13 - This is the good part
09:48 - Push notifications
10:47 - ESPHome - Pico vs ESP32?

Пікірлер: 660

  • @c3adkins
    @c3adkins Жыл бұрын

    Jeff, you stopped short. That same pico can not only alert you of the open/close status but can also be used to open/close your door remotely. You’ll just need some of that two-conductor wire to go from the pico to the terminals on your opener where your current door opener switch connects. From there it’s just a little more yaml and you’re done.

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    True, but then I have to trust my own ability to not code something dumb like accidentally having the garage door open every time I drink a soda or something... or having it close on Red Shirt Jeff's head every time he walks under it!

  • @TomE74

    @TomE74

    Жыл бұрын

    @@JeffGeerling or code it to trap RSJ in the garage so you know its safe to unbox something.

  • @waynewilliamson4212

    @waynewilliamson4212

    Жыл бұрын

    new to this stuff, but I was hoping that was the case.

  • @offspec

    @offspec

    Жыл бұрын

    @@JeffGeerling that's why closing can be automatic but opening is always user initiated 😅

  • @danielmcgowan9534

    @danielmcgowan9534

    Жыл бұрын

    @@JeffGeerling Your electric garage door opener has a sensor at the bottom that stops and reverses the door if it detects an obstacle in the doorway as the door closes. The safety sensor overrides any "close the door" commands.

  • @AzaB2C
    @AzaB2C Жыл бұрын

    Neat to see Pico W entering space that ESP32/ESP8266 dominate. Pi foundation need to ramp up production!

  • @notsonominal

    @notsonominal

    Жыл бұрын

    With the new Bluetooth Proxy I think the ESP32 will be king of the hill for some time to come. I've replaced some ESP12F (8266) with ESP32-C3-12F (can be drop-in replacement, depends on what pins the device use) to give me Bluetooth Proxy in existing smart sockets. Edit: Seems Pico W has Bluetooth LE hardware, maybe once SDK support is in place ESPHome can leverage it for Bluetooth proxy as well. That'd be interesting!

  • @knghtbrd

    @knghtbrd

    Жыл бұрын

    They totally have production for these things … It's the big boy Pi they can't seem to make enough of, probably still because scalpers. The way Pi 4 prices have been going, I sort of have to wonder if we can run Raspberry Pi projects on Nvidia GPUs left over from mining? 🤪🤪🤪

  • @tspawn35

    @tspawn35

    Жыл бұрын

    Pico's are about the only thing you can buy right now.

  • @sadteeto

    @sadteeto

    Жыл бұрын

    rp2040 lacks the built in firmware security which makes it pretty limited for commercial use other than some basic application.

  • @Mr.Leeroy

    @Mr.Leeroy

    Жыл бұрын

    There is a 100pcs reel of RP2040 I got for $0.93/piece from Ali sitting in the post office, waiting to be verified. Judging by reviews and the price from LCSC, where it probably came from, it's legit and the total BOM cost for my custom RP2040 dev board would be $2 with USB-C and 32Mbit flash. So, I'd say their production is in a pretty competitive state in MCU department..

  • @TheRealKazma
    @TheRealKazma Жыл бұрын

    I genuinely can’t express how much your videos have helped me not quit going to school for a career in computers, thank you!

  • @Talvionn
    @Talvionn Жыл бұрын

    Great video Jeff. I actually did something similar years ago with an arduino and a distance sensor that I mounted on the ceiling of my garage pointed at the floor. This has the advantage of not only being able to tell you if the door is up or down based on the distance, you can also determine if a car is parked in the stall assuming the door is down.

  • @reidprichard

    @reidprichard

    Жыл бұрын

    That's such a clever solution!

  • @BlizzetaNet
    @BlizzetaNet Жыл бұрын

    My grandfather sometimes forgets to close the garage door. 🤣 I was totally gonna do this. Beat me to it! Nice!

  • @jshowe95
    @jshowe95 Жыл бұрын

    What a throw back intro Jeff! Love it :)

  • @vistathingy
    @vistathingy Жыл бұрын

    I like the modern simplicity. I did something like this about 12+ years ago with a hardwired connection and a much less powerful microcontroller. I pre-computed sunset/sunrise times for my latitude and longitude for each day of the year and triggered the alert/warn/chime only when the garage door is open 30 minutes past sunset....since the kids and wife were leaving the garage door open.

  • @auto117666
    @auto117666 Жыл бұрын

    I did the garage door opener project 2 years ago. It was a fun project with the kid, but I did it with a rpi0 and lots of code since the original project was so insecure. :)

  • @wgoode97
    @wgoode97 Жыл бұрын

    I had my first foray into ESPHome and Home Assistant this week! And a similar day or so of debugging 2.4GHz wifi networks. Found some smart plugs that don't phone home and were built for ESPHome + Home Assistant which is exactly the kind of setup I wanted.

  • @snekulcire
    @snekulcire Жыл бұрын

    I've had a handful of IoT devices fail when WPA2/WPA3 PSK are offered on the same SSID, then others when very low speed rates were automatically disabled by the network controller. Since most of the IoT devices on 2.4 don't need to have high speed, leaving it at the old 802.11b/g/n settings seems fine and everything needing speed should just have 5ghz wireless.

  • @kevingallineauii9353
    @kevingallineauii9353 Жыл бұрын

    I currently rent so I can't do much modification to my home. I dreamt of being an electronics engineer but that never materialized. I may finally get into the maker scene due to a job change and the standard of living improvement that new job brings. I have been watching 3D printer videos but these videos by Jeff are SOOO inspiring. I plan to have a massive ESPHome network that covers everything from security to reminding me to take out the trash and walk the dog (I have no dog....yet!). Thanks Jeff for another great video! I wish you success on your journey to remission and good health.

  • @conradwiebe7919
    @conradwiebe7919 Жыл бұрын

    So happy to hear the "Here in my garage". It was playing in my head from when I saw the thumbnail to when I opened the video and you meeting that expectation was some good dopamine

  • @edwardvanhazendonk
    @edwardvanhazendonk Жыл бұрын

    Cool the guys from Nabu Casa are making these work as well! Thanks for sharing an persevering in the solving of the initial blinking issue!

  • @DrPizza92
    @DrPizza92 Жыл бұрын

    Glad to know I'm not the only one who gets reminded they left the garage door up :). Was thinking of doing this with code, but Home Assistant seems like a better option. Cheers!

  • @HATipsByLarry
    @HATipsByLarry Жыл бұрын

    Great Video, I like different ways to do the same thing. I did mine like some of the other commenters here did. I bought a cheap aqara zigbee door sensor and added it to home assistant. No coding at all needed and setup is just adding the sensor to the door and the rail. Works perfect every time to and is fast and local no cloud at all.

  • @gannas42
    @gannas42 Жыл бұрын

    Very selfishly I look forward to your future videos regarding micros and Home Assistant. I have been building esp8266 and esp32 based sensors, switches, and controllers with HA for the past few years and very interested to see what new ideas you can share. Also been meaning to add a touch panel interface so the rpi idea you have is also right up my alley. Thanks!

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    The touch panel may need to wait for the new year though :( But it should be a fun video!

  • @gannas42

    @gannas42

    Жыл бұрын

    @@JeffGeerling No worries and no rush. I'll still be here, god willing. 🙂 Hope you and your are doing well! Enjoy the holidays.

  • @kozel0147
    @kozel0147 Жыл бұрын

    The biggest reason to use the Pico instead of an ESP is, IMHO, the fact that with a Pico, you're getting a working board every time. Every. Time. Now try to find a Wemos D1 mini that has a decent 3V3 regulator. Or literally any reasonably priced ESP device with an OK regulator. It's hard. So many of my ESPHome nodes keep rebooting or dying after a couple months because the regulators can't keep up. The only ones that are still running fine are the ones I power directly from the 3V3 rail or the ones with an LM1117 regulator.

  • @Lex8P
    @Lex8P Жыл бұрын

    Dude. Every video you put up is inspirational. I don't own a home, have the space or resources to achieve this. But, when I do, your vids will certainly be a guide. Glad to see you're doing well by the way. More vids please 😀

  • @spectacularhurricanecat
    @spectacularhurricanecat Жыл бұрын

    What a throwback with that intro.

  • @mvadu
    @mvadu Жыл бұрын

    You are spot on with the standardization options with Pico, compared to at least 5 different esp32 board layouts I got.

  • @MrGraceo77
    @MrGraceo77 Жыл бұрын

    Nice work and thanks for explaining why you chose the picow over esp32. One ide on home assistant is to also use the automation to alert you when the garage door is open when no one is home.

  • @trevorphillips9220
    @trevorphillips9220 Жыл бұрын

    Nice. I'm also currently building a display for weather and latest phone calls with the pico.

  • @ygiagam
    @ygiagam Жыл бұрын

    You never cease to amaze. That's awesome work and your explanation is easy to understand. Thank you!

  • @452steve452
    @452steve452 Жыл бұрын

    I just was finally able to order a pico w. Very interesting project. I don't have it yet, should be a few days more. I'll look forward to trying this when I get it. Thanks

  • @MarcoGPUtuber
    @MarcoGPUtuber Жыл бұрын

    0:01 I just bought this Raspberry Pi Pico and replaced all of the computer circuitry in my car and turned it into the world's very first open source car! Until next time, I'm Jeff Geerling.

  • @cggnow

    @cggnow

    Жыл бұрын

    If anyone could do it, Jeff could. Since I am currently looking at a painful amount of money to replace a certain module in my car I would say "Do it Jeff"! Heck, if you get together with some of the other tech and car KZreadrs it would make a great collab project! You could open source the code and sell pre-made hardware for those that don't want to solder. Imagine how much revenue that could generate for you and the others in the collab. There is an endless supply of cars needing computer modules out there, all to do different things in different ways. Imagine an entire army of open source programmers reverse engineering those stupid proprietary modules and using an open source platform to make them even better. The auto industry would hate us ;-). If you or someone else takes this project and runs with it, just remember who gave you the idea. Marco - The GPUtuber and cggnow ;-)

  • @ChrisB...
    @ChrisB... Жыл бұрын

    Love it! Other than the obvious, "The garage is open, would you like me to close it?" functionality that I'm sure you'll add soon.

  • @Doesntcompute2k
    @Doesntcompute2k Жыл бұрын

    Jeff, great video! Thanks for reminding me about the Pico W's abilities. I've been programming/building everything with ESP in the last few years and bought some of these PicoW but they are "just laying around." I'll give them a shot! My biggest project is a build of a (cheap) temp/humidity/light/motion/water sensor which I can place around the house in various zones. WiFi of course, and running from rechargeable Li Ions. I can recharge them using a "portable battery bank" with a 5v USB. Yeah I know--walk around to every one of them in the house and charge them up every nine months. But I need exercise. :) Keep up these great videos!

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    "What are you doing with that USB battery bank?" Exercising! 🤷‍♂️ :D

  • @stannovacki2406
    @stannovacki2406 Жыл бұрын

    Great video Jeff! glad you see/hear that you're back on your feet and back with a great project. looking forward to the 'dashboard' display, something I've wanted to do for my home for YEARS! PS: MicroCenter is also my go-to place for electronics DIYs, RIP Radio Shack ...

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Micro Center is close to the Radio Shack of my youth... though they don't have quite the selection of random A/V gear.

  • @cooperised

    @cooperised

    Жыл бұрын

    I wish we had MicroCenter here in the UK. We have nothing that replaces Radio Shack (known as Tandy over here for some reason). RIP indeed. Briefly we had Maplin, but then they moved inexorably over to selling consumer crap and not components.

  • @larrybud

    @larrybud

    7 ай бұрын

    @@cooperised Tandy Corporation was the parent corp of Radio Shack.

  • @JosVanTongeren
    @JosVanTongeren Жыл бұрын

    Great video again! Good to know ESP home supports the pico now as it is really good to have more options. Look forward to the Pi display and LED matrix video(s). Thanks for making these kinds of videos!

  • @lis6502
    @lis6502 Жыл бұрын

    4:42 actually for IoT, regardless if its cloud-based or selfhosted, consider separate ESSID at least (ideally would be separate AP along with ESSID) and dedicated VLAN, accessible from your trusted LAN, but not the other way around. I do have my work computer in such "dmz" as i treat it as potential threat (who knows if IT department of my company isn't running some sniffing). When i connect smart bulb i see traffic moving in and out this separate vlan (third octet is different) and easily sniff cloud communication in order to make it more local. Aside of paranoic - usually smart devices doesn't require tons of bandwidth and generally are more happy with legacy G/N networks on pure 2.4GHz.

  • @TdrSld
    @TdrSld Жыл бұрын

    One more thing you can do with this is have it close or open the door for you. If you have an older garage door with wired buttons on the wall you can tap the wires and have it run to a relay. The button on the wall is nothing but a momentary switch (normally open), so wire the relay to normally open and have the pico trip the relay and close the loop for the switch for like 500ms and you now have a automated garage door opener. I have down a number of houses with the old HAI boards to close an open garage door after x amount of time. Makes life simple, plus you can close it from any panel or phone so no running to the garage to close it.

  • @neiljborja
    @neiljborja Жыл бұрын

    Subbed just for the intro, I'm glad that even in 2022 that meme still isn't dead.

  • @pherd-0884
    @pherd-0884 Жыл бұрын

    the Tai Lopez cold open got me dying.

  • @borisvokladski5844
    @borisvokladski5844 Жыл бұрын

    Cool to see that ESPHome supports RPi Picos. I´m living in a department, so it is limited what I can automate. It is nice to see all the automation projects waiting for me, when I buy a house. I´m still waiting for the RPi Pico WH to get available. I always buy micro controllers with pre-soldered headers, because of poor ventilation options in my apartment.

  • @nexusyang4832
    @nexusyang4832 Жыл бұрын

    Ahhhh... Now we know why you were asking those questions on Twitter. :) Glad to hear you got it sorted out. 😁👍

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Ha, exactly!

  • @JoshBarker
    @JoshBarker Жыл бұрын

    These are pretty awesome boards. I'm using them in a project with my friend. These Pico boards are replacing our pi3 and pi4 boards in our remote controls allowing us to build them cheaper and smaller.

  • @JeanJacquesDeLisle
    @JeanJacquesDeLisle Жыл бұрын

    An alternative to spending nearly $30 on a sensor, which is probably just a reed switch in a fancy aluminum casing... you could just use a magnet, reed switch, and a couple of L-brackets (which should only be a couple of bucks total). You could get fancy and 3D print a case or etc for it... if you were feeling fancy.

  • @JamieStuff
    @JamieStuff Жыл бұрын

    I absolutely love the Pico! While I'll always have a soft spot in my heart for programming the PIC in Assembler, I'm learning MicroPython to be able to knock out embedded projects more quickly, and ESPHome is now on my radar.

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Yeah besides the overhead/memory use, MicroPython is great for quickly hacking something together.

  • @mikeraineri4018
    @mikeraineri4018 Жыл бұрын

    Glad to see you're doing so much better. I just jumped into HA too. Looking for a way to use Pico for an air pressure monitor for my air compressor. This helps get the ball rolling for me.

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Nice idea! I've been working on some other environmental monitors, but hadn't even thought about things like air compressor monitoring. Though my current model is an old harbor freight that keeps going despite my best efforts to kill the thing!

  • @markpitts5194

    @markpitts5194

    Жыл бұрын

    @@JeffGeerling The harder you try, the more they fight back. Until the day you really need them, then they die. Tools are spiteful like that.

  • @remani682
    @remani682 Жыл бұрын

    Now you just need to get an option into home assistant to shut the garage door without having to walk to it to close it, possibly also motion detection to see if there is anything in the way of it closing properly or checking for movement near the door before it attempts to close.

  • @jasonweisberger8257
    @jasonweisberger8257 Жыл бұрын

    This is a great project for getting to know the workings of ESP Home and RPi Pico. Simple and way less expensive version of the same thing is a wireless window/door sensor with ZigBee or Z-Wave. No coding, no flashing, no soldering, nothing. Stick, add to home assistant, add to dashboard. Done.

  • @dcc1165
    @dcc1165 Жыл бұрын

    The troublemaker in me would hook up a camera or some other sensor that would trigger the door to close on someone as they walk out ;). But seriously, I can see myself peppering these Picos throughout my house to do various things related to this. Great video!

  • @jantoniotorre
    @jantoniotorre Жыл бұрын

    Another option (the one I use) is to use a Sonoff Mini, mechanically detaching the relay from AC voltage. That way you can use the terminals that would be normally conected to the switch to the magnetic sensor and use the relay to open/close the garage door. And it is powered by 120/220 directly. Then use tasmota to "software-detach" the sensor to the relay and done.

  • @Darkk6969

    @Darkk6969

    Жыл бұрын

    I love their Sonoff switches. So easy to flash them with tasmota firmware.

  • @brad3378

    @brad3378

    Жыл бұрын

    @@Darkk6969 It's hard to go wrong with a pack of 3 Sonoff relays for $20 on Amazon. Great support too. Even voice control with Alexa. Amazing times we live in!

  • @MarcoGPUtuber
    @MarcoGPUtuber Жыл бұрын

    0:40 Your musical tastes are immaculate. I didn't know you listened to all of the top 40 greatest hits!

  • @yanuar1420
    @yanuar1420 Жыл бұрын

    1st section title: Here in my garage... Did I have heard that anywhere? Solid start right there

  • @floridaman8200
    @floridaman8200 Жыл бұрын

    Man I respect the N-O-D-E Pinouts shirt. It's a shame their channel is inactive now, but maybe they'll return again someday. Nice video though Jeff, been waiting to do this with some ESP-01 boards

  • @Fneb
    @Fneb Жыл бұрын

    7:48 Holy moly I designed that Pico wall mount thing! Even if you didn’t end up using it, what a place to see one of my designs appearing for the first time!

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Haha thanks for making it! I was about to run with it when I noticed the breakout with the screw terminals... and I decided I would be lazy and not solder the wires in the garage :D

  • @Fneb

    @Fneb

    Ай бұрын

    Since I didn't get attributed (and didn't ask in my previous comment and my case didn't get used, to be fair) - if anyone wants to find the model for themselves, search on Printables for "274753" (the item ID) (I'm assuming I can't link things!).

  • @YonatanAvhar
    @YonatanAvhar Жыл бұрын

    09:02 That is probably the cutest screwdriver I've ever seen

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Ha, one of the dozens of little screwdrivers that come with a kit (in this case, that breakout board)... I have a little baggie full of those things, in all colors!

  • @ShinyTechThings
    @ShinyTechThings Жыл бұрын

    I was considering doing something like this hour. Garage door place it with one that has a built-in and I also installed a surveillance camera as well. It's still pretty slick though on how you got everything working.

  • @gedgicat2063
    @gedgicat2063 Жыл бұрын

    Great video of the Pico with esp home, now we just need Bluetooth support to complete the package

  • @GimmilFactory
    @GimmilFactory Жыл бұрын

    This is neat. I hope I have a garage door one day so I can do this as well! Glad to see you back at home brother!

  • @robinpalmquist3679
    @robinpalmquist3679 Жыл бұрын

    Thank you so much for this video and the detailed step-by-step tutorial. I had issues getting ESPhome to run on my Pico W, but now it just works! 🎆

  • @JohnADoe-pg1qk
    @JohnADoe-pg1qk Жыл бұрын

    Depending on what else you want to automate later, a sensor that indicates whether the car is in the garage could be interesting.

  • @BitcoinLifeToday
    @BitcoinLifeToday Жыл бұрын

    Awesome video! I really would like to see you create a Raspberry Pi Home Assistant Touch Dashboard! I currently have lots of devices in my home with home assistant and would like to see what you come up with on a center home dashboard for home assistant! :D

  • @aaron41
    @aaron41 Жыл бұрын

    I built a system like this this a couple years ago using an esp with nodemcu, and a nanopi m3 running mosquito and NodeRED. It's been by far my most useful IOT project ever. I use it basically every day

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    So far haven't tested out NodeRED but I should.

  • @Xials
    @Xials Жыл бұрын

    I was a loyal ASUS guy until recently. I had the 88's and went through a number of them. I had so many problems over the years with devices and figured that the number of IoT devices I had was the reason for that. When my ASUS nodes failed for the third time in 2 year, I decided I needed to get a fix in way faster than I could get a hold of an ASUS. I bought the TP-Link DECO Mesh system and it's been a night and day difference. At first I missed some of the built in features ASUS had, but then I remembered I have plenty of Raspberry Pi's that can handle those things for me.

  • @harthenry
    @harthenry Жыл бұрын

    I'm glad other people work on silly problems for 2 days straight resulting in hair pulling -- I thought it was only me having issues like this

  • @vegaswayne247
    @vegaswayne247 Жыл бұрын

    I have Home Assistant turn couple of smart bulbs blue when the garage door is open and Alexa also announces it. I also have temperature/humidity and motion sensors on the same board.

  • @arthur...barros
    @arthur...barros Жыл бұрын

    man I really enjoy your videos, and I'm happy to see you are better. Keep it up Jeff

  • @zutrong
    @zutrong Жыл бұрын

    DUUUUDEEE. Putting the pins in the breadboard to be able to solder them on the Pico is such a brilliant move... I fucked up a couple of times trying with helping hands and clamps.... Never thought of the breadboard...

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Haha, I know right? The first time I had seen that trick my mind was blown. For many years I would rig up these elaborate helping hands setups and inevitably it wouldn't be perfectly flush. Breadboards are quite handy!

  • @martijnheeroma5492
    @martijnheeroma5492 Жыл бұрын

    nice video, Im using ESPhome for a year now, really happy with it, ESP32's are stable and fast, good to know the Pico is In the mix too

  • @brantwinter
    @brantwinter Жыл бұрын

    I did something similar but I built a PCB with a small mosfet that triggers a relay and is connected to the garage door controller that also opens and closes the door from Home Assistant.

  • @matthewfountain2721
    @matthewfountain2721 Жыл бұрын

    That looks amazing, mate, and I'm glad you're well enough to return to the workshop!

  • @andre-le-bone-aparte
    @andre-le-bone-aparte Жыл бұрын

    @0:01 - Jeff's meme game is S tier.

  • @ydoucare55
    @ydoucare55 Жыл бұрын

    Did this with an Arduino many years ago, before I knew about Home Assistant (~2015). Arduino was connected to the door button, and I put a magnetic switch mounted to the door rail just like you have there. Had a webserver in my homelab running a single page site with some JS/ajax to request data/send commands to the arduino using PHP. Put it behind a reverse proxy for auth and security and made an Android webview app. Used that until about 2 years ago until I bought a new opener with MyQ. Thing ran for years without an issue, but it's nice not having to worry about maintaining it anymore.

  • @guyonlead
    @guyonlead Жыл бұрын

    “Here in my garage…” if I could I would subscribe again!

  • @chuxxsss
    @chuxxsss Жыл бұрын

    Morning from sunny Australia. Glad to see you improving,

  • @MikeSpille
    @MikeSpille Жыл бұрын

    Very cool, Jeff! Now I have something to do this winter.

  • @seanchallenge
    @seanchallenge Жыл бұрын

    Awesome Jeff hopefully I can make a project work for my Remote Gate. Thank you always for your amazing videos 📹

  • @jensschroder8214
    @jensschroder8214 Жыл бұрын

    I do that with a cheap ESP8266. Garage door control, monitoring. And also measure the temperature inside and outside the garage. I used to have an Arduino script, then switched to Tasmota. The transmission to the ESP to display is easy to do via HTTP get. This then switches the green lamp to blue.

  • @Darkk6969

    @Darkk6969

    Жыл бұрын

    Which Arduino script did you use for that?

  • @jessechounard
    @jessechounard Жыл бұрын

    I definitely saw R Pi Pi Cow and was confused for a second. Thanks for the laugh. :)

  • @notsonominal
    @notsonominal Жыл бұрын

    I really like Google Hubs and casting Dashboards to them, if you dont need the 10" display its a cheap and easy option. Home Assistant guys are doing the lords work:D

  • @7073shea
    @7073shea Жыл бұрын

    Thanks Jeff. Long time sub. Hope the crohns is doing better!

  • @Psychx_
    @Psychx_ Жыл бұрын

    2:18 that socket thing looks super convenient!

  • @teekayfourtwoone4686
    @teekayfourtwoone4686 Жыл бұрын

    Pretty cool. I wanted to be able to open/close my garage door and see if it's open/shut. I was looking into a Pi Pico, but I was having trouble finding out if was going to open the door if the power failed and came back on. I couldn't get my hands on one anyway, so I ended up using a Shelly 1. Not as big a learning opportunity, but it works great.

  • @David_Ladd
    @David_Ladd Жыл бұрын

    Great video Jeff :) Now you need to add some solid-state switches to the Raspberry Pi Pico W so you can remotely open and close the doors yourself :D

  • @TalsBadKidney
    @TalsBadKidney Жыл бұрын

    The face when he's holding up the singing toy hahahahahahahahaha

  • @hectormejia499
    @hectormejia499 Жыл бұрын

    Tai Lopez intro = immediate like. that was a good chuckle

  • @Fabri91
    @Fabri91 Жыл бұрын

    I have just started dabbling with Home Assistant, so this video and the next ones, especially the one concerning the dashboard, will be very welcome! :D

  • @Joshinken
    @Joshinken Жыл бұрын

    Honestly it was already pretty easy with the esp32 and 8266, the only real difficulty was that the 32 is real picky about which of its IO you’re actually allowed to use

  • @PaulGrayUK
    @PaulGrayUK Жыл бұрын

    That wifi bolt-on - has ARM cores inside, believe it may be more powerful ARM cores as well. Oh, and it can do Bluetooth, though that is not enabled - but can bet it will be a nice surprise sometime ahead.

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    I'm hoping they get Bluetooth working at some point. It's such a waste having it there in hardware but not accessible yet!

  • @undivided_unified
    @undivided_unified Жыл бұрын

    0:33 you can see the sadness in his eyes while the song plays .... and plays ... and playssssss

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Leap Frog is the worst offender for making 'slot machine toys', where they start going off at random to try to attract kids over to them.

  • @JasonsLabVideos
    @JasonsLabVideos Жыл бұрын

    Good video Jeff, we all have to remember i guess, just because we have the best doesn't mean it works the best! IE wifi6 :) Glad to see you are feeling better too !!

  • @Dirizabl
    @Dirizabl Жыл бұрын

    Great video as always, Jeff! Can you please do a setup for automatic watering for a garden with something like RapberryPi Pico?

  • @sleeping8451
    @sleeping8451 Жыл бұрын

    Love the home automation videos ❤

  • @SirBillyMays
    @SirBillyMays Жыл бұрын

    "water leak: basement: floor Dry" 😂

  • @cggnow
    @cggnow Жыл бұрын

    I like that you started with a practical problem instead of getting the tech just to have it. Don't get me wrong, I own lots of tech hardware and tools I have no use for yet because I like the tech and I'm pretty sure I will use them in the future. However, it's always good to be able to tell your significant other that you are spending time and money to solve a real world problem that they identified. It earns relationship points ;-)

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Exactly!

  • @augustinecalvin7722
    @augustinecalvin7722 Жыл бұрын

    Lol the Ty Lopez reference was great!

  • @torgrimt
    @torgrimt Жыл бұрын

    Just installed a simular setup using an relay, and old esp8266 i had lying around. But i flashed it with opengarage. Supports OpenHAB / Home Assistant and mqtt. Also it has some Nice features to Detect a parked CAR. Recomended

  • @MikeHarris1984
    @MikeHarris1984 Жыл бұрын

    You could use another pin out to wire into your push button to Close the door so you will have full control over it. Just rely on the IR sensors under the door to stop if your kids outside or something... Or maybe you can also make another pinout to put a motion/IR human detector on the board and if door open, the sensor detects no objects moving, no human/animal IR heat, then when you click close, it closes the door. I think this could be a fun project you put together for a video some day? adding the HA interface buttons and stuff would be stupid easy. but I have a Chamberlin MyQ and someone in HA community was able to make a hook for HA to control MyQ doors via the app, show status, and open and shut the door from the app. Which is nice, because Chamerblin took out all their API for customers to utilize, but this method works amazing and immediate updates when the door opens and when i trigger to open/close from the app.

  • @ginamdar
    @ginamdar Жыл бұрын

    Great video Jeff! I used door hinge on the garage door and one side (glued) i put my circuit inside 3d printed case with reed switch and other side of hinge placed strong magnet. So when door open halfway thru magnet side hinge falls down in 90 degrees thus breaks the contact with reed switch which closes my circuit and sends mqtt message as door open and shuts down roght after, No way of telling if its closed but you can still use notification system to remind

  • @l337pwnage
    @l337pwnage Жыл бұрын

    Oh, I see what you are doing. When I clicked I thought you built a transmitter to brute force open garage doors, lol. Pretty easy on really old doors, but I haven't seen it done with newer doors.

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    Ha! Maybe if I can get my hands on a Flipper Zero!

  • @CJChannelYT
    @CJChannelYT Жыл бұрын

    Hi Jeff! Please note that mounting reed switch on the metal, will result in false/positive sensor readings after a while, when the magnet will magnetize the gate frame.

  • @brianhuang4321
    @brianhuang4321 Жыл бұрын

    Love the knowledge bomb in the intro :)

  • @JeffGeerling

    @JeffGeerling

    Жыл бұрын

    KNOWLEDGE.

  • @zk_6312
    @zk_6312 Жыл бұрын

    Interesting project, I like it. You should add a camera and the ability to close the garage door with the home assistant app. I may look into this as the garage door seems to frequently be left open. Personally I don't care for the Raspberry Pi Pico. I could never get it to do what wanted it to do because usually the library I needed did not work or did not exist. I gave up on it some time ago and switched back to the ESP32 ESP-WROOM-32 or the ESP32-CAM-MB boards.

  • @aitchvee
    @aitchvee Жыл бұрын

    Go Tai! 😆 .. I'm guessing no one else got that hey Jeff...

  • @milescarter7803
    @milescarter7803 Жыл бұрын

    I can see this being very useful, one Pico W could probably cover the whole laundry room in my house. Including back door ajar/unlocked, and porch light. I would love to know when laundry didn't get moved to the dryer, or the lid got left up and the load didn't go. Or I forgot to start the dryer. Thanks JG

  • @mountainjeff

    @mountainjeff

    Жыл бұрын

    So would I, about how clean your laundry is, and whether you leave the seat up. It would influence your social credit score. RESIST this intrusioin on your 4th Amendment Rights.

  • @schmitzi99
    @schmitzi99 Жыл бұрын

    oh god. the here in my garage intro was quite a throwback

  • @glax2174
    @glax2174 Жыл бұрын

    This is the best intro to a garage video in a long time. KNAWLEGE

  • @ELeCTriicChiiCKen
    @ELeCTriicChiiCKen Жыл бұрын

    Really looking forward to the dashboard build! Curious to see how the UI/UX will turn out thanks for the video