Commit Graph

1354 Commits

Author SHA1 Message Date
c1-10p
eb838065da added json-support and description for TFA 30.3161 rain sensor 2017-08-28 21:06:01 +02:00
Yuriy Shestakov
6850e981b6 Fixed do_build.sh: forgot to do 'cd ..' before cloning rtl_433_tests.git 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
00ebac39db Fixed do_build.sh, .travis.yml trying to run 'make test' 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
29f22e43c2 Added tests from rtl_433_tests.git repo 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
c8bed98c0f Fixed do_build.sh: don't 'make installe' 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
be272a6ac3 Fixed .travis.yml: 'sudo: required', 'dist: trusty' 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
df868cc475 Fixed .travis.yml: added sudo, added apt.sources 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
52ec8d59a4 Fixed permissions on do_build.sh 2017-08-15 16:45:35 +02:00
Yuriy Shestakov
4a3737e5f6 Added draft of .travis.yml, do_build.sh 2017-08-15 16:45:35 +02:00
Rémi Peyronnet
e8f987a516 Use default number of buffers to fix crash of two rtl_433 instances 2017-08-12 20:52:28 +02:00
Christian W. Zuckschwerdt
fd5924908e don't restart the timer if we are aborting anyway; cancel timer on rtlsdr_cancel_async 2017-08-03 00:46:00 +02:00
Christian W. Zuckschwerdt
271df7f0df fix unknown uint type; whitespace fixes 2017-08-01 22:22:25 +02:00
siriuzwhite
3c9c59f4c0 add merbanan changes 2017-08-01 20:28:25 +02:00
siriuzwhite
2a8f50faf4 add suggested optimisation 2017-08-01 20:28:25 +02:00
siriuzwhite
d3bb88b435 suggested changes 2017-08-01 20:28:25 +02:00
siriuzwhite
0b64ef588e remove test 2017-08-01 20:28:25 +02:00
siriuzwhite
caf27902fa add infactory sensor 2017-08-01 20:28:25 +02:00
Tommy Vestermark
f4d4a2b893 bitbuffer: Handle row overflow a bit more gracefully
Last row will be cleared and overwritten
2017-08-01 20:27:13 +02:00
Tommy Vestermark
d5028af258 pulse_analyzer: Add detection of PWM with multiple packages 2017-08-01 20:27:13 +02:00
Denis Bodor
f49267e7e8 explaining dipswitch 2 meaning 2017-07-28 18:42:06 +02:00
Denis Bodor
d3569a8957 message validation fix 2017-07-28 18:42:06 +02:00
Denis Bodor
6fd2bb4da1 shortening output 2017-07-28 18:42:06 +02:00
Denis Bodor
47eca07e2d changes after pull request 2017-07-28 18:42:06 +02:00
Denis Bodor
1a2ddb137c Switched to new data API 2017-07-28 18:42:06 +02:00
Christian W. Zuckschwerdt
ab48deaf17 adding Renault TPMS sensor 2017-07-14 21:47:44 +02:00
Christian W. Zuckschwerdt
0abd2a5956 adding Ford TPMS sensor 2017-07-14 21:26:49 +02:00
Christian W. Zuckschwerdt
9c3cecf681 Add option to verify simulated decoding of raw data 2017-07-14 19:27:39 +02:00
Christian W. Zuckschwerdt
413f31f7ad reduce false positives by rejecting 0x000000 / 0xffffff 2017-07-14 19:26:32 +02:00
Christian W. Zuckschwerdt
9e1ab5f2d7 adding Toyota TPMS sensor 2017-07-11 10:03:10 +02:00
Christian W. Zuckschwerdt
3846b6f375 reduce false positives, require at least 5 repeats 2017-07-10 20:26:00 +02:00
Christian W. Zuckschwerdt
1be0118aa7 fix compiler warnings; possible undef bug; signed/unsigned 2017-07-08 10:35:03 +02:00
Christian W. Zuckschwerdt
35eb0e46d4 reject false positive and fix wrong field index and minimum bit count 2017-07-07 16:27:24 +02:00
Christian W. Zuckschwerdt
ba3405a6d8 allow WH2 to miss the first sync bit for WH5 support 2017-07-07 16:26:21 +02:00
Christian W. Zuckschwerdt
dc89b3527a fix misc typos and reduce efergy false positives 2017-07-07 10:36:46 +02:00
Christian W. Zuckschwerdt
bc8dfc00c4 replace binary literals with hex 2017-07-07 10:14:23 +02:00
Christian W. Zuckschwerdt
c880f59b91 remove false positives from Esperanza/Kedsum 2017-07-06 22:27:52 +02:00
Christian W. Zuckschwerdt
e86698d2b7 adding Generic off-brand wireless motion sensor and alarm system 2017-06-17 13:11:22 +02:00
Christian W. Zuckschwerdt
c5d96f16f1 adding Wireless Smoke and Heat Detector GS 558 2017-06-17 10:00:57 +02:00
Wade Dorrell
be6305718f Fix spelling in documentation 2017-06-17 09:59:59 +02:00
Miroslav Oujeský
19d8360546 Solight TE44 wireless thermometer 2017-06-15 23:13:22 +02:00
Petr Konecny
6c4087758e Variable declarations are at the top of the function. 2017-06-09 22:13:11 +02:00
Petr Konecny
9177a7a2a9 Fix sign error. 2017-06-09 22:13:11 +02:00
Petr Konecny
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
2017-06-09 22:13:11 +02:00
Petr Konecny
935b740187 Move TP-11 to the end. 2017-06-09 22:13:11 +02:00
Petr Konecny
591873205f Thermopro TP-11. 2017-06-09 22:13:11 +02:00
Darren Buse
034d8b4b09 Fix hex output padding for unit ID field for lightwaverf. 2017-06-06 20:21:03 +02:00
Christian Schrötter
ae134bdd2b Update .gitignore 2017-06-05 22:35:48 +02:00
Christian Schrötter
ac6726a44b Possible bugfix for issue #136 2017-06-05 22:35:48 +02:00
DavidBel86
b434fb3836 Removed use of pow() (#557)
* Added data struct for efergye2

Update efergy_e2_classic.c

Update efergy_e2_classic.c

Update efergy_e2_classic.c

Rewritten current calculation

removed fact declaration

Updated description in header

Removed fact duplicated declaration

Removed use of pow

Update efergy_e2_classic.c

removed fact declaration

Updated description in header

Removed fact duplicated declaration

* Changed double to float
2017-05-29 23:07:00 +02:00
Petri Ahonen
033ca5de81 Honda remote: fix an out of bounds array access 2017-05-29 18:50:13 +02:00