Add Motonet MTX, MarQuant Rain note to Schou-72543 ()

This commit is contained in:
Christian W. Zuckschwerdt 2023-12-03 11:50:04 +01:00
parent 087dbf09c1
commit d0425f9803
3 changed files with 5 additions and 3 deletions

View file

@ -335,7 +335,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
[247] Bresser water leakage
[248]* Nissan TPMS
[249] Bresser lightning
[250] Schou 72543 Day Rain Gauge
[250] Schou 72543 Day Rain Gauge, Motonet MTX Rain, MarQuant Rain Gauge
* Disabled by default, use -R n or a conf file to enable

View file

@ -476,7 +476,7 @@ convert si
protocol 247 # Bresser water leakage
# protocol 248 # Nissan TPMS
protocol 249 # Bresser lightning
protocol 250 # Schou 72543 Day Rain Gauge
protocol 250 # Schou 72543 Day Rain Gauge, Motonet MTX Rain, MarQuant Rain Gauge
## Flex devices (command line option "-X")

View file

@ -19,6 +19,8 @@ Decode Schou 72543 Rain Gauge, DAY series.
Devices supported:
- Schou 72543 Rain Gauge, DAY Series.
- Motonet MTX rain gauge (Product code: 86-01352) sold in Finland.
- MarQuant Wireless Rain Gauge (Product code: 014369) sold by JULA AB, Sweden.
This decoder handles the 433mhz rain-thermometer.
@ -109,7 +111,7 @@ static char const *const output_fields[] = {
};
r_device const schou_72543_rain = {
.name = "Schou 72543 Day Rain Gauge",
.name = "Schou 72543 Day Rain Gauge, Motonet MTX Rain, MarQuant Rain Gauge",
.modulation = OOK_PULSE_PWM,
.short_width = 972,
.long_width = 2680,