Commit Graph

651 Commits

Author SHA1 Message Date
Benjamin Larsson
12e012e79a Merge pull request #186 from ygator/master
Lacrosse Weather Station Decoding cleanup
2015-10-09 20:44:22 +02:00
YGator
2e8fa35e87 Lacrosse Weather Station Decoding cleanup 2015-10-09 13:49:48 -04:00
Benjamin Larsson
82efdbd913 Merge pull request #185 from rct/quiet-mode
Added quiet mode (-q) to suppress non-data related messages
2015-10-09 10:45:41 +02:00
Benjamin Larsson
393b3e3e38 Merge pull request #184 from rct/read-stdin
Read data from stdin with '-'
2015-10-09 10:40:47 +02:00
rct
ad164da274 Added quiet mode (-q) to suppress non-data related messages 2015-10-08 21:46:10 -04:00
rct
8b5da1d856 Read data from stdin with '-' 2015-10-08 19:59:01 -04:00
Benjamin Larsson
79532adf02 Merge pull request #183 from rct/dsc-sensor-crc
DSC Security Contact added CRC-8 calc/check
2015-10-08 20:11:28 +02:00
Benjamin Larsson
a6071b302f Merge pull request #181 from ygator/master
Updated decoding of Lacrosse Weather Station
2015-10-08 20:08:50 +02:00
rct
85b566fc2b Updated crc8 to take initial CRC value as a parameter 2015-10-07 23:52:00 -04:00
rct
c64e7ff834 DSC Security Contact added CRC-8 calc/check
* Added "little-endian" CRC-8 calculation
* Moved reverse8() to util.c
* Quieted WT450 callback false positive messages
2015-10-07 23:11:30 -04:00
YGator
202ed07f2e Updated decoding of Lacrosse Weather Station 2015-10-07 14:04:00 -04:00
Benjamin Larsson
fdb1d08c73 Merge pull request #180 from ygator/master
LaCrosse Weather Station WS-2310TWC changes
2015-10-06 23:43:25 +02:00
YGator
23c47b7b67 LaCrosse Weather Station WS-2310TWC changes 2015-10-06 17:37:15 -04:00
Benjamin Larsson
efa4ab782d Merge pull request #178 from Alberts00/master
Adding Esperanza EWS
2015-10-06 23:07:20 +02:00
Alberts Saulītis
d3a64312a6 Added Esperanza EWS 2015-10-06 23:25:56 +03:00
Benjamin Larsson
311f00ba6f Merge pull request #176 from ygator/master
New Lacrosse Weather Station Decoding
2015-10-06 11:35:13 +02:00
YGator
7dc999e4eb New Lacrosse Weather Station Decoding 2015-10-05 20:51:20 -04:00
Benjamin Larsson
296ba8e694 Merge pull request #175 from foldynl/WT450
WT450: Add missing the supported device label in README file.
2015-10-05 23:04:23 +02:00
Ladislav Foldyna
57225bc820 WT450: Add missing the supported device label in README file. 2015-10-05 22:33:42 +02:00
Benjamin Larsson
6bcd3b1439 Merge pull request #174 from foldynl/WT450
Wt450 device
2015-10-05 22:04:41 +02:00
Ladislav Foldyna
a587fa2a23 WT450: Better packet detection, battery indicator
Callback function checks parity of each received packet.
If parity bit does not match then decoded information are
not displayed.

Add support for decoding a low battery indicator.
2015-10-05 21:23:32 +02:00
Benjamin Larsson
7faa99bb22 Merge pull request #173 from robho/fix_automake_build
Fix automake builds
2015-10-03 00:57:03 +02:00
Benjamin Larsson
e603dc5c63 nexus: clean up the nexus protocol
Make sure it doesn't collide with the rubicson protocol.
2015-10-03 00:54:45 +02:00
Benjamin Larsson
bcfa2628b8 rubicson: implement crc and other parameters 2015-10-03 00:54:45 +02:00
Robert Högberg
5e001b10c5 Fix automake builds
Update source file list and set compiler in C99 mode
2015-10-03 00:46:56 +02:00
Ladislav Foldyna
16db05a69e Add support for WT450 devices 2015-09-30 21:48:00 +02:00
Ladislav Foldyna
49647d09f9 Add support for new demodulation
No level shift within the clock cycle translates to a logic 0
One level shift within the clock cycle translates to a logic 1
Each clock cycle begins with a level shift

