When in doubt, I use this utility :
Warning: This driver is useless to non-developers as it cannot actually control any smart device. Moreover, some functions are quite chatty and might upset your Zigbee mesh.
Here is a small driver I use for discovering functionalities of new Zigbee devices. I still have some ideas of what to add to it in the future, but I would love to get your take on it.
Knockturn Alley Manual - Readme / Usage
Driver code: knockturn-alley.groovy - Install from code
HPM manifest - Manual install via HPM (w…
JohnRob:
Map [raw:catchall: 0104 0014 01 01 0040 00 FA2A 00 00 0000 01 01 0E008F, profileId:0104, clusterId:0014, clusterInt:20, sourceEndpoint:01, destinationEndpoint:01, options:0040, messageType:00, dni:FA2A, isClusterSpecific:false, isManufacturerSpecific:false, manufacturerId:0000, command:01, direction:01, data:[0E, 00, 8F]]
The error code 0x8F (the third byte in the data array) means 'WRITE ONLY' error - should be returned by the device if you are trying to read this attribute...
In situations like this, a Zigbee sniffer will help a lot!
2 Likes