merbanan / rtl_433

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

Add way to use classic and minmax in parallel #2645

Open gdt opened 1 year ago

gdt commented 1 year ago

The basic idea is that if either decodes, you have the data, and there's no reason to have a global choice.

ondrej-zary commented 1 month ago

ELV KS200/KS300 (also sold as a part of Welltech 40616/TW69) has the same problem - the new default minmax decoder misidentifies the packages as FSK. With -Y classic, the packages are identified as OOK and decoded properly.

zuckschwerdt commented 1 month ago

Yes, there are ideas to run multiple optimized demods to get better results. This will be a major architecture change and an estimate for this to land is ~half a year.