balansse / homebridge-vivint

Integrates Vivint security system with Apple Home
Other
45 stars 15 forks source link

Smoke & CO Combo Detector not showing correctly #144

Open catsartcox opened 2 months ago

catsartcox commented 2 months ago

Recently Vivint replaced my 6-years-old fire alarm sensor with this modern combo detector advertised here: https://www.vivint.com/products/combination-smoke-carbon-monoxide-detector

Screenshot 2024-04-27 at 9 08 39 PM

It is now showing in the Home app as four contact sensor tiles ( I have two detectors so 8 are listed ).

Is it possible to re type this modern detector as a smoke and CO sensor?

Screenshot 2024-04-27 at 9 08 04 PM

Here is the ID list

Screenshot 2024-04-27 at 9 21 19 PM

Happy to provide any more information that you need, just lmk.

catsartcox commented 2 months ago

Actually, was able to be self sufficient and solve my own problem. I moved the _(data.EquipmentCode == VivintDict.EquipmentCode.APOLLO_COMBOCO) and _(data.EquipmentCode == VivintDict.EquipmentCode.APOLLO_COMBO_SMOKE) lines from the motion sensor Class to the Smoke and CO accessory classes. So all good there. The only thing is there is no Class to handle the freeze/water and heat sensors also populating there. I'll just hide them for now. But we can leave this feature request up.