[somfytahoma] Add support for noise and CO2 sensor (#15671)

Signed-off-by: Ondrej Pecta <opecta@gmail.com>
This commit is contained in:
Ondrej Pecta
2023-09-30 11:22:10 +02:00
committed by GitHub
parent 903bbd4082
commit 1d50a40476
10 changed files with 164 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ Any home automation system based on the OverKiz API is potentially supported.
- rain sensors (OPEN/CLOSE contact)
- temperature sensors (get temperature)
- electricity sensors (get energy consumption)
- carbon dioxide sensors (get CO2 concentration)
- noise sensors (get noise)
- door locks (LOCK/UNLOCK, OPEN/CLOSE commands)
- heating systems (control temperature, set heating level)
- valve heating systems (control temperature, derogation mode and temperature)
@@ -126,6 +128,8 @@ Please see the example below.
| light sensor | luminance | light luminance value in luxes |
| electricity sensor | energy_consumption | energy consumption value in watts |
| humidity sensor | humidity | current relative humidity |
| carbon dioxide sensor | co2_concentration | CO2 concentration in ppm |
| noise sensor | noise | noise in decibel |
| dock | battery_status | indicates running on battery (yes/no) |
| dock | battery_level | remaining battery percentage |
| dock | siren_status | used for controlling and getting siren state (on, off, cyclic) |