Zigbee IAS Zone Device Reporting -


i have ias zone motion sensor , door sensor sometime can go months without triggering. how can them report @ fixed interval time know still working?e.g. hourly, daily have checked zigbee cluster library under cluster id (0x0500 - ias zone cluster), there 1 command id can send hub (0x00 - zone enroll response). there way make sensors response when send them something?

sample of door sensor data when triggered:

{ type: 145, remote64: '005043c9a3362145', remote16: 'ae85', sourceendpoint: '01', destinationendpoint: 'e5', clusterid: '0500', profileid: '0104', receiveoptions: 1, data: 19 00 00 20 00 00 04 00 00 } (data:framecontrol,sequencenumber,commandid,zonestatus,extendedstatus)

i have tried sending zone enroll response command success attribute sensor no response:

[send frame] { type: 17, destination64: '005043c9a3362145', destination16: 'ae85', sourceendpoint: 0, destinationendpoint: 1, clusterid: 1280, profileid: 260, data: [ 17, 0, 0, 0, 4 ] } (data:framecontrol,sequencenumber,commandid,attribute,zoneid)

[response (sensor sleeping)]

{ type: 139, id: 6, remote16: 'fffd', transmitretrycount: 0, deliverystatus: 36, discoverystatus: 64 }


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -