How dogs went in my butt hole, instructions not clear
@DanMajor-hw2zk4 ай бұрын
Wow, very informative, hopefully next you can show us how to fill a cup of water ... what a waste of a video,, and you actually posted this ...SUBSCRIBE !!!
@ryddlergamingandtech4 ай бұрын
well it was stated that it was "tongue in cheek" and basically done as a dry humor. And there is a video about filling a cup of water :D
@ALEXX24LA4 ай бұрын
Oh wow surprised to hear this song in a video lol great taste
@gleichg4 ай бұрын
pfft clean the grill.
@kenfox224 ай бұрын
Your so white that I can see through you
@tacticaltechie6 ай бұрын
I'd really like a hot dog now please!
@tacticaltechie6 ай бұрын
Wait... don't forget to clean the grill before you turn it off!!!!!!!!
@BluesMan1234 Жыл бұрын
Perfect! Just the tutorial I was looking for! Thank you!
@sandphoenix4296 Жыл бұрын
very nice. I am ordering parts from amazon now. I have a lot where I dedicated 80x80 (6,400sf) of area for growing a food forest. Still building beds and planting trees.
@fibranijevidra Жыл бұрын
Nice, but I would like to see that with slider in esphome rather than HA.
@michaelgately4096 Жыл бұрын
can't tell if this vid is serious or not
@ryddlergamingandtech Жыл бұрын
It was actually recorded as a tongue in cheek video, but it is accurate as far as cooking hotdogs is concerned (in my opinion)
@michaelgately4096 Жыл бұрын
heh, i thought so! @@ryddlergamingandtech
@johnsartori4242 Жыл бұрын
The grill is supposed to be clean after each time you grill on it not the next day
@ryddlergamingandtech Жыл бұрын
I don't disagree, but sometimes you get lazy...
@TJ33308 Жыл бұрын
Probably should have cleaned that grill......
@ryddlergamingandtech Жыл бұрын
There's no doubt about that...
@Suchtzocker Жыл бұрын
u used time pattern wich counts 17 hours and 45 mins down to trigger, did you mean to use the "time" trigger wich turns on at 17:45 ? i dont get that ... im totally new to HA and trying to figure out how i can set up a repeating pattern from time but its not working like i want it to work
@ryddlergamingandtech Жыл бұрын
Time pattern matches when the time is the specific value you have set, in my case 17:45 every day. You call also set up intervals using "*" and/or "/" in one or more positions, like for instance: #this will match ever single minute minutes: "*" #this will match ever single minute during the hour of 3 hours: "3" minutes: "*" # this will match every ten minutes minutes: "/10" # this will match every ten minutes during the hour of 17 hours: "17" minutes: "/10" www.home-assistant.io/docs/automation/trigger/#time-pattern-trigger
@showoffvideo Жыл бұрын
Thank you for this. It helped solved my problem :) Good guide! However, it has a qwerk in this code. Because the esphome device is still running with the relay off. The on_turn_on can call multiple times, and multiple 'off' delays can be fired. To prevent this I've checked and a script can be run, and also stopped. And more reading found it has a mode to do just this called 'restart' so the script will cancel the last call, and restart a new call. So in your lamp example, try this (changed time to 10s): ``` switch: - platform: gpio name: "Sonoff Basic Relay" pin: GPIO12 id: relay on_turn_on: - script.execute: auto_turn_off script: - id: auto_turn_off mode: restart then: - delay: 10s - switch.turn_off: relay ``` Of course, this probably won't effect your use case of your water, as off is better than on. But good to know it's qwerks (I'm using mine to turn off coffee machine when I leave it on too long by accident) Also, after testing this. This implementation still behaves different as I expected but it still does work. So this will still run the auto_turn_off after the device has turned off, but will reset the delay timer when turning on. So it will try and turn off the relay after the delay if the user switches it off early. To counter this, you could stop the script 'on_turn_off' to make it more logical, however the above code does work fine. Here would be the other implementation (untested): ``` switch: - platform: gpio name: "Sonoff Basic Relay" pin: GPIO12 id: relay on_turn_on: - script.execute: auto_turn_off on_turn_off: - script.stop: auto_turn_off script: - id: auto_turn_off then: - delay: 10s - switch.turn_off: relay ``` Hopefully this helps someone else :)
@ryddlergamingandtech Жыл бұрын
Yes, if you toggle the switch on and off repeatedly, and even with different time periods between the toggles, it will make some interesting light shows for sure. I actually recorded some video of that exact issue, and just wasn't really able to work it into the video. Maybe a blooper reel someday...
@scotty.1649 Жыл бұрын
What's your excuse for not cleaning the grill the previous evening? And is it easier to clean the grill when it's heated up or before?
@ryddlergamingandtech Жыл бұрын
Honestly, it was because I wanted to go eat with everyone else, and then I was too lazy to go back out later :) I personally feel like it's easier once the grill has warmed up because the grease softens up and runs off easier.
@AeleosGFX2 жыл бұрын
For anyone with the issue of ffmpeg not being found despite adding it to the configuration, what fixed it for me was downloading the static build of ffmpeg and copying it to /usr/bin
@ryddlergamingandtech2 жыл бұрын
Thanks for the feedback on that. I've added your information over on the blog post.
@juanrivera49382 жыл бұрын
great work!!
@ryddlergamingandtech2 жыл бұрын
Thank you, I hope you found it useful!
@bgable77072 жыл бұрын
OK, it's late and I have to call it . BUT, I have yet to see a description of YAML which SOOOO clearly describes the fields/elements within the different blocks of the YAML Code. The docs leave a lot to be desire! It's like you Kind'f know what your talking about.!!! Yes, I'll be back to use this vidio as "template" for my 5 zone sprinkler system. I'm working on having 1) a slider to adjust the run time of each zone, 2) run the next zone only after the current zone completes and 5 sec pass. Thanks for the EXCELLENT explanation!
@ryddlergamingandtech2 жыл бұрын
Thank you for the compliment! Your sprinkler system sounds pretty interesting, I don't use one, but I'd be interested to see what you come up with nonetheless. My next piece of the garden irrigation is a moisture sensor to check how much moisture there is in the garden before the irrigation is turned on so that I don't water after it rains.
@vacazfinest7072 жыл бұрын
What temp the gril??
@ryddlergamingandtech2 жыл бұрын
I like it between low and medium for hotdogs, otherwise they burn outside and are cold inside
@andygalani54162 жыл бұрын
How long? Good video.
@Zach-sq1gs2 жыл бұрын
@@ryddlergamingandtech What temp the gril??
@maryheatonwhatsnext36102 жыл бұрын
Very interesting
@ryddlergamingandtech2 жыл бұрын
Glad you think so!
@MrVininski2 жыл бұрын
Exactly what I was looking for. Thanks!
@ryddlergamingandtech2 жыл бұрын
Great! Glad it was useful.
@samza92 жыл бұрын
I want to set the watering time. Divide it into intervals. How do I do it now? I use sonoff 4ch.
@ryddlergamingandtech2 жыл бұрын
are you talking about watering 4 different areas using each of the 4 channels, or are you talking about multiple schedules?
@samza92 жыл бұрын
@@ryddlergamingandtech Yes 4 different areas using
@samza92 жыл бұрын
I would like to set a watering time for each area by giving it every sunday, set a time for watering in the morning, noon and evening.
@ryddlergamingandtech2 жыл бұрын
In this case I would probably set up a separate automation for each area so that I could have individual control, and turn on/off each one individually. As far as the separate times, you could follow two approaches, depending on your preference, another separate automation for each time, or set four separate conditions for the time in each automation. In addition, you should check out my other video to set up a separate variable for each area with an automatic shutoff time instead of setting up an automation to turn off the relay: kzbin.info/www/bejne/npiWoomIo6mil9E
@Drogfild2 жыл бұрын
Good idea 👍 For production system I would add bit more error checking to the code. For example if that input is unavailable or numeric value is out of range.
@ryddlergamingandtech2 жыл бұрын
Good point! Do you have any examples you could share?
@erboy55462 жыл бұрын
good one and very helpful 😀
@ryddlergamingandtech2 жыл бұрын
Glad it was helpful!
@Tntdruid2 жыл бұрын
Do you have a link to the solenoid valve?
@ryddlergamingandtech2 жыл бұрын
The valve I used is this one (this is not an affiliate link, I do not make any money from the link): www.amazon.com/gp/product/B00OCFAS6A/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1
@Tntdruid2 жыл бұрын
@@ryddlergamingandtech Thanks.
@josephclark71633 жыл бұрын
🥄
@ryddlergamingandtech3 жыл бұрын
come get you a bowl, I have some left ;)
@martym0on3 жыл бұрын
what are the dimensions of the pit?
@ryddlergamingandtech3 жыл бұрын
The "patio" area is almost 6 feet by 6 feet. The "ring" has an outer diameter of about 37 inches and an inner diameter of about 24 inches
@gregorymiely80493 жыл бұрын
How about a materials list
@ryddlergamingandtech3 жыл бұрын
I put them in the description below the video
@Badg0r3 жыл бұрын
This is a good video about explaining what automations can do for an individual or a family
@ryddlergamingandtech3 жыл бұрын
Thanks, I hope you found it useful!
@Shinta0SaINt3 жыл бұрын
Good day, thank you so much for this tutorial, I am new to home assistant. Out of curiosity can this same thing work with a Shelly 1 Smart WiFi relay with 12vDC? I am a bit intimidated with the flashing of other devices. Regards, Shane from Trinidad 🇹🇹
@ryddlergamingandtech3 жыл бұрын
There are 12v solenoid valves out there on the market, so as long as you set up control of the Shelly in Home Assistant you should be able to adapt it into the same automations.
@Shinta0SaINt3 жыл бұрын
@@ryddlergamingandtech Thank you so much for responding sir, much appreciated. i'll definitely give it a try :), i have a couple shellys set up for my house lights, its rock solid reliable :)
@brettyoung62233 жыл бұрын
This is amazing, exactly what I was looking for! Nice work Ryddler! By any chance did you encounter the following error: Error running command: `nohup /bin/bash /config/doffmpeg.sh "{{ start_date }}" "{{ end_date }}" "{{ cam_path }}" &`, return code: 2 It has me scratching my head. The only difference from following the instructions in your vlog was monitoring/connecting the ESP32 Cams. I used the MotionEye addon. However, that seems unrelated since the images still come in the same format and same file structure. Thanks for any heads up! I'm a bit new to the HA realm :)
@ryddlergamingandtech3 жыл бұрын
I seem to recall that error message, I'm trying to remember in what context I got it. I've been going back through the steps that I can remember and see if I can duplicate it, but I haven't had any success at failing. Which version of Home Assistant installation do you have?
@ryddlergamingandtech3 жыл бұрын
A little more research indicates that this could be because the first line of the script is "#!/usr/bin/bash" and the path to bash may not be the same in your environment. In a terminal prompt try running "which bash" and then adjust that line to match what is returned if it's different.
@brettyoung62233 жыл бұрын
@@ryddlergamingandtech Copy that, thanks for the feedback. Also I am running HA Version 2021.6.6
@brettyoung62233 жыл бұрын
I noticed I was/am not able to run ffmpeg command even alone in command line. I know many people run HA on a rasp pi. I have it running as a VM. Maybe the architecture is different?
@ryddlergamingandtech3 жыл бұрын
@@brettyoung6223 I am running it as a VM in my testing environment as well. If you are trying to run ffmpeg from the HA environment using a terminal plug in, that won't work because you don't have access to the underlying system in this way. Try replacing the contents of the doffmpeg script with the lines below, and then check out the contents of the debugoutput.txt file that should be in the config folder after calling the service to run the do_movie shell command. It should show you the output of the ffmpeg --help command #!/usr/bin/bash ffmpeg --help >> /config/debugoutput.txt
@KennethsTeknik3 жыл бұрын
Good use of a solenoid valve!
@ryddlergamingandtech3 жыл бұрын
Thanks! It worked out well for me while I was on my vacation. My plants looked great when I came home.
@davidsmith23943 жыл бұрын
Sounds like a great idea but when we leave for vacation, I always shut the water off to the house that way I never come home to a swimming pool in the basement....
@ryddlergamingandtech3 жыл бұрын
I wouldn't wish that on anyone. Thankfully I only have a crawlspace, but even that would suck as a swimming pool...
@davidsmith23943 жыл бұрын
@@ryddlergamingandtech I guess it's time to look at automating the main shutoff valve.🤔
@michaelrch3 жыл бұрын
Thanks for this video. I am using Sonoff switches directly in Hassio using an integration. My soldering skills are the worst so I am using my Sonoffs with stock firmware. My question is about the valve. It looks like that should just take the mains power output from the Sonoff switch. Is that correct? Is the system that the valve open when power is present and close when it isn't? Can you suggest a suitable valve? I am using Gardena hose pipes if that matters! Many thanks!
@ryddlergamingandtech3 жыл бұрын
I am using this valve, which does take 110-120V mains, yes. It is normally closed, and opens when power is applied. I don't know anything about the Gardena products, but I assume you would be able to get the appropriate fittings to adapt the hose to fit your solenoid valve. I see several solenoid valves of varying fitting sizes that are virtually the same as the one I used, which is linked below. For my hose fitting I found a nylon barbed tip to 1/4 NPT which is the size I chose. That required me to have a 1/2 garden hose size (RV hose) to fit the barb I selected. www.amazon.com/dp/B00OCFAS6A?psc=1&ref=ppx_yo2_dt_b_product_details Note that at the time of this writing I am not receiving any affiliate proceeds for the above link.
@michaelrch3 жыл бұрын
@@ryddlergamingandtech Many thanks for the comprehensive reply. I am in Europe so I will see what I can get locally that does the job.
@ryddlergamingandtech3 жыл бұрын
I just re-read this and realized you mentioned soldering, and I wanted to point out that I did not do any soldering on this project. It is possible to flash the Sonoff switches by pressing the wires at an angle in the through holes in the circuit board.
@michaelrch3 жыл бұрын
@@ryddlergamingandtech Thanks for the suggestion :)
@joyinstituteoftechnology50603 жыл бұрын
Thank you very much for sharing the wonderful idea. It helps us a lot. We will use this technique to show how our chicken sleep during night.
@ryddlergamingandtech3 жыл бұрын
Glad it was helpful!
@alanmagnan75313 жыл бұрын
I like the part where gets a drink of water.
@ryddlergamingandtech3 жыл бұрын
It's delicious
@eubenhadd4623 жыл бұрын
Oh. Someone is getting divorced soon. Or putting kids up for adoption.
@ryddlergamingandtech3 жыл бұрын
Love the name
@bs25193 жыл бұрын
You funny!
@ryddlergamingandtech3 жыл бұрын
I was just doing my part to help out. Everyone was asking for a video about water...
@tobyprice57603 жыл бұрын
Surprised you found enough quiet to record the commentary