You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ Arduino project for controlling an Yeelight bulb using an ESP8266 MCU and a push
4
4
Program features:
5
5
* Use of local API, meaning nearly instantaneous light switching;
6
6
* Support for Yeelight devices discovery on the network;
7
+
* Support for multiple bulbs switching;
7
8
* Visible user feedback using the ESP8266's built-in LED;
8
9
* Support for Wi-Fi network reconfiguration;
9
10
* Web interface with mDNS support to configure the switch;
@@ -13,20 +14,19 @@ Program features:
13
14
* Detailed diagnostics sent over serial interface.
14
15
15
16
Current known limitations:
16
-
* Only one bulb at a time is supported;
17
17
* The bulb has to be online when the switch boots, otherwise the switch will start unlinked;
18
-
*No power-saving optimisations have been made; the switch will not last long on a battery source.
18
+
*The switch is not intended to operate on battery; see issue #3 for more details.
19
19
20
20
Usage:
21
21
1. review the configuration settings at the top of the program; compile and flash your ESP8266;
22
-
1. boot with the push button pressed, connect your computer to the Wi-Fi network "ybutton1", password "Yeelight", go to the captive portal, enter and save your Wi-Fi network credentials;
23
-
1. in your Wi-Fi network, go to http://ybutton1.local, run the Yeelight scan and link the switch to the bulb found;
24
-
1. use the push button to control your bulb manually;
25
-
1. access to http://ybutton1.local/flip to toggle the bulb from a script.
22
+
2. boot with the push button pressed, connect your computer to the Wi-Fi network "ybutton1", password "Yeelight", go to the captive portal, enter and save your Wi-Fi network credentials;
23
+
3. in your Wi-Fi network, go to http://ybutton1.local, run the Yeelight scan and link the switch to the bulb found;
24
+
4. use the push button to control your bulb manually;
25
+
5. access to http://ybutton1.local/flip to toggle the bulb from a script.
26
26
27
27
LED response to the button:
28
28
* 1 blink - bulb flip OK;
29
-
* 1 + 2 blinks - the bulb did not respond;
29
+
* 1 + 2 blinks - one of the bulbs did not respond;
0 commit comments