Apple HomeKit + ESP8266/NodeMCU | Fully functional 3 Gang Switch | Super Easy WiFi Configuration

  Рет қаралды 25,750

SYNC BYTE

SYNC BYTE

Күн бұрын

Пікірлер: 64
@tnq22
@tnq22 2 жыл бұрын
Thank you and Happy New Year!
@MrJose9270
@MrJose9270 2 жыл бұрын
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
@syncbytetube Жыл бұрын
Yes, many came through this problem and posted the solution in the comments. The answering comment is pinned
@rick6367
@rick6367 3 жыл бұрын
Man, I searched for something like this for months! And tried it myself.... 😅 Hope you show more accessories.
@syncbytetube
@syncbytetube 3 жыл бұрын
Sure bro! stay tuned!
@rick6367
@rick6367 3 жыл бұрын
​@@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.
@d580602
@d580602 3 жыл бұрын
@@rick6367I got the same problem.
@elbenki1
@elbenki1 3 жыл бұрын
@@rick6367 void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@elbenki1
@elbenki1 3 жыл бұрын
@@d580602 void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@drhouseshorts
@drhouseshorts 3 жыл бұрын
Great job! Is it possible to increase the time to 12 seconds to access the settings?
@DanielGarcia-fv5vq
@DanielGarcia-fv5vq 6 ай бұрын
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-gjosgrknchsk
@User-gjosgrknchsk 3 жыл бұрын
it really works! thanks bro!
@AppleshopBAS212502
@AppleshopBAS212502 3 жыл бұрын
Could I use esp32 without any modification!?
@hassanahmad9597
@hassanahmad9597 3 жыл бұрын
Should esp8266 and the phone be on the same network?
@ankitrana007
@ankitrana007 3 жыл бұрын
This is so good, does it work with Home Assistant too ?
@cooljey86
@cooljey86 Жыл бұрын
Hello, is there a way to do a momentary instead of ON/OFF switch ?
@syncbytetube
@syncbytetube Жыл бұрын
you mean like a rotary switch?
@cooljey86
@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я
@ТимофейМалахов-п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
@ollidecker
@ollidecker 3 жыл бұрын
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
@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-dt2nq
@UmarQureshi-dt2nq 7 ай бұрын
same issue, did u find any solution?
@UmarQureshi-dt2nq
@UmarQureshi-dt2nq 7 ай бұрын
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
@pradeepshetty9582 Ай бұрын
me too facing same issue. anyone have solution
@pradeepshetty9582
@pradeepshetty9582 Ай бұрын
compare program pins and drawing pins. its wrong as per video. i solved this issue. interchange wires for light and switch
@swan-silk
@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
@syncbytetube Жыл бұрын
Hi, how far have you done the setup?
@elvispurdescu8257
@elvispurdescu8257 3 жыл бұрын
hello, help me with a problem if it is disconnected from the power after it does not automatically connect to wifi
@syncbytetube
@syncbytetube 3 жыл бұрын
it should connect, check wifi signal strength
@elbenki1
@elbenki1 3 жыл бұрын
void wifi_connect() { WiFi.persistent(true); WiFi.mode(WIFI_STA); WiFi.setAutoReconnect(true); WiFi.reconnect(); //that one was missed }
@alimousad9638g
@alimousad9638g 2 жыл бұрын
hi bro where app in used for remote
@syncbytetube
@syncbytetube Жыл бұрын
You can use apple home itself to control the lights, no separate app is needed
@estebanneorenfranco732
@estebanneorenfranco732 3 жыл бұрын
hi😀 can i use a nodemcu v0.1 for this proyect?
@Petr.L
@Petr.L 2 жыл бұрын
hi, is it possible to modify the code for 4 switches? possibly 3/4 switches and thermometer? Thank you ✌️
@syncbytetube
@syncbytetube Жыл бұрын
Yes possible
@anjithkuttyil5523
@anjithkuttyil5523 3 жыл бұрын
i can add number of switches and light in code right?
@syncbytetube
@syncbytetube 3 жыл бұрын
yes my friend
@anjithkuttyil5523
@anjithkuttyil5523 3 жыл бұрын
@@syncbytetube thanks bro.i only need to change in 'accessory' and 'switch' code right
@divyeshahir5852
@divyeshahir5852 2 жыл бұрын
For making this how much cost?
@fredfresnoza1982
@fredfresnoza1982 3 жыл бұрын
Can you use siri to activate the switches?
@syncbytetube
@syncbytetube 3 жыл бұрын
yes
@AdorBD
@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
@pradeepshetty9582 Ай бұрын
am also facing same issue. did you found solution
@gavoelpapi
@gavoelpapi Жыл бұрын
bro muchas gracias funciono a la primera
@syncbytetube
@syncbytetube Жыл бұрын
You are welcome bro!
@kaniduperera7681
@kaniduperera7681 3 жыл бұрын
is this work only in local area network ?
@fredvanderreijden8759
@fredvanderreijden8759 3 жыл бұрын
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.
@elbenki1
@elbenki1 3 жыл бұрын
More examples please!
@melon5562
@melon5562 3 жыл бұрын
Can u write this in esp32?
@syncbytetube
@syncbytetube Жыл бұрын
Sure will do soon!
@ktn_homemade7402
@ktn_homemade7402 3 жыл бұрын
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
@HoangDiy
@HoangDiy 2 жыл бұрын
Thêm đoạn code ở trong cmt bác louis cmt đó bác
@ktn_homemade7402
@ktn_homemade7402 2 жыл бұрын
@@HoangDiy tôi đã làm thành công rồi hì full tính năng bên cân tôi
@HoangDiy
@HoangDiy 2 жыл бұрын
@@ktn_homemade7402 t xem rồi. Copy từ bên đây thì chả full :))
@ktn_homemade7402
@ktn_homemade7402 2 жыл бұрын
@@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
@weirdthingsofinternet9363
@weirdthingsofinternet9363 3 жыл бұрын
Something is wrong with ios15. It just didn't find any devices. :/
@faizanquazi8218
@faizanquazi8218 2 жыл бұрын
same issue
ESP32 HomeKit Tutorial | HomeSpan
8:55
Taylor Galbraith
Рет қаралды 85 М.
Вопрос Ребром - Джиган
43:52
Gazgolder
Рет қаралды 3,8 МЛН
#behindthescenes @CrissaJackson
0:11
Happy Kelli
Рет қаралды 27 МЛН
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
🤖Я в шоке! ChatGPT пишет Arduino проекты
28:24
I put this in EVERY room! Smart room detection 😲
5:13
Reed's Smart Home
Рет қаралды 388 М.
Make Any Device Work With Homekit!
8:53
TyDa Space
Рет қаралды 28 М.
Knocking turns into HomeKit triggers with ESP8266
8:55
Andrew Ngai
Рет қаралды 14 М.
Make Matter Accessory with ESP32
10:13
That Project
Рет қаралды 43 М.
WiFiManager with ESP32 - Stop Hard-coding WiFi Credentials!
54:58
DroneBot Workshop
Рет қаралды 634 М.
Getting started with ESPHome
15:24
Let's Automate
Рет қаралды 63 М.