great project, I added led light to the switches as pilot loight. There is a problems though..... when disconnected from the power, Homekit does not recognizes the accessories anymore ...... Please help
@syncbytetube Жыл бұрын
Yes, many came through this problem and posted the solution in the comments. The answering comment is pinned
@rick63673 жыл бұрын
Man, I searched for something like this for months! And tried it myself.... 😅 Hope you show more accessories.
@syncbytetube3 жыл бұрын
Sure bro! stay tuned!
@rick63673 жыл бұрын
@@syncbytetube I have the problem that when I restart the ESP, neither the buttons work, nor does homekit find the bridge. Even the 15s press a button to configure wifi does not work. The only thing that helps is to re-flash the ESP and delete the existing bridge from HomeKit and configure a new one again.
@d5806023 жыл бұрын
@@rick6367I got the same problem.
@elbenki13 жыл бұрын
@@rick6367 void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@elbenki13 жыл бұрын
@@d580602 void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@drhouseshorts3 жыл бұрын
Great job! Is it possible to increase the time to 12 seconds to access the settings?
@DanielGarcia-fv5vq6 ай бұрын
Muy buen proyecto, lo unico que al desenchufar el accesorio, no se queda registrada la SSID y la PASWORD, como lo soluciono para no tener que conectar a la red wifi cada vez que lo desenchufe?
@User-gjosgrknchsk3 жыл бұрын
it really works! thanks bro!
@AppleshopBAS2125023 жыл бұрын
Could I use esp32 without any modification!?
@hassanahmad95973 жыл бұрын
Should esp8266 and the phone be on the same network?
@ankitrana0073 жыл бұрын
This is so good, does it work with Home Assistant too ?
@cooljey86 Жыл бұрын
Hello, is there a way to do a momentary instead of ON/OFF switch ?
@syncbytetube Жыл бұрын
you mean like a rotary switch?
@cooljey86 Жыл бұрын
@@syncbytetube push switch (Inching). Currently, you have it set up as ON/OFF via the push button. When push to ON, OFF when release. I only need a single button
@ТимофейМалахов-п2я Жыл бұрын
@@cooljey86 it is already uses a momentary switch. The "on"/"off" state is being stored in the board memory and changes in that state are being reported to the homekit
@ollidecker3 жыл бұрын
hmm the reconnect worked, but i have another issue. after several hours it says 2disconnected" in serial, it reconnects and after that it has zero homekit clients...?!
@MalagutiLM Жыл бұрын
I flashed with all the right settings but it won't enter setup mode, even if I directly connect gnd and pin4 (5 or 6) for 15 seconds
@UmarQureshi-dt2nq7 ай бұрын
same issue, did u find any solution?
@UmarQureshi-dt2nq7 ай бұрын
Thanks for such a great project, hope to see more like this. However, as like many others, i could not get it to enter in setup mode. I did not attach any leds or switches, and just connected the GND and D6 pins through jumper wire for 15 sec. Should i complete the circuit with leds and switches and then retry?
@pradeepshetty9582Ай бұрын
me too facing same issue. anyone have solution
@pradeepshetty9582Ай бұрын
compare program pins and drawing pins. its wrong as per video. i solved this issue. interchange wires for light and switch
@swan-silk Жыл бұрын
Hi… I’m trying to add a smart Wi-Fi switch based on ESP8266 via homebridge to apple HomeKit. Is there any possibility of helping me since I’m unable to get it to work.
@syncbytetube Жыл бұрын
Hi, how far have you done the setup?
@elvispurdescu82573 жыл бұрын
hello, help me with a problem if it is disconnected from the power after it does not automatically connect to wifi
@syncbytetube3 жыл бұрын
it should connect, check wifi signal strength
@elbenki13 жыл бұрын
void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@alimousad9638g2 жыл бұрын
hi bro where app in used for remote
@syncbytetube Жыл бұрын
You can use apple home itself to control the lights, no separate app is needed
@estebanneorenfranco7323 жыл бұрын
hi😀 can i use a nodemcu v0.1 for this proyect?
@Petr.L2 жыл бұрын
hi, is it possible to modify the code for 4 switches? possibly 3/4 switches and thermometer? Thank you ✌️
@syncbytetube Жыл бұрын
Yes possible
@anjithkuttyil55233 жыл бұрын
i can add number of switches and light in code right?
@syncbytetube3 жыл бұрын
yes my friend
@anjithkuttyil55233 жыл бұрын
@@syncbytetube thanks bro.i only need to change in 'accessory' and 'switch' code right
@divyeshahir58522 жыл бұрын
For making this how much cost?
@fredfresnoza19823 жыл бұрын
Can you use siri to activate the switches?
@syncbytetube3 жыл бұрын
yes
@AdorBD Жыл бұрын
Hi bro! Thanks for this awesome Switches! But I need some help. I uploaded it to my ESP8266. But I didn't add any buttons. That's why, I connect G with D5 for 15 sec or sometimes more but the setup mode was not opened! Did I do anything wrong?? If setup mode is turned on does it display something on the serial monitor?? For the record, I already added: " WiFi.reconnect();". Thank you again! If possible make a new video with setting up relay modules for 4 gangs switch.
@pradeepshetty9582Ай бұрын
am also facing same issue. did you found solution
@gavoelpapi Жыл бұрын
bro muchas gracias funciono a la primera
@syncbytetube Жыл бұрын
You are welcome bro!
@kaniduperera76813 жыл бұрын
is this work only in local area network ?
@fredvanderreijden87593 жыл бұрын
Works locally. With iPad Pro as HUB it is possible to connect via iCloud outside your own network. The iPad must then remain in contact with the accessory at home. The iPhone and iPad must have the same Apple ID.
@elbenki13 жыл бұрын
More examples please!
@melon55623 жыл бұрын
Can u write this in esp32?
@syncbytetube Жыл бұрын
Sure will do soon!
@ktn_homemade74023 жыл бұрын
Thiết bị của bạn không tự kết nối lại mạng wifi khi chúng bị mất nguồn điện
@HoangDiy2 жыл бұрын
Thêm đoạn code ở trong cmt bác louis cmt đó bác
@ktn_homemade74022 жыл бұрын
@@HoangDiy tôi đã làm thành công rồi hì full tính năng bên cân tôi
@HoangDiy2 жыл бұрын
@@ktn_homemade7402 t xem rồi. Copy từ bên đây thì chả full :))
@ktn_homemade74022 жыл бұрын
@@HoangDiy em về fix đoạn wifi xong thêm 1 thiết bị nữa là ok luôn dùng cả năm
@weirdthingsofinternet93633 жыл бұрын
Something is wrong with ios15. It just didn't find any devices. :/