Zigbee Raw Description Decoder
When working with the SmartThings IDE I often just want to interpret the raw description of a device. It bothered me a bit that there didn't seem to be any tools that allow me to do that. Since I wrote this page to do it I learned how to do it on the fly, but for people who can't (or don't want to) write a tool like this I'm providing my Zigbee Raw Description Decoder.
Just paste the raw description (for example 01 0104 0000 01 03 0000 0001 0006 02 0019 000A
) and you'll instantly the in and out clusters that are described in the raw description. As a bonus you'll get a very bare bones fingerprint that you can use in your custom DTH's. Enjoy!
This project uses node-zigbee-clusters to extract the names of clusters.