Commit graph

  • 86898f16dd fix edge-case where bytes_to_read is equal to length of bytes read Matt Panaro 2017-10-18 18:26:03 -04:00
  • 8ad23ce933 Fix output formatting Tugzrida 2017-10-17 18:35:56 +11:00
  • fb0073d3dc Added support for Ford car remote. ukshady 2017-10-14 18:16:04 +00:00
  • e69cfc4120 Removed unused code and variables. ukshady 2017-10-13 16:42:28 +00:00
  • 1f4f8e73fd 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. ukshady 2017-10-13 15:52:13 +00:00
  • b4e6e56e6f Fixed output formatting for JSON and csv ukshady 2017-10-12 18:07:51 +00:00
  • 761520a08c Added decoding of X10 CR12A ON/OFF remote commands T Schroeder 2017-10-09 23:36:26 -04:00
  • 9f1dd49c78 Add support for FT-004-B George Hopkins 2017-10-11 09:25:57 +02:00
  • e3d2c2aa5e Make LaCrosse TX141TH sensors return temperature_C so that they are more consistent with other temperature sensors (#606) Nick Hall 2017-10-03 14:17:46 -05:00
  • ca16cd6c48 Acurite Rain Gague emit structured data Dobrica Pavlinusic 2017-09-30 09:28:12 +02:00
  • ed542152ae Add support for the Thermopro TP-12. This is based heavily on the code for the Thermopro TP-11, and the modulation is compatible, but the bit layout is fairly different and there are more sensors, so I've made this a separate device. tomfelker 2017-09-14 23:58:47 -07:00
  • c6e79a33bd shortend model string to Inovalley kw9015b c1-10p 2017-08-27 10:06:03 +00:00
  • eb838065da added json-support and description for TFA 30.3161 rain sensor c1-10p 2017-08-26 17:04:33 +00:00
  • 6850e981b6 Fixed do_build.sh: forgot to do 'cd ..' before cloning rtl_433_tests.git Yuriy Shestakov 2017-08-15 13:52:59 +03:00
  • 00ebac39db Fixed do_build.sh, .travis.yml trying to run 'make test' Yuriy Shestakov 2017-08-15 13:48:53 +03:00
  • 29f22e43c2 Added tests from rtl_433_tests.git repo Yuriy Shestakov 2017-08-15 13:41:18 +03:00
  • c8bed98c0f Fixed do_build.sh: don't 'make installe' Yuriy Shestakov 2017-08-15 12:49:36 +03:00
  • be272a6ac3 Fixed .travis.yml: 'sudo: required', 'dist: trusty' Yuriy Shestakov 2017-08-15 12:44:20 +03:00
  • df868cc475 Fixed .travis.yml: added sudo, added apt.sources Yuriy Shestakov 2017-08-15 12:38:39 +03:00
  • 52ec8d59a4 Fixed permissions on do_build.sh Yuriy Shestakov 2017-08-15 12:07:48 +03:00
  • 4a3737e5f6 Added draft of .travis.yml, do_build.sh Yuriy Shestakov 2017-08-15 11:57:59 +03:00
  • e8f987a516 Use default number of buffers to fix crash of two rtl_433 instances Rémi Peyronnet 2017-08-12 19:15:09 +02:00
  • fd5924908e don't restart the timer if we are aborting anyway; cancel timer on rtlsdr_cancel_async Christian W. Zuckschwerdt 2017-08-01 19:52:33 +02:00
  • 271df7f0df fix unknown uint type; whitespace fixes Christian W. Zuckschwerdt 2017-08-01 21:10:05 +02:00
  • 3c9c59f4c0 add merbanan changes siriuzwhite 2017-08-01 20:12:14 +02:00
  • 2a8f50faf4 add suggested optimisation siriuzwhite 2017-08-01 14:12:02 +02:00
  • d3bb88b435 suggested changes siriuzwhite 2017-08-01 13:20:41 +02:00
  • 0b64ef588e remove test siriuzwhite 2017-08-01 01:54:56 +02:00
  • caf27902fa add infactory sensor siriuzwhite 2017-08-01 01:50:54 +02:00
  • f4d4a2b893 bitbuffer: Handle row overflow a bit more gracefully Tommy Vestermark 2017-08-01 20:10:42 +02:00
  • d5028af258 pulse_analyzer: Add detection of PWM with multiple packages Tommy Vestermark 2017-08-01 20:09:09 +02:00
  • f49267e7e8 explaining dipswitch 2 meaning Denis Bodor 2017-07-20 15:30:24 +02:00
  • d3569a8957 message validation fix Denis Bodor 2017-07-20 15:18:30 +02:00
  • 6fd2bb4da1 shortening output Denis Bodor 2017-07-20 14:20:45 +02:00
  • 47eca07e2d changes after pull request Denis Bodor 2017-07-20 13:00:37 +02:00
  • 1a2ddb137c Switched to new data API Denis Bodor 2017-07-20 12:38:04 +02:00
  • ab48deaf17 adding Renault TPMS sensor Christian W. Zuckschwerdt 2017-07-14 21:42:04 +02:00
  • 0abd2a5956 adding Ford TPMS sensor Christian W. Zuckschwerdt 2017-07-14 20:30:38 +02:00
  • 9c3cecf681 Add option to verify simulated decoding of raw data Christian W. Zuckschwerdt 2017-07-14 16:56:18 +02:00
  • 413f31f7ad reduce false positives by rejecting 0x000000 / 0xffffff Christian W. Zuckschwerdt 2017-07-14 15:12:04 +02:00
  • 9e1ab5f2d7 adding Toyota TPMS sensor Christian W. Zuckschwerdt 2017-07-11 08:17:34 +02:00
  • 3846b6f375 reduce false positives, require at least 5 repeats Christian W. Zuckschwerdt 2017-07-10 18:17:51 +02:00
  • 1be0118aa7 fix compiler warnings; possible undef bug; signed/unsigned Christian W. Zuckschwerdt 2017-07-08 09:46:42 +02:00
  • 35eb0e46d4 reject false positive and fix wrong field index and minimum bit count Christian W. Zuckschwerdt 2017-07-07 12:42:59 +02:00
  • ba3405a6d8 allow WH2 to miss the first sync bit for WH5 support Christian W. Zuckschwerdt 2017-06-30 11:49:25 +02:00
  • dc89b3527a fix misc typos and reduce efergy false positives Christian W. Zuckschwerdt 2017-07-07 10:32:33 +02:00
  • bc8dfc00c4 replace binary literals with hex Christian W. Zuckschwerdt 2017-07-07 09:30:14 +02:00
  • c880f59b91 remove false positives from Esperanza/Kedsum Christian W. Zuckschwerdt 2017-07-05 11:15:41 +02:00
  • 9cf4937fd4 Addressed code review by @zuckschwerdt Luke Cyca 2017-06-19 09:22:42 -07:00
  • 07de3645f0 Device handler for GE Color Effects remote control Fixes #569 Luke Cyca 2017-06-18 21:45:19 -07:00
  • e86698d2b7 adding Generic off-brand wireless motion sensor and alarm system Christian W. Zuckschwerdt 2017-06-17 12:56:25 +02:00
  • c5d96f16f1 adding Wireless Smoke and Heat Detector GS 558 Christian W. Zuckschwerdt 2017-06-16 09:05:21 +02:00
  • be6305718f Fix spelling in documentation Wade Dorrell 2017-06-15 20:26:06 -06:00
  • 19d8360546 Solight TE44 wireless thermometer Miroslav Oujeský 2017-06-11 22:11:36 +02:00
  • 6c4087758e Variable declarations are at the top of the function. Petr Konecny 2017-06-09 12:08:06 -07:00
  • 9177a7a2a9 Fix sign error. Petr Konecny 2017-06-09 11:31:11 -07:00
  • 66254b91b6 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 Petr Konecny 2017-06-09 11:23:15 -07:00
  • 935b740187 Move TP-11 to the end. Petr Konecny 2017-06-09 10:58:14 -07:00
  • 591873205f Thermopro TP-11. Petr Konecny 2017-06-07 16:05:53 -07:00
  • 034d8b4b09 Fix hex output padding for unit ID field for lightwaverf. Darren Buse 2017-06-06 18:19:23 +01:00
  • ae134bdd2b Update .gitignore Christian Schrötter 2017-06-04 14:05:32 +02:00
  • ac6726a44b Possible bugfix for issue #136 Christian Schrötter 2017-06-04 13:54:58 +02:00
  • b434fb3836 Removed use of pow() (#557) DavidBel86 2017-05-29 23:07:00 +02:00
  • 033ca5de81 Honda remote: fix an out of bounds array access Petri Ahonen 2017-05-27 15:59:03 +03:00
  • bd70ea17cb adding Oil Ultrasonic STANDARD using ASK on 915MHz Christian W. Zuckschwerdt 2017-05-25 20:00:34 +02:00
  • 51040d1f6f bugfix, bitbuffer needs to be initialized Christian W. Zuckschwerdt 2017-05-24 16:18:22 +02:00
  • 3c68f7d6cf adding Citroen TPMS device Christian W. Zuckschwerdt 2017-05-24 14:53:53 +02:00
  • 87085da5f2 fix fabsf() in integer context (#551) Christian W. Zuckschwerdt 2017-05-24 12:10:37 +02:00
  • d32261d165 Added data struct for efergye2 (#540) DavidBel86 2017-05-23 00:02:12 +02:00
  • 77216c353e Update README.md Gennaro Tortone 2017-05-22 22:37:10 +02:00
  • 2e19b00a0d pipe symbol with HTML code Gennaro Tortone 2017-05-22 22:29:19 +02:00
  • edf05ff1b6 typo fix Gennaro Tortone 2017-05-22 22:26:04 +02:00
  • c0ff3d26fe updated README.md Gennaro Tortone 2017-05-22 22:23:57 +02:00
  • 6443809ff9 hop interval param added (multiple frequencies) Gennaro Tortone 2017-05-22 20:32:40 +02:00
  • d2fd99aba1 adding Oil Ultrasonic Standard protocol Christian W. Zuckschwerdt 2017-05-21 13:55:15 +02:00
  • 58f2973bcb proper units for pressure, units for power, fix OS output fields Christian W. Zuckschwerdt 2017-05-21 12:17:09 +02:00
  • 7aa90ef2f9 fix Company name, output flags and tire pressure/temperature Christian W. Zuckschwerdt 2017-05-17 11:11:31 +02:00
  • c17555c933 adding IBIS beacon Christian W. Zuckschwerdt 2017-05-19 10:46:34 +02:00
  • 39aadd50ce prevent bad messages of all 1 that falsely check ok with crc. Christian W. Zuckschwerdt 2017-05-16 07:06:22 +02:00
  • 1d07869e08 Update rtl_433.h strowger 2017-05-15 21:16:30 +01:00
  • 9e6d99cd6a normalize indentation to 4 spaces or one tab, depending on prevalence in each file Christian W. Zuckschwerdt 2017-05-14 17:33:03 +02:00
  • 38b0693f08 delete stray trailing whitespace Christian W. Zuckschwerdt 2017-05-14 16:36:51 +02:00
  • 5649dc7e97 changing "crc", "checksum" to "mic" Christian W. Zuckschwerdt 2017-05-14 14:00:50 +02:00
  • 49f56b38b2 harmonize device data output to model instead of device or make, and crc instead of checksum Christian W. Zuckschwerdt 2017-05-13 12:54:51 +02:00
  • 7fbefea13a remove synthetic fahrenheit output. use -C customary to convert. Christian W. Zuckschwerdt 2017-05-11 08:51:45 +02:00
  • 494b62212d Vaillant_vrt340f.c: Fix indentation, only whitespace changes Reinhold Kainhofer 2017-05-11 23:14:05 +02:00
  • 71ac2a562c improving compatibility for Renkforce DM-7511 Christian W. Zuckschwerdt 2017-05-12 10:13:37 +02:00
  • 85c4e76faa adds a watchdog timer to async callback, abort if async events stop arriving Christian W. Zuckschwerdt 2017-05-10 19:54:45 +02:00
  • 2acd8f9253 Add support for Vaillant calorMatic 340f (VRT 340f) wireless central ceating control (868MHz) Reinhold Kainhofer 2017-05-11 18:50:55 +02:00
  • 2ee2edc68b add time to data output Christian W. Zuckschwerdt 2017-05-09 21:23:49 +02:00
  • 4907de305b add missing "model" data output Christian W. Zuckschwerdt 2017-05-09 20:50:53 +02:00
  • e1622b50aa change data output fields to usual order Christian W. Zuckschwerdt 2017-05-09 18:53:13 +02:00
  • 0e33a9cdfe fix sample_file_pos to actually count seconds, each sample is 16 bits (I+Q uint8's) Christian W. Zuckschwerdt 2017-05-06 15:35:02 +02:00
  • 465fd31bc0 Sensor GT-WT-02 Change REDME.md Jürgen Frey 2017-05-04 22:08:31 +02:00
  • d394e033a0 adding output redirection to files Christian W. Zuckschwerdt 2016-02-07 20:23:33 +01:00
  • 0561c3c16a fix short buffer: sprintf's output is always null-terminated Christian W. Zuckschwerdt 2017-04-30 00:00:20 +02:00
  • f049362e33 cleanup: replacing broken sprintf, removing debug code Christian W. Zuckschwerdt 2017-04-29 20:23:19 +02:00
  • 0dfa31f72f Bump MAX_PROTOCOLS to 78 Tom Matthews 2017-04-27 20:54:49 +01:00
  • 6dbafc5c4c Restored 'static' variables ovrheat 2017-04-15 17:21:13 +02:00
  • 75fb351851 Updated "quadrant" code for WGR968 John 2017-04-15 20:05:43 +09:00