+---+   +---+   +-------+       +  high
|   |   |   |   |       |       |
|   |   |   |   |       |       |
+   +---+   +---+       +-------+  low

^       ^       ^       ^       ^  clock cycle
|   1   |   1   |   0   |   0   |  translates as
2015-09-30 21:47:49 +02:00
Benjamin Larsson
69e6b03248 Merge pull request #171 from jcarduino/master
output correction. Celcius has space, Humidity corrected to also have space
2015-09-19 22:30:26 +02:00
johan
8d5356b1e4 output correction. Celcius has space, Humidity corrected to also have a space 2015-09-19 22:24:23 +02:00
Benjamin Larsson
e1bfca43b4 Merge pull request #170 from nebman/master
generic remote sc/pt226x ev1527: increase the tolerance to 50
2015-09-18 10:38:07 +02:00
Benjamin Larsson
5a65e344f9 Merge pull request #167 from viraptor/digitech
Add support for digitech weather station
2015-09-05 22:05:22 +02:00
Stanisław Pitucha
b3747796db Add support for digitech weather station
Currectly works: wind, temperature, humidity
To do: rain, pressure, checksum validation
2015-09-06 00:55:50 +10:00
Benjamin Larsson
11925b29d0 Merge pull request #165 from jcarduino/master
Extra check false positive
2015-09-02 12:11:00 +02:00
johan
baf26af7a1 Extra check false positive
(sometimes packages from prologue come in detected with correct crc,
humidity is > 100 in these cases)
2015-09-02 11:42:52 +02:00
Benjamin Larsson
8c552fa5fe Merge pull request #163 from ortylp/TFA_Twin_Plus_30.3049
TFA_Twin_Plus_30.3049: update MAX_PROTOCOLS (avoid crash), update REA…
2015-09-01 12:55:52 +02:00
Paul Ortyl
3cc7f095e3 TFA_Twin_Plus_30.3049: update MAX_PROTOCOLS (avoid crash), update README.md 2015-09-01 12:11:04 +02:00
Benjamin Larsson
65867d4121 Merge pull request #162 from ortylp/TFA_Twin_Plus_30.3049
TFA-Twin-Plus-30.3049: use optimised byte reversal procedure
2015-09-01 10:31:38 +02:00
Paul Ortyl
cb819fb956 TFA-Twin-Plus-30.3049: use optimised byte reversal procedure 2015-08-31 23:40:48 +02:00
Benjamin Larsson
573e0b9225 Merge pull request #161 from ortylp/TFA_Twin_Plus_30.3049
TFA-Twin-Plus-30.3049
2015-08-31 23:00:40 +02:00
Paul Ortyl
f55cd06199 TFA-Twin-Plus-30.3049: additional fields decoded, working checksum 2015-08-31 22:45:10 +02:00
Benjamin Larsson
71d13166bf Merge pull request #160 from ortylp/GT_WT_02
GT_WT_02: adjust display of humidity to mimic the authorised receiver, count channels from 1
2015-08-31 18:30:23 +02:00
Paul Ortyl
c4bfc17808 TFA-Twin-Plus-30.3049: first working protype 2015-08-31 18:25:36 +02:00
Paul Ortyl
09102408f5 initial commit for TFA 30.3049 2015-08-31 18:20:10 +02:00
Paul Ortyl
70287e3139 GT_WT_02: adjust display of humidity to mimic the authorised receiver 2015-08-31 17:44:29 +02:00
Benjamin Larsson
f6a02b4823 Merge pull request #159 from pcm020/master
Checksum in Owl CM160
2015-08-31 10:36:39 +02:00
pcm020
d33ba8a90e Merge remote-tracking branch 'upstream/master' 2015-08-31 02:31:42 +02:00
pcm020
7efba936ef Checksum in Owl CM160 2015-08-31 01:47:27 +02:00
Benjamin Larsson
9cfda61c04 rubicson: fix timing and Auriol support 2015-08-30 21:49:41 +02:00
Benjamin Larsson
29c9d11467 Silence debug output 2015-08-30 21:48:29 +02:00
Benjamin Larsson
3784cd7c9f Change rubicson to OOK_PULSE_PPM_RAW 2015-08-30 20:14:10 +02:00