Add Bresser 6-in-1, 7-in-1 indoor, new 5-in-1, 3-in-1 note
This commit is contained in:
parent
4267dab4c1
commit
f138c31cc5
3 changed files with 4 additions and 3 deletions
|
@ -246,7 +246,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
[169]* Nice Flor-s remote control for gates
|
||||
[170] LaCrosse Technology View LTV-WR1 Multi Sensor
|
||||
[171] LaCrosse Technology View LTV-TH Thermo/Hygro Sensor
|
||||
[172] Bresser Weather Center 6-in-1
|
||||
[172] Bresser Weather Center 6-in-1, 7-in-1 indoor, new 5-in-1, 3-in-1 wind gauge, Froggit WH6000, Ventus C8488A
|
||||
[173] Bresser Weather Center 7-in-1
|
||||
[174] EcoDHOME Smart Socket and MCEE Solar monitor
|
||||
[175] LaCrosse Technology View LTV-R1 Rainfall Gauge
|
||||
|
|
|
@ -353,7 +353,7 @@ stop_after_successful_events false
|
|||
# protocol 169 # Nice Flor-s remote control for gates
|
||||
protocol 170 # LaCrosse Technology View LTV-WR1 Multi Sensor
|
||||
protocol 171 # LaCrosse Technology View LTV-TH Thermo/Hygro Sensor
|
||||
protocol 172 # Bresser Weather Center 6-in-1
|
||||
protocol 172 # Bresser Weather Center 6-in-1, 7-in-1 indoor, new 5-in-1, 3-in-1 wind gauge, Froggit WH6000, Ventus C8488A
|
||||
protocol 173 # Bresser Weather Center 7-in-1
|
||||
protocol 174 # EcoDHOME Smart Socket and MCEE Solar monitor
|
||||
protocol 175 # LaCrosse Technology View LTV-R1 Rainfall Gauge
|
||||
|
|
|
@ -18,6 +18,7 @@ Decoder for Bresser Weather Center 6-in-1.
|
|||
- also Bresser new 5-in-1 sensors.
|
||||
- also Froggit WH6000 sensors.
|
||||
- also rebranded as Ventus C8488A (W835)
|
||||
- also Bresser 3-in-1 Professional Wind Gauge / Anemometer PN 7002531
|
||||
|
||||
There are at least two different message types:
|
||||
- 24 seconds interval for temperatur, hum, uv and rain (alternating messages)
|
||||
|
@ -223,7 +224,7 @@ static char *output_fields[] = {
|
|||
};
|
||||
|
||||
r_device bresser_6in1 = {
|
||||
.name = "Bresser Weather Center 6-in-1",
|
||||
.name = "Bresser Weather Center 6-in-1, 7-in-1 indoor, new 5-in-1, 3-in-1 wind gauge, Froggit WH6000, Ventus C8488A",
|
||||
.modulation = FSK_PULSE_PCM,
|
||||
.short_width = 124,
|
||||
.long_width = 124,
|
||||
|
|
Loading…
Add table
Reference in a new issue