minor: Add TFA 30.3243.02 note (closes #2107)
This commit is contained in:
parent
835cfd477b
commit
b668f40fd5
3 changed files with 4 additions and 3 deletions
|
@ -155,7 +155,7 @@ See [CONTRIBUTING.md](./docs/CONTRIBUTING.md).
|
|||
[70] Honeywell Door/Window Sensor, 2Gig DW10/DW11, RE208 repeater
|
||||
[71] Maverick ET-732/733 BBQ Sensor
|
||||
[72]* RF-tech
|
||||
[73] LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth sensor
|
||||
[73] LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth, (TFA, ORIA) sensor
|
||||
[74] Acurite 00275rm,00276rm Temp/Humidity with optional probe
|
||||
[75] LaCrosse TX35DTH-IT, TFA Dostmann 30.3155 Temperature/Humidity sensor
|
||||
[76] LaCrosse TX29IT, TFA Dostmann 30.3159.IT Temperature sensor
|
||||
|
|
|
@ -294,7 +294,7 @@ stop_after_successful_events false
|
|||
protocol 70 # Honeywell Door/Window Sensor, 2Gig DW10/DW11, RE208 repeater
|
||||
protocol 71 # Maverick ET-732/733 BBQ Sensor
|
||||
# protocol 72 # RF-tech
|
||||
protocol 73 # LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth sensor
|
||||
protocol 73 # LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth, (TFA, ORIA) sensor
|
||||
protocol 74 # Acurite 00275rm,00276rm Temp/Humidity with optional probe
|
||||
protocol 75 # LaCrosse TX35DTH-IT, TFA Dostmann 30.3155 Temperature/Humidity sensor
|
||||
protocol 76 # LaCrosse TX29IT, TFA Dostmann 30.3159.IT Temperature sensor
|
||||
|
|
|
@ -18,6 +18,7 @@ Also TFA 30.3221.02 (a TX141TH-Bv2),
|
|||
also TFA 30.3222.02 (a LaCrosse-TX141W).
|
||||
also TFA 30.3251.10 (a LaCrosse-TX141W).
|
||||
also some rebrand (ORIA WA50B) with a slightly longer timing, s.a. #2088
|
||||
also TFA 30.3243.02 (a LaCrosse-TX141Bv3)
|
||||
|
||||
LaCrosse Color Forecast Station (model C85845), or other LaCrosse product
|
||||
utilizing the remote temperature/humidity sensor TX141TH-Bv2 transmitting
|
||||
|
@ -326,7 +327,7 @@ static char *output_fields[] = {
|
|||
|
||||
// note TX141W, TX145wsdth: m=OOK_PWM, s=256, l=500, r=1888, y=748
|
||||
r_device lacrosse_tx141x = {
|
||||
.name = "LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth sensor",
|
||||
.name = "LaCrosse TX141-Bv2, TX141TH-Bv2, TX141-Bv3, TX141W, TX145wsdth, (TFA, ORIA) sensor",
|
||||
.modulation = OOK_PULSE_PWM,
|
||||
.short_width = 208, // short pulse is 208 us + 417 us gap
|
||||
.long_width = 417, // long pulse is 417 us + 208 us gap
|
||||
|
|
Loading…
Add table
Reference in a new issue