4 Types of Gas Detector - Zigbee

@Ryan780 Got an answer back from the manufacturer that said this device is HA 1.2 compatible and that it works on Hubs such as Smartthings. So good news for anyone interested.
So it appears that it may work. Just a FYI.

I can't think of what type of capability you would use for a driver for this device. Maybe carbon monoxide detector?

https://docs.hubitat.com/index.php?title=Driver_Capability_List

That is now the only issue I can see also. There is no driver. So someone would have to have enough interest to make one. Oh well. But it would be beneficial because you see houses on TV that have blown up because of a gas leak.

It's not just that, it's that there's no capability that would really match for the device.

Yes I forgot to mention that. There is nothing in that list that would work.

ST has a stock DTH for the Orvibo (similar look) that you may try to see if it will work on HE:

Just follow these instructions on converting it to work:

@ritchierich I really appreciate you finding this. I am not a coder so it is out of my wheelhouse. Maybe someone else that is interested in this device would want to change it. But thanks a lot.

FWIW, neither am I but many drivers can be ported over easily enough by following some simple guidelines that are in that linked thread. I was able to port a ST DTH for another type of device without much difficulty.

I will take a look then and see but my luck I would crash the Hub.

I only see logic for Smoke Detector in that SmartThings driver . . .

I’m guessing the only way to send an alarm event to ST (or HE) is to present itself as a smoke detector? Or a CO detector perhaps.

I also bought one of these sensors as it seems like a good idea to add gas detection to the home safety ecosystem. I got some way in porting the code mentioned above but got stuck with the clusters that the code addresses. Such that - my hub recognizes the device , I can see a few basic status attributes but no luck so far in getting data from the sensor when I trigger either the "test" button, or actually set the sensor off. Hopefully someone on the forum can crack the last piece .....

@richard That is encouraging news! At least you have one and are real close to getting it to work. I was about to give up on it.

Now, as you said, all we need is someone to help finish the coding!!! Hint!

Are there any other gas detectors out there?

I'd definitely add a few of these. Next to the oven, water heater, furnace, and dryer.

I just ordered one from a Chinese site. They are also available as a Zwave device.

@mike.maxwell : Is there any chance that you could add this device to the list of devices that HE supports?
If necessary, I could ship my unit to you for you to play around with.
I think that it would be a worthwhile addition to the Hubitat "stable".
(In other words, "please?")

There’s the Xiaomi Mijia Honeywell gas detector for methane. I think a few people here have the smoke alarm, but I’m not sure about the gas detector

Do you have a device handler for that type of gas detector?

No, but you could try the driver for their smoke detector

https://raw.githubusercontent.com/veeceeoh/xiaomi-hubitat/master/devicedrivers/xiaomi-honeywell-smoke-detector.src/xiaomi-honeywell-smoke-detector.groovy

Here's a ST DTH for the Xiaomi gas sensor. If it doesn't work with the standard modifications for HE, maybe @veeceeoh could help.