merbanan / rtl_433

Program to decode radio transmissions from devices on the ISM bands (and other frequencies)
GNU General Public License v2.0
6.16k stars 1.33k forks source link

Add support for additional Arexx sensors #3076

Closed leighbb closed 2 weeks ago

leighbb commented 4 weeks ago

Add support for Arexx TL-3TSN, TSN-33MN and similar Arexx temperature sensors with ID's in the range 0x2000 - 0x2FFF.

Example output:

time : 2024-10-24 10:11:01 model : Arexx-ML ID : 2a41 Temperature: 21.12 C Sensor Raw: 0a8f Integrity : CRC

zuckschwerdt commented 4 weeks ago

Thanks! Looks good, some minor code style changes needed.

zuckschwerdt commented 4 weeks ago

Very good, thanks! Let's wait some time for others to have a look, but it's ready for merge.