(Beginner Friendly) Home Automation using ESPHome & Home Assistant | ESP32 Projects | Raspberry Pi

  Рет қаралды 44,182

techiesms

techiesms

Күн бұрын

Пікірлер: 79
@techiesms
@techiesms 2 жыл бұрын
What next you want to learn in Home Assistant ?
@varunkumarr9633
@varunkumarr9633 2 жыл бұрын
Hi Nice video bro 👌 yes can you make this as 1. Port Forwarding and use from anywhere. 2. More Esp devices, How to add ? 3. OTA code upload to particular Device 4. Voice Control
@yadwindersingh9494
@yadwindersingh9494 2 жыл бұрын
What about next live session
@adhyayankumar9965
@adhyayankumar9965 2 жыл бұрын
Please make a voice control home automation system which also talks back like Friday. 😎🤘
@adhyayankumar9965
@adhyayankumar9965 2 жыл бұрын
Using esp32 or Arduino
@varunkumarr9633
@varunkumarr9633 2 жыл бұрын
@@adhyayankumar9965 start with Arduino Kit
@neilmehta7387
@neilmehta7387 2 жыл бұрын
Can you please send the gerber file, BOM file and cpl file for "smallest home automation project using esp32 module"
@newhorizonconsultancyservi8288
@newhorizonconsultancyservi8288 2 жыл бұрын
Adding a manual switch with realtime feedback. And also connecting multiple esp to one uniform dashboard. @techiesms
@TechnoEveryday
@TechnoEveryday 2 жыл бұрын
Raspi is very expensive. Is there any other option to achieve the same without raspi?
@Tman317
@Tman317 2 жыл бұрын
Most of the steps worked for me as a 1st time ESP32 user, thanks! However, once I get to 12:07 where I have a Notification in my Home Assistant and see the ESPHome discovered, and click "Configure", it says "Please enter the encryption key you set in your configuration for esp." You didn't get that step...uhoh, now what?! Oops, figured it out! Had to go back to the ESPHome link in HA, click "Edit" for my project and find the api->encryption->key near the top. Thanks!
@kherhitesh
@kherhitesh Жыл бұрын
Dealy off timer project, use for like our computer shutdown and wait for shutdown but off dealy timer is lot a help we should pc shutdown and off power switch but dealy timer is off main computer power as a set out timer like a 60 sec so much helpful this project, i hope you done this project and we soon see on your channel, good going bro keep it up👍😊
@manohar_ivu-7
@manohar_ivu-7 2 жыл бұрын
Making use of a sensor for detecting whether persons are present or not we can make an automated switching system at least in few area's like hall, kitchen, dining room, which would not bother us, can use your project in places like in bathrooms, bedrooms, veranda like that... (also by making it Iot, not just Local Network. But, Security should be considered, can add data analytics, like how much of units are been used everyday or per month, comparison, power saving mode option as in the mobile or any electronics devices, this just not save energy, help us to be aware of how much we really need to be used for our purpose. ) Combination is the Best Practice I guess!!
@jaleelchalil1263
@jaleelchalil1263 2 жыл бұрын
awesome project, can we use also the manual button like previous project?
@085-vaibhavgusain9
@085-vaibhavgusain9 9 ай бұрын
where can i find the pcb design
@shubhammohanty1098
@shubhammohanty1098 2 жыл бұрын
This home assistant series is awsome❤. Can you please make a project which includes capacitive fan speed control and manual switch control for appliances with live status of the switches and fan speed in home assistant dashboard. That would be great and very useful.
@sudheer7595
@sudheer7595 2 жыл бұрын
My entire home runing with Ha raspberry pi, 40 esp12f controlling fans light etc
@khushbukhtkhan1654
@khushbukhtkhan1654 2 жыл бұрын
Why esp home assistant is not opening on laptop google,, and it is giving the error not reach on browser
@mandrasaptakmandal636
@mandrasaptakmandal636 2 жыл бұрын
awesome project, thanks a lot.
@simplemanushya479
@simplemanushya479 2 жыл бұрын
Waiting for this but please upload accordingly to Indian time
@benjamink7311
@benjamink7311 2 жыл бұрын
How to add manual switchs configuration
@spartakum69
@spartakum69 2 жыл бұрын
Great tutorial! Which component should I use if I wanted to use a reed switch as a sensor?
@lanfrancocecere9833
@lanfrancocecere9833 11 ай бұрын
Thanks, I've been following your channel for a short time. How do I add physical switches to your project?
@cjtechnologies7576
@cjtechnologies7576 2 жыл бұрын
I'm running home assistant on virtual box and I'm unable to install the yaml code into esp 8266. Any solution
@shrikantnikam2426
@shrikantnikam2426 2 жыл бұрын
Hi I want to weekly base customized relay control can I do on this? And can I control from anywhere or its local webserver?
@techiesms
@techiesms 2 жыл бұрын
It’s local
@shyamkumarrajana
@shyamkumarrajana 2 жыл бұрын
How to add multiple hardware to home assistant
@mrtechsavvy8835
@mrtechsavvy8835 2 жыл бұрын
please make a video on how to add a manual control system with bfeedback mechanism on home assistant as u did in mqtt playlist.
@techiesms
@techiesms 2 жыл бұрын
Already made kzbin.info/www/bejne/kIOVe2mprZp4qrs
@ami6packs
@ami6packs 2 жыл бұрын
nice video series on HA. loving it. One issue i have is to detect power outage using esp01/12e. In home assistant, i want to handle a case: what if lights/switches are accidentally turned off/power outage (but my rpi is on power back up), but those switches/lights are involved in automation. e.g. my porch light is switched ON automatically at 6.40pm and switched off automatically at 9.30pm. In case of power cut between 6.40 pm and 9.30 pm, light is switched off since mcu is restarted. I think HA should handle this, and I want to run an esp01 for few seconds after power outage which only purpose is to detect power outage and broadcast esp-now after detecting power outage. it would be nice if you make a video on it.
@ami6packs
@ami6packs 2 жыл бұрын
I know i can do this at MCU side too by saving the state to flash on every state change. it would be interesting to handle this at HA side instead. It might be a nice video for you to explore. :)
@ami6packs
@ami6packs 2 жыл бұрын
Running an esp01 on super caps/bunch of 1000uF can do the job? I've not tried it but i think it's doable with little bit of programming at HA side. Detect Power outage -> notify to HA server -> HA server saves the state -> run the automation script again when power is UP (notifies by power monitored by esp01). Power up state should be notified by esp01 via WIFI this time in case of lights/switches are over WIFI, just to make sure everything is up.
@ami6packs
@ami6packs 2 жыл бұрын
Basically, you can make two videos on this topic. 1. Run esp01 on super capacitors/bunch of 1000uF caps for few seconds and broadcast esp-now protocol on power outage. 2. Restore switches/lights to state before the power outage by HA.
@filippogermi1618
@filippogermi1618 2 жыл бұрын
compliments for video, one question do you think that will be possible to control an old chinese wifi board by home assistance? thanks
@MusthafaAboobacker
@MusthafaAboobacker 2 жыл бұрын
Have you ever tried BLDC fan speed control using esphome ? May need to find the pwm pin of BLDC control Micro controller IC
@techiesms
@techiesms 2 жыл бұрын
We haven’t try that yet
@rishikrishnaganesh111
@rishikrishnaganesh111 2 жыл бұрын
Can we integrate home assistant with Alexa...if possible try to make a video on it
@rushikeshsagar357
@rushikeshsagar357 2 жыл бұрын
I'm connecting FAN and 3 lights to this circuit. Function of FAN :- On /Off but whenever I'm trying to ON FAN all three lights also automatically ON.
@YogeshDixit2911
@YogeshDixit2911 2 жыл бұрын
Any Indian PCB Manufacturer is available instead of jlcpcb? For prototype pcb in less time?
@dharmapatel2235
@dharmapatel2235 Жыл бұрын
Nice video bhai! I'm new and learning HA. Would love if you can tell us how to control fan, AC (with various options, not just On/Off) and dimmable and tunable lights!
@redbeardhomes
@redbeardhomes Жыл бұрын
What acts like the hub for the esp/arduino/rpi in this case? Your local browser? Or maybe the controller itself acts like a hub? Or is it being run locally on your pc? Just curious on how this works and very few resources show FLOW DIAGRAM of how ESPHome & Home Assistant actually work.
@techiesms
@techiesms Жыл бұрын
RPI is the hub
@savanibit4644
@savanibit4644 2 жыл бұрын
Hi Sir Android phones she hoga answer questions Sir?
@hrishi1225
@hrishi1225 2 жыл бұрын
Yes, you can do it using android phone as well
@ashishcchauhan
@ashishcchauhan 2 жыл бұрын
Yes, aap android phone se kar sakte ho but aapko home assistant raspberry pi me install to karna hi padega.
@TechnoSAP
@TechnoSAP 2 жыл бұрын
Nice 👍👍
@acs3985
@acs3985 Жыл бұрын
WHERE TO GET RELAY PCB
@gaurav3746
@gaurav3746 2 жыл бұрын
No need to download mobile app of home assistance, you can setup own server page and controll devices from the webpage
@udayparanjape7374
@udayparanjape7374 2 жыл бұрын
Do one video with Tasmota & home assistant
@mycloudvip
@mycloudvip 2 жыл бұрын
Great VIDEO!!! Loved your channel... What is the final cost to make this project in US dollars? and Where do I get the PCB for Mac? Is the SDK compatible with MacOS Monterrey? Greetings!
@rahilk8136
@rahilk8136 2 жыл бұрын
Add manual buttons and real time feedback off buttons to it😍
@msarankumar5132
@msarankumar5132 2 жыл бұрын
Water level indicator using esp32? Try this one
@masudrahaman7497
@masudrahaman7497 2 жыл бұрын
hi sachin if yon cane make any vedio with node mcu esp 8266 controling 4 chanel realy or send me any link .. it will be very useful for me to do control some light waiting for your reply
@ashishcchauhan
@ashishcchauhan 2 жыл бұрын
My suggestion is show us a tasmota addon and sonoff devices.
@keyurpanchal1706
@keyurpanchal1706 2 жыл бұрын
how many maximum devices we can connect with this local home assistant ??
@ashishcchauhan
@ashishcchauhan 2 жыл бұрын
Endless
@andremilhardes2560
@andremilhardes2560 2 жыл бұрын
Goodnight. I would like to see this same project run through voice command, it would be great to have that too. Congratulations for your videos, they are always excellent.
@techiesms
@techiesms 2 жыл бұрын
Thanks for the idea! We will try
@sanmeetsingh8219
@sanmeetsingh8219 2 жыл бұрын
bro plzz make a video on these connection step by step practically
@lavetirajeshbabu8285
@lavetirajeshbabu8285 2 жыл бұрын
Without internet Home automation project Using nodemcu esp8266 I'm waiting this project
@dhanrajDs01
@dhanrajDs01 2 жыл бұрын
esp8266 make project
@JasonWho
@JasonWho 2 жыл бұрын
Me watching him install a deprecated Add-on 👀👀😬, do all this, except for that part. Either click the link to Add Repository with the little “MyHA” icon, or manually add it then install the version that is being actively updated
@ray-charc3131
@ray-charc3131 2 жыл бұрын
Shit,just simple codings, i do it on my own. I haven't yet used esp32, but traditional arduino and. Microchip mcu do them well.
@asopok
@asopok 2 жыл бұрын
I was thinking you would take time to go through the wiring as a beginner friendly video.
@mukhtyarsingh123
@mukhtyarsingh123 2 жыл бұрын
👌
@mehulpraja
@mehulpraja 2 жыл бұрын
Bloopers 😀
@neilmehta7387
@neilmehta7387 2 жыл бұрын
sir can you please send the gerber file, BOM file and cpl file for "smallest home automation project using esp32 module"
Beginner's Guide to ESPHome ESP8266, ESP32, Beken Devices and more
33:46
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Getting started with ESPHome
15:24
Let's Automate
Рет қаралды 61 М.
ESP32 ALL IN ONE home automation module for home assistant
20:52
KinCony IoT
Рет қаралды 115 М.
12 Useful & Interesting ESP32 Projects for Beginners!
9:41
ToP Projects Compilation
Рет қаралды 664 М.
Creating Sensors in ESPHome with Seeed Studio ESP32C3
8:25
Smart Home Addict
Рет қаралды 23 М.
Tutorial - Multi-sensor setups for ESP32 & Home Assistant
7:20
Byte My Bits
Рет қаралды 108 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН