[netatmo] Adding smoke detector module (#12984)

* Adding smoke detector module

Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
Gaël L'hopital
2022-06-23 08:37:45 +02:00
committed by GitHub
parent 8d900dbcf5
commit f4f0292dcd
14 changed files with 205 additions and 27 deletions

View File

@@ -8,6 +8,7 @@ The Netatmo binding integrates the following Netatmo products:
- *Siren*
- *Outdoor Camera / Presence*. Reports last event, consult picture and video from event/camera.
- *Doorbell*
- *Smoke Detector*
See https://www.netatmo.com/ for details on their product.
@@ -574,6 +575,22 @@ Person things are automatically created in discovery process for all known perso
All these channels except at-home are read only.
### Netatmo Smart Smoke Detector
All these channels are read only.
**Supported channels for the Smoke Detector thing:**
| Channel Group | Channel Id | Item Type | Description |
|---------------|--------------|--------------|--------------------------------------------------|
| signal | strength | Number | Signal strength (0 for no signal, 1 for weak...) |
| signal | value | Number:Power | Signal strength in dBm |
| timestamp | last-seen | DateTime | Last time the module reported its presence |
| last-event | type | String | Type of event |
| last-event | time | DateTime | Moment of the last event for this person |
| last-event | subtype | String | Sub-type of event |
| last-event | message | String | Last event message from this person |
## Configuration Examples