Add TFA 30.3209 note to Nexus (closes #1516)
This commit is contained in:
parent
dd4efb95b4
commit
3808dec7d4
2 changed files with 4 additions and 3 deletions
|
@ -97,7 +97,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
[16] AlectoV1 Weather Sensor (Alecto WS3500 WS4500 Ventus W155/W044 Oregon)
|
||||
[17] Cardin S466-TX2
|
||||
[18] Fine Offset Electronics, WH2, WH5, Telldus Temperature/Humidity/Rain Sensor
|
||||
[19] Nexus, FreeTec NC-7345, NX-3980, Solight TE82S temperature/humidity sensor
|
||||
[19] Nexus, FreeTec NC-7345, NX-3980, Solight TE82S, TFA 30.3209 temperature/humidity sensor
|
||||
[20] Ambient Weather Temperature Sensor
|
||||
[21] Calibeur RF-104 Sensor
|
||||
[22]* X10 RF
|
||||
|
|
|
@ -12,7 +12,8 @@ Nexus sensor protocol with ID, temperature and optional humidity
|
|||
|
||||
also FreeTec (Pearl) NC-7345 sensors for FreeTec Weatherstation NC-7344,
|
||||
also infactory/FreeTec (Pearl) NX-3980 sensors for infactory/FreeTec NX-3974 station,
|
||||
also Solight TE82S sensors for Solight TE76/TE82/TE83/TE84 stations.
|
||||
also Solight TE82S sensors for Solight TE76/TE82/TE83/TE84 stations,
|
||||
also TFA 30.3209.02 temperature/humidity sensor.
|
||||
|
||||
The sensor sends 36 bits 12 times,
|
||||
the packets are ppm modulated (distance coding) with a pulse of ~500 us
|
||||
|
@ -112,7 +113,7 @@ static char *output_fields[] = {
|
|||
};
|
||||
|
||||
r_device nexus = {
|
||||
.name = "Nexus, FreeTec NC-7345, NX-3980, Solight TE82S temperature/humidity sensor",
|
||||
.name = "Nexus, FreeTec NC-7345, NX-3980, Solight TE82S, TFA 30.3209 temperature/humidity sensor",
|
||||
.modulation = OOK_PULSE_PPM,
|
||||
.short_width = 1000,
|
||||
.long_width = 2000,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue