Hacking my garage door with the Raspberry Pi Pico W

Поділитися
Вставка
  • Опубліковано 22 чер 2024
  • 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/geerlingguy/pico-w...
    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/sponsors/geerlingguy
    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?
  • Наука та технологія

КОМЕНТАРІ • 659

  • @c3adkins
    @c3adkins Рік тому +364

    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  Рік тому +225

      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 Рік тому +45

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

    • @waynewilliamson4212
      @waynewilliamson4212 Рік тому +5

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

    • @offspec
      @offspec Рік тому +12

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

    • @danielmcgowan9534
      @danielmcgowan9534 Рік тому +7

      @@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.

  • @jshowe95
    @jshowe95 Рік тому +23

    What a throw back intro Jeff! Love it :)

  • @BlizzetaNet
    @BlizzetaNet Рік тому +11

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

  • @AzaB2C
    @AzaB2C Рік тому +273

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

    • @notsonominal
      @notsonominal Рік тому +6

      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 Рік тому +3

      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 Рік тому +1

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

    • @sadteeto
      @sadteeto Рік тому +1

      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..

  • @Fneb
    @Fneb Рік тому +8

    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  Рік тому +1

      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

  • @TheRealKazma
    @TheRealKazma Рік тому +15

    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 Рік тому +64

    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.

  • @spectacularhurricanecat
    @spectacularhurricanecat Рік тому +4

    What a throwback with that intro.

  • @auto117666
    @auto117666 Рік тому +17

    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. :)

  • @conradwiebe7919
    @conradwiebe7919 Рік тому +2

    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

  • @ygiagam
    @ygiagam Рік тому +5

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

  • @kevingallineauii9353
    @kevingallineauii9353 Рік тому +3

    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.

  • @snekulcire
    @snekulcire Рік тому +5

    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.

  • @vistathingy
    @vistathingy Рік тому +1

    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.

  • @wgoode97
    @wgoode97 Рік тому +2

    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.

  • @edwardvanhazendonk
    @edwardvanhazendonk Рік тому +2

    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!

  • @nexusyang4832
    @nexusyang4832 Рік тому +2

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

  • @mvadu
    @mvadu Рік тому +3

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

  • @Lex8P
    @Lex8P Рік тому +32

    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 😀

  • @JosVanTongeren
    @JosVanTongeren Рік тому +4

    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!

  • @GimmilFactory
    @GimmilFactory Рік тому +1

    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!

  • @JoshBarker
    @JoshBarker Рік тому +2

    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.

  • @stannovacki2406
    @stannovacki2406 Рік тому +10

    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  Рік тому +5

      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 Рік тому +2

      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 5 місяців тому

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

  • @matthewfountain2721
    @matthewfountain2721 Рік тому

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

  • @Doesntcompute2k
    @Doesntcompute2k Рік тому +6

    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  Рік тому +4

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

  • @gannas42
    @gannas42 Рік тому +3

    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  Рік тому +1

      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.

  • @pherd-0884
    @pherd-0884 Рік тому +5

    the Tai Lopez cold open got me dying.

  • @arthur...barros
    @arthur...barros Рік тому +2

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

  • @trevorphillips9220
    @trevorphillips9220 Рік тому +4

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

  • @MrGraceo77
    @MrGraceo77 Рік тому +2

    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.

  • @Chopper087
    @Chopper087 Рік тому +1

    Thank you for the great content and for publishing all your hard work!

  • @452steve452
    @452steve452 Рік тому +1

    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

  • @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 Рік тому +2

    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.

  • @ChrisB...
    @ChrisB... Рік тому +1

    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.

  • @YonatanAvhar
    @YonatanAvhar Рік тому +2

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

    • @JeffGeerling
      @JeffGeerling  Рік тому +1

      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!

  • @ELeCTriicChiiCKen
    @ELeCTriicChiiCKen Рік тому

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

  • @kozel0147
    @kozel0147 Рік тому +3

    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.

  • @chuxxsss
    @chuxxsss Рік тому

    Morning from sunny Australia. Glad to see you improving,

  • @MarcoGPUtuber
    @MarcoGPUtuber Рік тому +1

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

  • @neiljborja
    @neiljborja Рік тому

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

  • @MikeSpille
    @MikeSpille Рік тому +1

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

  • @dcc1165
    @dcc1165 Рік тому +1

    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!

  • @floridaman8200
    @floridaman8200 Рік тому +1

    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

  • @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! 🎆

  • @mikeraineri4018
    @mikeraineri4018 Рік тому +3

    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  Рік тому +3

      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.

  • @fram1111
    @fram1111 Рік тому

    Great video, like always. I can't wait for your future videos!

  • @borisvokladski5844
    @borisvokladski5844 Рік тому +1

    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.

  • @JamieStuff
    @JamieStuff Рік тому +1

    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.

  • @seanchallenge
    @seanchallenge Рік тому

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

  • @awesomearizona-dino
    @awesomearizona-dino Рік тому

    Thanks Jeff, great work as usual.

  • @MarcoGPUtuber
    @MarcoGPUtuber Рік тому +4

    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 UA-camrs 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 ;-)

  • @sleeping8451
    @sleeping8451 Рік тому +2

    Love the home automation videos ❤

  • @7073shea
    @7073shea Рік тому +1

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

  • @andre-le-bone-aparte
    @andre-le-bone-aparte Рік тому +2

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

  • @johnmiller4859
    @johnmiller4859 Рік тому

    Glad to see you're doing better.

  • @notsonominal
    @notsonominal Рік тому +2

    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

  • @AdamKirbyMusic
    @AdamKirbyMusic Рік тому

    Looks great. I've wanted to do a local garage door sensor project for a bit.

  • @martijnheeroma5492
    @martijnheeroma5492 Рік тому +1

    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

  • @brianhuang4321
    @brianhuang4321 Рік тому +3

    Love the knowledge bomb in the intro :)

  • @nonnnonnonon
    @nonnnonnonon Рік тому

    Cool setup, but I think it can be done a lot easyer. I simply used some aqara door sensors (zigbee) and mounted them on the steel rails in the roof where the doors move. However I did use a raspberry pi with a relay switch for opening and closing the door throught the garage door motor.
    Thanks for your content! :)

  • @lis6502
    @lis6502 Рік тому +3

    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.

  • @yanuar1420
    @yanuar1420 Рік тому

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

  • @JasonsLabVideos
    @JasonsLabVideos Рік тому +2

    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 !!

  • @CyberABE
    @CyberABE Рік тому

    Thanks for another wonderful video!

  • @BitcoinLifeToday
    @BitcoinLifeToday Рік тому +1

    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

  • @LifeByKpop
    @LifeByKpop Рік тому

    Supercool project! 💪

  • @jessechounard
    @jessechounard Рік тому +1

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

  • @davidspez7267
    @davidspez7267 Рік тому +1

    Pure awesomeness Jeff, thank you🙏✌️

  • @gedgicat2063
    @gedgicat2063 Рік тому +1

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

  • @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.

  • @JohnADoe-pg1qk
    @JohnADoe-pg1qk Рік тому +5

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

  • @TdrSld
    @TdrSld Рік тому +1

    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.

  • @AerialWaviator
    @AerialWaviator Рік тому +1

    Liked this video. What more! :)
    Seriously, this a excellent, pragmatic, and educational video. 👍👍

  • @glax2174
    @glax2174 Рік тому +1

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

  • @tylerkeeton17
    @tylerkeeton17 Рік тому

    Pi touchscreen!! Excited to see that project!

  • @David_Ladd
    @David_Ladd Рік тому +1

    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

  • @jantoniotorre
    @jantoniotorre Рік тому +4

    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 Рік тому +1

      @@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!

  • @cggnow
    @cggnow Рік тому +1

    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 ;-)

  • @JeanJacquesDeLisle
    @JeanJacquesDeLisle Рік тому +1

    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.

  • @guyonlead
    @guyonlead Рік тому +1

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

  • @syrus3k
    @syrus3k Рік тому

    Home assistant.. really cool to find out about that, will be setting that up soon! :)

    • @JeffGeerling
      @JeffGeerling  Рік тому +3

      Careful, it's quite a rabbit hole and you'll start wondering what happened to your weekends as you automate and monitor things you never knew possible :D

  • @augustinecalvin7722
    @augustinecalvin7722 Рік тому

    Lol the Ty Lopez reference was great!

  • @zutrong
    @zutrong Рік тому +1

    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  Рік тому +1

      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!

  • @Dirizabl
    @Dirizabl Рік тому +2

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

  • @SorceressLyra
    @SorceressLyra Рік тому +1

    Love the videos! Inspires me to make my own little home rack, much to the chagrin of my spouse

  • @aitchvee
    @aitchvee Рік тому +1

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

  • @mk500
    @mk500 Рік тому

    So cool! I want to build this. Thank you!!

  • @aaron41
    @aaron41 Рік тому +2

    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  Рік тому +1

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

  • @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.

  • @Psychx_
    @Psychx_ Рік тому

    2:18 that socket thing looks super convenient!

  • @tigeroats913
    @tigeroats913 Рік тому

    jeff you are a freaking genius i wish someday i could be like you

  • @TalsBadKidney
    @TalsBadKidney Рік тому +2

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

  • @comicsansgreenkirby
    @comicsansgreenkirby Рік тому

    Ohhh my, I haven't heard that ad in ages. Amazing implementation :kekw:

  • @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.

  • @remani682
    @remani682 Рік тому +1

    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.

  • @_gamma.
    @_gamma. Рік тому

    I LOVE complicated yaml config files 😍 esphome looks awesome

  • @ReubenmodestmoesMoes
    @ReubenmodestmoesMoes Рік тому +2

    hahahaha. amazing intro. Uncle Tai would be proud.

  • @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

  • @flipthecoin.
    @flipthecoin. Рік тому

    Hilarious intro. Great content, too!