- Update to version 19.08+git.20190829:
Highlights:
* Added MQTT output (#1016)
* Added stats reporting (#733)
* Added SoapySDR general keyword settings option, e.g. antenna
* Added new model keys option
* Changed Normalize odd general keys on devices (#1010)
* Changed Use battery_ok instead of battery for newmodel
* Added report model description option (#987)
* Added pulse data text file support (#967)
* Added color to console help output
* Fixed CF32 loader; addeded CS8, CF32 dumper
Changes:
* Added CurrentCost EnviR support (#1115)
* Added ESIC-EMT7170 power meter (#1132)
* Added LaCrosse-TX141Bv3 support (#1134)
* Added channel to inFactory-TH (#1133)
* Added man page rtl_433.1 (#1121)
* Added color to console help output
* Added support for Philips AJ7010 (#1047)
* Added frequency hopping signal support for win32 (#1128)
* Added Holman WS5029 decoder
* Added Acurite Rain 899 support
* Added support for Oregon scientific THGR328N and RTGR328N (#1107) (#1109)
* Added frequency hop on USR1 signal
* Added '-E hop' option
* Added option for multiple hop times
* Added sensor similar to GT-WT-02 (#1080)
* Added Rubicson 48659 Cooking Thermometer
* Added TFA Dostmann 30.3196 decoder (#983)
OBS-URL: https://build.opensuse.org/request/show/727080
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=13
- Update to version 18.05+git.20180806:
* Clean up copyright notes
* Change flex to more robust opt arg parse
* Fix bitbuffer_parse to be sane about empty row specs
* Tweak timings for Kerui
* Fill id string for Bresser device.
* Add battery event for Kerui
* Update style for chuango
* Update style for akhan
* Update style and add cmds to Kerui
* Update code style for wssensor
* Add Hyundai WS SENZOR (#779)
* Add fix for TEK377E, issue #776
* Fix Makefile devices to match CMakeLists
* Add CS16 input and output (#773)
* Add device: M-Bus (EN 13757-4) - Data Link layer (#768)
* Fix for Autotools
* Rewrite debug_mode to load_mode and dump_mode
* Fix typo
* Fix indents
* Clean up baseband, optimize FM, add baseband-test (#770)
* Rewrite ambient_weather for robustness and style
* Remove some unwanted BITBUF_COLS uses
* Change radiohead to unify the applications
* Fix Sensible Living merge
* Sensible Living protocol added. (#742)
* Fix SOCKET(_TYPE) for syslog
* Win32 syslog client patches (#762)
* Make printout aligned (#761)
* Make the frequency setting clearer. (#760)
OBS-URL: https://build.opensuse.org/request/show/630318
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=11
- Update to version 0.0.1+git.20171101:
* Add support for Philips outdoor temperature sensor
* move fprintf call when timer expires
* remove check for DEFAULT_HOP_EVENTS
* fix edge-case where bytes_to_read is equal to length of bytes read
* Fix output formatting
* Added support for Ford car remote.
* Removed unused code and variables.
* Added a ford car remote decoder for the Fiesta and CMAX. device id is a rolling id number that seems to have approx 64 variations. The meaning of the code fields has not been determined.
* Fixed output formatting for JSON and csv
* Added decoding of X10 CR12A ON/OFF remote commands
* Add support for FT-004-B
* Make LaCrosse TX141TH sensors return temperature_C so that they are more consistent with other temperature sensors (#606)
* Acurite Rain Gague emit structured data
* shortend model string to Inovalley kw9015b
* added json-support and description for TFA 30.3161 rain sensor
* Fixed do_build.sh: forgot to do 'cd ..' before cloning rtl_433_tests.git
* Fixed do_build.sh, .travis.yml trying to run 'make test'
* Added tests from rtl_433_tests.git repo
* Fixed do_build.sh: don't 'make installe'
* Fixed .travis.yml: 'sudo: required', 'dist: trusty'
* Fixed .travis.yml: added sudo, added apt.sources
* Fixed permissions on do_build.sh
* Added draft of .travis.yml, do_build.sh
* Use default number of buffers to fix crash of two rtl_433 instances
* don't restart the timer if we are aborting anyway; cancel timer on rtlsdr_cancel_async
* fix unknown `uint` type; whitespace fixes
* add merbanan changes
* add suggested optimisation
* suggested changes
OBS-URL: https://build.opensuse.org/request/show/538201
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=5
- Update to version 0.0.1+git.20170708:
* prevent bad messages of all 1 that falsely check ok with crc.
* adding IBIS beacon
* fix Company name, output flags and tire pressure/temperature
* proper units for pressure, units for power, fix OS output fields
* adding Oil Ultrasonic Standard protocol
* hop interval param added (multiple frequencies)
* updated README.md
* typo fix
* pipe symbol with HTML code
* Update README.md
* Added data struct for efergye2 (#540)
* fix fabsf() in integer context (#551)
* adding Citroen TPMS device
* bugfix, bitbuffer needs to be initialized
* adding Oil Ultrasonic STANDARD using ASK on 915MHz
* Honda remote: fix an out of bounds array access
* Removed use of pow() (#557)
* Possible bugfix for issue #136
* Update .gitignore
* Fix hex output padding for unit ID field for lightwaverf.
* Thermopro TP-11.
* Move TP-11 to the end.
* Thermopro TP-11 changes: - exit early if not enough matching rows are found - simplify bits_per_row check - local_time_str happens after decoding data
* Fix sign error.
* Variable declarations are at the top of the function.
* Solight TE44 wireless thermometer
* Fix spelling in documentation
* adding Wireless Smoke and Heat Detector GS 558
OBS-URL: https://build.opensuse.org/request/show/508924
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=4
- Update to version 0.0.1+git.20170515:
* Add files via upload
* Add support for Fine Offset WH3080 weather station
* Updated "quadrant" code for WGR968
* Restored 'static' variables
* Bump MAX_PROTOCOLS to 78
* cleanup: replacing broken sprintf, removing debug code
* fix short buffer: sprintf's output is always null-terminated
* adding output redirection to files
* Sensor GT-WT-02 Change REDME.md
* fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's)
* change data output fields to usual order
* add missing "model" data output
* add time to data output
* Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz)
* adds a watchdog timer to async callback, abort if async events stop arriving
* improving compatibility for Renkforce DM-7511
* Vaillant_vrt340f.c: Fix indentation, only whitespace changes
* remove synthetic fahrenheit output. use `-C customary` to convert.
* harmonize device data output to model instead of device or make, and crc instead of checksum
* changing "crc", "checksum" to "mic"
* delete stray trailing whitespace
* normalize indentation to 4 spaces or one tab, depending on prevalence in each file
* Update rtl_433.h
OBS-URL: https://build.opensuse.org/request/show/495108
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=3