what is the maximum mechanical switch that can be used, I am trying to make 8 smart switches and 8 mechanical, can all ESP32 pins be used? Is this enough? Please enlighten me.wassalam
it depends on the number of pins that can be used as input and out put. For ESP32 they are: Pin 13,16,17,18,19,21,22,23,25,26,27,32,33 and 4. Mentioned pins can be used as input and output (either of them) and PINs 34,35,36,39 are only inputs
Hi, thanks for the Video. I have a Question: If the light is turned on by the mechanical switch, and then turned off via home assistant, the mechanical switch remains in the 'on' position. Meaning, I would have to turn it off and then on again, if I want to turn on the light with the mechanical switch. Would it be possible to use a push button-style switch, to send an impulse to the esp which can turn it off and on? This way, the switch wouldn't have to be turned off before being able to be turned on again.
Hi sir! I'm new to Home Assistant. Let's say I program my physical switch with esphome and relay. Will the relay work onchange of the switch when home assistant is down / when my router is damaged. Kindly advice on this.
i got massage in log like this : [20:47:45][W][component:214]: Component esp32_touch took a long time for an operation (0.06 s). [20:47:45][W][component:215]: Components should block for at most 20-30ms.. Is It Normal?
Good afternoon, can you use a physical button with robotdyn ac dimmer esphome on an esp 32 board. Thank you output: -platform: ac_dimmer id:dimmer1 gate_pin: 23 zero_cross_pin: number: 22 mode: input: true min_power: 30% Light: - platform: monochrome output: dimmer1 name: light look default_transition_length: 50ms
Hi really nice video. I havr to clarify one thing. The physical switch used will sent the value to the home assistant right and home assistant turns on and off the light. So when my router is off or the home assistant has any issue there is no way to control the light. Or will it work? Is there a way to run the program in the esp board itself and update the state in home assistant. Like if the input pin is triggered then set the output gpio to on/off and then sent the state to home assistant. I would really like to talk with you privately and discuss more ideas. Can you please provide your email address.
what is the maximum mechanical switch that can be used, I am trying to make 8 smart switches and 8 mechanical, can all ESP32 pins be used? Is this enough? Please enlighten me.wassalam
it depends on the number of pins that can be used as input and out put. For ESP32 they are: Pin 13,16,17,18,19,21,22,23,25,26,27,32,33 and 4. Mentioned pins can be used as input and output (either of them) and PINs 34,35,36,39 are only inputs
Perfect video, I'm searched for this type of video for a while
Nice video!!
If the internet goes down, can the mechanical switch still be used to turn on the lights? Thank you. Wassalam
Yes.
Thank you for your effort , can you explain in a new video how to add if statement to switch status
For sure I will do it
Hi, thanks for the Video. I have a Question: If the light is turned on by the mechanical switch, and then turned off via home assistant, the mechanical switch remains in the 'on' position. Meaning, I would have to turn it off and then on again, if I want to turn on the light with the mechanical switch. Would it be possible to use a push button-style switch, to send an impulse to the esp which can turn it off and on? This way, the switch wouldn't have to be turned off before being able to be turned on again.
Hi, you asked a good question. Yes you can use a Push button switch. In the video you can replace the touch switch with a push one.
Please help me add Sonoff's bleutooth switch to my esp32 with bluetooth proxy installed. Thank you!
I have to get one, I will talk to sonoff to see if they will send of to me with their next shipment.
Hi sir! I'm new to Home Assistant. Let's say I program my physical switch with esphome and relay. Will the relay work onchange of the switch when home assistant is down / when my router is damaged. Kindly advice on this.
Hi, Yes, if you program and run it in this way I mentioned in video
If I add a light, then when the switch is on the light also turns on. What's the wiring schematic like?
Sorry I do not understand your question. Could you elaborate it?
@@kian.smarthome sorry i mean, if no internet,mechanical switch still working ?
@@giantbrain5793 Locally yes but it's better to have the Internet access.
i got massage in log like this : [20:47:45][W][component:214]: Component esp32_touch took a long time for an operation (0.06 s).
[20:47:45][W][component:215]: Components should block for at most 20-30ms.. Is It Normal?
Do you face this message while installing Yaml file on ESP?
@@kian.smarthome no message appear.just normal
@@giantbrain5793 Is it working?
@@kian.smarthome work like a charm
@@giantbrain5793 Great
Good afternoon, can you use a physical button with robotdyn ac dimmer esphome on an esp 32 board. Thank you output: -platform: ac_dimmer id:dimmer1 gate_pin: 23 zero_cross_pin: number: 22 mode: input: true min_power: 30% Light: - platform: monochrome output: dimmer1 name: light look default_transition_length: 50ms
Hi again, I was searching to buy a robotdyn, wait till I get one of it please. thank you
Hello from Portugal.
Good video, very good.
Two question:
what diode did you use?
and what is the function?
Thanks.
Hello, thank you. I used a normal Diod to prevent false actions or let's say triggers.
@@kian.smarthome hello. Thanks. What diode did you use?
@@kian.smarthome but what is the reference of the diode? Thanks
@@carloselmano6725 I used "Zener diode 39. V 0.4W"
@@kian.smarthome thanks
The popup didnt work for the Smart home video
Sorry, I don't get what you mean
Buenas tardes se puede utilizar un pulsador físico con robotdyn ac dimmer esphome en una placa esp 32.
Gracias
output:
- platform: ac_dimmer
id: dimmer1
gate_pin: 23
zero_cross_pin:
number: 22
mode:
input: true
min_power: 30%
light:
- platform: monochromatic
output: dimmer1
name: luz parez
default_transition_length: 50ms
Thanks for sharing ❤️❤️
Great video, awful wallpaper.
🤣🤣🤣
Hi really nice video.
I havr to clarify one thing.
The physical switch used will sent the value to the home assistant right and home assistant turns on and off the light.
So when my router is off or the home assistant has any issue there is no way to control the light.
Or will it work?
Is there a way to run the program in the esp board itself and update the state in home assistant.
Like if the input pin is triggered then set the output gpio to on/off and then sent the state to home assistant.
I would really like to talk with you privately and discuss more ideas.
Can you please provide your email address.
hi
1) it will work and is not dependent.
2) it is as you mentioned.
3) it's my pleasure (Alireza_44907@yahoo.com)
- platform: esp32_touch, is still work?. i got error
Check the error and share it with me.