SONOFF SNZB-01 ZigBee
1. kết nôi nó với Home assistant qua ZHA
2. Button có 3 chế độ
+ nhấn
+ nhấn 2 lần
+ nhần và giữ
tương ứng với 3 chế độ đó , chúng ta sẽ tạo automatic để điều khiển các thiết bị khác
3. tìm code tương ứng với 3 chế độ
vào : http://192.168.1.234:8123/developer-tools/event
fill data như hình , sau đó bấm tường nút để xác định command
vidu : command : on <- bấm 1 lần
sau khi xác định các command thì thì automatic viết code
- id: zigbee01_simpleclick
alias: zigbee simple click
trigger:
platform: event
event_type: zha_event
event_data:
device_ieee: '00:12:4b:00:1f:91:xx:xx'
command: 'toggle'
action:
- service: switch.turn_on
entity_id: switch.front_yard
- id: zigbee02_Doubclick
alias: zigbee doub click
trigger:
platform: event
event_type: zha_event
event_data:
device_ieee: '00:12:4b:00:1f:91:xx:xx'
command: 'on'
action:
- service: switch.turn_off
entity_id: switch.front_yard
- service: notify.telegram
data:
message: 'Đèn trước đang OFF'
- id: zigbee03_Longclick
alias: zigbee long click
trigger:
platform: event
event_type: zha_event
event_data:
device_ieee: '00:12:4b:00:1f:91:xx:xx'
command: 'off'
action:
- service: switch.turn_on
entity_id: switch.front_yard_100053eab4
Nhận xét
Đăng nhận xét