David Holm
649c7f4028
devices: mebus: Use data API for results ( #475 )
...
Use the data API to post results from the Mebus device so that it can
generate standard format output.
2017-01-22 21:03:24 +01:00
Karl Lattimer
87969851b0
Fixed bug in CM160 ( #474 )
2017-01-21 18:29:32 +01:00
jonrifkin
7a3ca2449d
Support for Acurite 00275rm and 00276rm sensors ( #467 )
...
* Support for Acurite 00275rm and 00276rm sensors
* Fix tabs in acurite_00275rm_callback
* Remove temperature output in Fahrenheit, as sensor reports in Celcius.
* For acurite 00275rm device, add crc check, and combine triplicate redundant signals
into one signal. If three redundant bits differ, choose the majority value.
* Replace custom crc function with crc16() from util.c.
2017-01-18 22:50:27 +01:00
sbsrouteur
49a0885ec5
Add protocol definition for oregon scientific THN129 temp only sensor. ( #469 )
...
* Add protocol definition for oregon scientific THN129 temp only sensor.
* remove temp F line from decoder output.
2017-01-18 00:00:24 +01:00
Benjamin Larsson
0bb4ac244f
Merge pull request #463 from zerog2k/master
...
Acurite 5n1 changes
2017-01-13 21:25:25 +01:00
Jens Jensen
33aabf6cd5
acurite 5n1: output message sequence number
2017-01-10 12:08:30 -06:00
Benjamin Larsson
91a1769b85
Merge pull request #462 from aromring/aromring-TX141TH
...
Added support for LaCrosse temperature/humidity sensor TX141TH-Bv2
2017-01-08 09:55:52 +01:00
Molecular Descriptor
1297dcf1d4
Removed signal quality output
2017-01-07 20:36:56 -08:00
Molecular Descriptor
82a9f12257
Merge remote-tracking branch 'merbanan/master' into aromring-TX141TH
2017-01-07 20:29:42 -08:00
Jens Jensen
877cf4fc29
remove another unused function
2017-01-07 19:24:18 -06:00
Jens Jensen
35c8472156
move all units to native customary/US
2017-01-07 18:56:14 -06:00
Jens Jensen
47d00dd8b2
output raw rain counter values, use define for msg type
2017-01-07 17:53:17 -06:00
Jens Jensen
89da09b7e4
remove old, incorrect wind direction mapping
2017-01-07 17:44:12 -06:00
Jens Jensen
51c6307e75
don't mess up device ordering
2017-01-07 17:21:47 -06:00
Benjamin Larsson
3a1e0398ca
Add missing return 1.
2017-01-07 23:14:29 +01:00
Benjamin Larsson
b9615cf18c
Merge pull request #451 from gustep12/patch-2
...
Update acurite.c
2017-01-07 23:13:10 +01:00
Benjamin Larsson
1ce0263f10
Merge pull request #464 from klattimer/master
...
akhan-100F14 catches things it doesn't recognise fully
2017-01-07 23:02:11 +01:00
Karl Lattimer
59a5dcd74b
Merge branch 'master' of https://github.com/merbanan/rtl_433
2017-01-07 20:24:59 +00:00
Karl Lattimer
e9507ad905
Stop akhan-100F14 catching things that don't belong to it
2017-01-07 20:17:04 +00:00
Jens Jensen
458398208b
acurite5n1: fix battery status
2017-01-07 14:14:04 -06:00
Jens Jensen
476f2c878d
add raw msg debug output for acurite5n1
2017-01-07 14:12:32 -06:00
Jens Jensen
520aad325a
correct acurite5n1 wind speed formula
2017-01-07 10:19:15 -06:00
Jens Jensen
51955a6e79
acurite5n1 battery status
2017-01-07 10:00:16 -06:00
Jens Jensen
cecba5d041
normalize temperature key
2017-01-07 08:56:01 -06:00
Jens Jensen
f613417032
remove old acurite5n1 decoder, now uses acurite_txr
2017-01-06 18:57:50 -06:00
Jens Jensen
510d9b0cd0
move to new internal data format on acurite5n1
2017-01-06 18:52:22 -06:00
Robert Fraczkiewicz
1e4f47bce8
Implemented recent changes suggested by @merbanan.
2017-01-03 13:55:16 -08:00
Molecular Descriptor
34236aef04
Minor cosmetic changes
...
Xcode replaces tabs with spaces! Re-edited in TextEdit.
2017-01-03 08:10:38 -08:00
Molecular Descriptor
9cfa5c3107
Added support for LaCrosse temperature/humidity sensor TX141TH-Bv2
...
The LaCrosse sensor TX141TH-Bv2 is used by a quite popular new Color
Forecast Station (model C85845) among other products. It uses a novel
(for LaCrosse) protocol that is unlike other protocols created by this
company. Hence, it deserves a callback function in rtl_433,, doesn’t
it? :)
2017-01-02 21:15:05 -08:00
Benjamin Larsson
990a3c292e
Merge pull request #459 from hackaroni/master
...
Minor fixes to rftech support.
2016-12-13 13:37:03 +01:00
Erik Johannessen
2b09ed21f6
Add rftech.c to Makefile.am to support configure/automake.
...
Remove debugging code from rftech.c
2016-12-12 18:52:17 +01:00
Benjamin Larsson
e4fa0d79d2
Merge pull request #458 from hackaroni/master
...
Added support for RF-tech 433 remote temperature sensor.
2016-12-11 19:24:27 +01:00
Erik Johannessen
240b7e76af
Added support for RF-tech 433 remote temperature sensor.
2016-12-11 18:08:55 +01:00
Benjamin Larsson
e717686157
Merge pull request #457 from klattimer/master
...
Fix seg fault on Owl CM160
2016-12-10 12:25:11 +01:00
Karl Lattimer
1be310401e
Segfault on Owl CM160
2016-12-10 11:04:47 +00:00
Benjamin Larsson
a25e619ae3
Merge pull request #450 from gustep12/patch-1
...
Update pulse_detect.c
2016-12-02 10:28:42 +01:00
gustep12
4e7c5c0dce
Update acurite.c
...
This sanity check was too stringent and kept failing on my Acurite 606TX sensor.
2016-12-02 01:14:31 -05:00
gustep12
ef163f9d57
Update pulse_detect.c
...
Counting down in the gaps histogram, from longest to shorter detected gaps, should help to make the PPM_RAW pulse detection more robust. If there are accidentally some too-short gaps in the transmission, they will now be ignored rather than used for parsing the transmission.
2016-12-02 01:08:33 -05:00
Benjamin Larsson
9c9960a2cf
Merge pull request #446 from L-E-son/patch-1
...
Spelling correction (protcols -> protocols)
2016-11-18 23:34:36 +01:00
Benjamin Larsson
a260a44ff8
Merge pull request #447 from Matthies/master
...
Improved hideki.c
2016-11-18 23:31:38 +01:00
Benjamin Larsson
d610e05206
Increase number of protocols to 70
2016-11-18 23:12:02 +01:00
Andreas
70d0167349
Improved hideki.c to detect data from the wind/temperature and the rain sensor. Changed pulse_demod_clock_bits to allow a missing short gap at the end of the message which is needed for the new sensor types.
2016-11-18 18:34:12 +01:00
John Ellison
53ba01fae4
Spelling correction (protcols -> protocols)
2016-11-16 19:45:19 -05:00
Benjamin Larsson
4d6bbaf40c
Merge pull request #439 from ludwich66/patch-6
...
Update README.md
2016-11-14 23:30:48 +01:00
ludwich66
32c07b1fb2
Update brennstuhl_rcs_2044.c
2016-11-14 23:29:16 +01:00
Benjamin Larsson
72ef4c6907
Merge pull request #436 from akhenakh/master
...
added kv/json capabilities to acurite_txr
2016-11-14 23:22:14 +01:00
Benjamin Larsson
306539d458
Merge pull request #441 from tvoverbeek/tfa_pool_thermometer_patch
...
Correct negative temperatures
2016-11-14 23:20:48 +01:00
Benjamin Larsson
25bb7a411b
Merge pull request #440 from duncanj/master
...
Added more installation step detail and troubleshooting section.
2016-11-14 23:19:39 +01:00
Benjamin Larsson
777526fd22
Add crc json tag
2016-11-14 23:16:24 +01:00
Benjamin Larsson
9473fc8d61
Add crc json tag and cvs output
2016-11-14 23:16:20 +01:00