Page 1 of 1

关于esp-matter的例程light和light_switch的问题

Posted: Tue Oct 08, 2024 9:09 am
by Alan.Hu
使用esp32-s3开发板,研究esp-matter的例程light和light_switch时遇到几个问题:
1.light例程的灯不亮
2.配置switch后按按钮重启
配置的过程:
1.配对light
pairing ble-wifi 0x5164 ssid password 20202021 3840
accesscontrol write acl '[{"privilege": 5, "authMode": 2, "subjects": [ 112233, 29315 ], "targets": null}]' 0x5164 0x0
2.配对light_switch
pairing ble-wifi 0x7283 ssid password 20202021 3840
binding write binding '[{"node":20836, "endpoint":1, "cluster":6}]' 0x7283 0x1
3.按下switch按钮就重启了,如果把light关掉则不会重启
log放在附件了,求大佬帮我看看哪一步出错了