nielsfaber / alarmo

Easy to use alarm system integration for Home Assistant
1.37k stars 120 forks source link

Add support for smoke, CO2, and leak sensors. #69

Closed guystreeter closed 3 years ago

guystreeter commented 3 years ago

I'd like to monitor smoke, water leak, and carbon dioxide monitors, in addition to intrusion sensors.

Perhaps even add over- and under- temperature sensors.

nielsfaber commented 3 years ago

This is already in place: image Such sensors will always trigger the alarm, even if disarmed.

guystreeter commented 3 years ago

Where is that setting? I'm on v1.4.0, and I can't find it.

nielsfaber commented 3 years ago

By clicking on a sensor in the sensors page

guystreeter commented 3 years ago

OK, so the problem is my smoke and CO2 detectors are not listed on the sensors page, even if I select "show all". They are sensor entities. Should I open a separate issue?

nielsfaber commented 3 years ago

No need for a separate issue.. Alarmo only supports binary_sensors. This is also documented.

The problem is that a normal sensor can have multiple values, Alarmo has no clue which are considered safe and which not. You can consider making a template binary sensor for them.