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: libraries/Zigbee/examples/Zigbee_Binary_Input_Output/README.md
+13-8Lines changed: 13 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Arduino-ESP32 Zigbee Binary Input Example
1
+
# Arduino-ESP32 Zigbee Binary Input Output Example
2
2
3
-
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) binary input device with two different applications: HVAC fan status and security zone armed status.
3
+
This example shows how to configure the Zigbee end device and use it as a Home Automation (HA) binary input/output device with multiple applications: HVAC fan status/control, security zone armed status, and HVAC humidifier control.
4
4
5
5
# Supported Targets
6
6
@@ -9,12 +9,17 @@ Currently, this example supports the following targets.
9
9
| Supported Targets | ESP32-C6 | ESP32-H2 |
10
10
| ----------------- | -------- | -------- |
11
11
12
-
## Binary Input Functions
13
-
14
-
* The example implements two binary inputs:
15
-
- HVAC Fan Status: Reports the current state of a fan
16
-
- Security Zone Armed: Reports the armed state of a security zone
17
-
* By clicking the button (BOOT) on this board, it will toggle both binary inputs and immediately send a report of their states to the network.
12
+
## Binary Input/Output Functions
13
+
14
+
* The example implements three binary devices:
15
+
-**Binary Fan Device (Endpoint 1)**:
16
+
- Binary Input: HVAC Fan Status - Reports the current state of a fan
17
+
- Binary Output: HVAC Fan - Controls the fan switch with callback function
18
+
-**Binary Zone Device (Endpoint 2)**:
19
+
- Binary Input: Security Zone Armed - Reports the armed state of a security zone
20
+
-**Binary Humidifier Device (Endpoint 3)**:
21
+
- Binary Output: HVAC Humidifier - Controls the humidifier switch with callback function
22
+
* By clicking the button (BOOT) on this board, it will toggle all binary inputs/outputs and immediately send a report of their states to the network.
18
23
* Holding the button for more than 3 seconds will trigger a factory reset of the Zigbee device.
0 commit comments