Helge Weissig
527c0112be
factored out support for Alecto and KlikAanKlikUit devices
2015-01-16 16:03:46 -08:00
Helge Weissig
ab3b65aec9
Merge branch 'jcarduino' into refactor
...
Conflicts:
src/rtl_433.c
This replaces PR#54
2015-01-16 16:00:57 -08:00
jcarduino
6904fc10b9
Update README
2015-01-16 15:35:23 -08:00
johan
5e2c61d8ec
Added KlikAanKlikUit protocol
2015-01-16 15:35:22 -08:00
johan
66021b3750
Alecto
2015-01-16 15:31:51 -08:00
Helge Weissig
a74f24a3a2
factored out mebus and intertechno devices
2015-01-16 15:12:58 -08:00
Helge Weissig
9d98d97213
Merge branch 'toke:master' into refactor
...
Conflicts:
src/rtl_433.c
replaces PR#50
2015-01-16 15:07:08 -08:00
Thomas Kerpe
6f770be047
Added low battery indicator
...
* Low battery indicator added
* output of unkown values added
2015-01-16 14:48:54 -08:00
Thomas Kerpe
f51596c65f
new section in README
2015-01-16 14:48:54 -08:00
Thomas Kerpe
7bd7459f2b
build directory ignored
2015-01-16 14:48:54 -08:00
Thomas Kerpe
957ca05b29
Mentioned Mebus Sensor in README
2015-01-16 14:48:54 -08:00
Thomas Kerpe
26709f1421
Added channel and address output
...
Better sensor lookup code
2015-01-16 14:48:54 -08:00
Thomas Kerpe
583f69cecd
Added support for Mebus 433 Wireless sensor
...
Prepared support for Intertechno 433 MHz Switches
2015-01-16 14:48:54 -08:00
Helge Weissig
4b5ac9085a
Merge branch 'refactor' of gh:helgew/rtl_433 into refactor
...
Conflicts:
include/rtl_433.h
include/rtl_433_devices.h
src/CMakeLists.txt
src/devices/acurite.c
2015-01-16 14:42:42 -08:00
Helge Weissig
5546349b55
added changes from PR#60
2015-01-16 14:38:19 -08:00
Helge Weissig
a368ab602f
factored out the oregon scientific support and re-added acurite rain gauge support
2015-01-16 14:30:06 -08:00
Helge Weissig
5283961137
added IDE paths and build path to .gitignore
2015-01-16 14:21:47 -08:00
Helge Weissig
9fc9526629
shored up handling of debug output
2015-01-16 14:21:47 -08:00
Helge Weissig
6233f83c4b
cleaned up callback function signature
2015-01-16 14:21:47 -08:00
Helge Weissig
55a013f2c0
minor clean up
2015-01-16 14:21:46 -08:00
Helge Weissig
5c220c78f0
modularized device specifications
2015-01-16 14:21:46 -08:00
Tomasz Brzezina
96fd6353bb
THS132N battery low and small cleaning
2015-01-16 14:13:36 -08:00
andreaaizza
5c609a3a7f
added rolling-code decode for sensor THN132N
2015-01-16 14:13:36 -08:00
Andrea
1babee122f
Added THN132N support
2015-01-16 14:13:36 -08:00
Corné van Strien
cd3a8edb5f
Added Thermo Sensor THR228N
2015-01-16 14:13:36 -08:00
magellannh
8f81020466
Added decode/parsing for Oregon Scientific v2.1 and v3 sensors and rough support for Acurite Rain Gauge
2015-01-16 14:13:36 -08:00
Helge Weissig
7372882f3b
added IDE paths and build path to .gitignore
2015-01-16 09:05:09 -08:00
Helge Weissig
159c40b694
shored up handling of debug output
2015-01-16 09:04:17 -08:00
Paul F-Y
c1474c3f03
Add support for the Acurite temperature and humidity sensor
2015-01-14 15:47:53 -05:00
Helge Weissig
4fc8a7a7e0
cleaned up callback function signature
2015-01-14 10:37:27 -08:00
Helge Weissig
4d6f873803
minor clean up
2015-01-13 16:14:42 -08:00
Helge Weissig
9eae8b4221
modularized device specifications
2015-01-13 16:08:02 -08:00
Benjamin Larsson
1e110cec30
Merge pull request #53 from jcarduino/Detection
...
Changes to make bits in packets accessable to help protocol detection
2015-01-11 20:24:41 +01:00
Benjamin Larsson
1634497ff0
Merge pull request #61 from arantius/master
...
Fix literal percent in printf format string.
2015-01-11 20:20:43 +01:00
Benjamin Larsson
2e578bf051
Merge pull request #62 from baruch/fix_sigfpe_crash
...
Fix SIGFPE crash
2015-01-11 20:20:05 +01:00
Benjamin Larsson
97b4ccb2a2
Merge pull request #26 from roppert/master
...
Silently detach kernel driver. This is needed in case
2015-01-11 20:18:48 +01:00
Benjamin Larsson
bc88acdba8
Merge pull request #27 from Trueffelwurm/patch-1
...
Better message validation in prologue_callback()
2015-01-11 20:17:37 +01:00
Benjamin Larsson
86e48f05e1
Merge pull request #70 from rct/lacrosse-tx-temp-humidity
...
Lacrosse tx temp humidity
2015-01-11 20:16:31 +01:00
Benjamin Larsson
6b00c125c8
Merge pull request #63 from rct/sigpipe-fix
...
Fix handling of SIGPIPE
2015-01-11 20:15:42 +01:00
Benjamin Larsson
0cc9c889de
Merge pull request #73 from helgew/master
...
simple fix to rain gauge support for Acurite 5n1 sensors
2015-01-11 20:15:16 +01:00
helgew
c2a32df53b
simple fix to rain gauge support for Acurite 5n1 sensors
2015-01-11 10:21:43 -08:00
rct
4f5dbf1a2e
Add support for LaCrosse TX Temperature and Humidity Sensors
...
Fixes #17 and #24 .
Tested with LaCrosse TX6U, TX7U
Should also work with TX3, TX4
2014-12-07 15:19:07 -05:00
rct
3291c4bf74
Fixes #67 , pwm_p_decode / OOKPWM_P bug on first bit
...
pwm_p_decode could misinterpret first data bit due to not
resetting sample counters after start bit. If long_limit is
high enough (longer than long pulse width + space durection * 2)
then this bug was avoided.
2014-12-05 17:02:28 -05:00
rct
4fb41c3bb8
Fixing bug in debug_callback(), would stop at first empty row.
...
(fixing problem in last commit, added the binary instead of the source).
2014-12-01 20:29:27 -05:00
rct
a087d9eb26
Bug in debug_callback would stop at first empty row.
2014-12-01 20:19:15 -05:00
rct
bf56d5ff1a
Fixes issue #64 - Make debug_callback less verbose.
...
The debug_callback prints an excessive amount because it doesn't
know how much real data is actually present in the buffer. This is
a workaround, to find the "rectangle" that contains non-zero data.
2014-12-01 13:26:42 -05:00
rct
ab932e04f2
Fix handling of SIGPIPE
...
Fixes #41
2014-11-21 18:46:48 -05:00
Baruch Even
defd00276c
Fix SIGFPE crash
...
the minimal count and also min may stay at zero and then we divide by
zero causing a SIGFPE.
Closes #48
2014-11-12 07:51:31 +02:00
arantius
b17baa4a06
Fix literal percent in printf format string.
2014-10-28 21:54:21 -04:00
johan
fd591f54cb
Changes to make bits in packets accessable to help protocol detection
2014-09-12 12:33:21 +02:00