I bought the HEIMAN HS1CG Smart Combustible Gas Sensor for Z-Wave and tried to connect it to my SmartThings hub. I was able to connect it, but I couldn’t find a device handler that worked for me.
So after a bit of research I wrote my own one which you can find here:
https://github.com/rockberte/st-zwave-heiman-gas-sensor-hs1cg
It is as simple as possible:
Is just handles the NoficiationReport send from the sensor, while using the “Smoke Detector” capability.
It would be fine if anyone could take a look at it, or find ideas to extend it.
For me it works as needed -> it reports an alarm in case it detects gas, not more not less.