Commit Graph

1927 Commits

Author SHA1 Message Date
David Sheldon
8dc1f98e64 Decode device id from current_cost, and support more devices 2016-02-08 08:25:08 +00:00
Christian W. Zuckschwerdt
39c096d95d new feature: allow multiple outputs (WIP) 2016-02-07 20:22:49 +01:00
Benjamin Larsson
ba534b5746 Merge pull request #297 from igorok107/master
Added tristate coding
2016-02-07 19:42:23 +01:00
igorok107
d7a73d545e Correction data types in bitbuffer_find_repeated_row() 2016-02-07 21:37:29 +03:00
igorok107
653e6ab31f Added tristate coding. 2016-02-07 21:34:59 +03:00
Benjamin Larsson
2cdfed8327 Merge pull request #296 from ovrheat/master
Update README.md
2016-02-05 22:45:19 +01:00
ovrheat
9fc0f4eaa8 Update README.md 2016-02-05 22:41:01 +01:00
Benjamin Larsson
eafba213fd Merge pull request #295 from rknobbe/master
add labels for ambient_weather.c to match oregon_scientific.c printout
2016-02-05 21:24:23 +01:00
Roger.Knobbe
a533ac9975 add labels for ambient_weather.c to match oregon_scientific.c printout 2016-02-05 12:16:23 -08:00
Benjamin Larsson
17c90be3c7 Merge pull request #287 from ovrheat/master
Added support for Fine Offset WH1080 weather station. Merged with Digitech XC0348
2016-02-05 18:44:10 +01:00
Benjamin Larsson
61b19cdf52 Merge pull request #288 from igorok107/master
Add remote control on chip HT680
2016-02-05 18:42:29 +01:00
Benjamin Larsson
bc3e463bf0 Merge pull request #294 from zuckschwerdt/feat-nexusbatt
adding battery indicator for Nexus
2016-02-05 18:39:42 +01:00
Christian W. Zuckschwerdt
d01b128042 adding battery indicator for Nexus 2016-02-05 18:13:02 +01:00
Benjamin Larsson
939a9fba20 Merge pull request #293 from zuckschwerdt/feat-earlyabort
only try the crc if the packet would match
2016-02-05 10:03:31 +01:00
Benjamin Larsson
381601761e Merge pull request #290 from rknobbe/master
fix decoders for WGR800 & THGR810 and add decoder for PCR800
2016-02-05 09:47:39 +01:00
Christian W. Zuckschwerdt
e86342cfee only try the crc if the packet would match 2016-02-05 06:41:30 +01:00
Roger.Knobbe
2c48d4dfbb starting to migrate to data_make 2016-02-04 18:40:00 -08:00
Benjamin Larsson
7d822a009d Merge pull request #292 from zuckschwerdt/feat-cleanupnp
code cleanup
2016-02-04 22:26:24 +01:00
Christian W. Zuckschwerdt
2247c7546a code cleanup 2016-02-04 21:44:30 +01:00
Benjamin Larsson
41999120ed Merge pull request #291 from zuckschwerdt/feat-findrepeats
adding a bitbuffer_find_repeated_row()
2016-02-04 19:23:37 +01:00
Christian W. Zuckschwerdt
913b51a415 adding a bitbuffer_find_repeated_row() with examples how it simplifies device code 2016-02-04 19:15:46 +01:00
Roger.Knobbe
ff2a392b0e fix decoders for WGR800 & THGR810
add decoder for PCR800
2016-02-03 21:24:13 -08:00
igorok107
ebcd9ab385 Rethinking algorithm 2016-02-03 22:19:42 +03:00
igorok107
8fe86df258 Add remote control on chip HT680 2016-02-02 19:04:32 +03:00
ovrheat
493a31b62b Added support for Fine Offset WH1080 2016-02-02 15:13:03 +01:00
ovrheat
48c0ccea9b Update fineoffset_wh1080.c 2016-02-02 14:30:35 +01:00
ovrheat
36f5c17630 Update fineoffset_wh1080.c 2016-02-02 14:27:58 +01:00
ovrheat
bf4af5db0c Update fineoffset_wh1080.c 2016-02-02 14:25:52 +01:00
ovrheat
e9793f30f4 Adding support for Fine Offset WH1080. 2016-02-02 14:16:12 +01:00
ovrheat
9fbf99f605 Added support for Fine Offset WH1080 weather station. Merging with Digitech XC0348 (it's a rebranded WH1080). 2016-02-02 13:43:09 +01:00
ovrheat
95027fb2d0 Added support for Fine Offset WH1080 weather station. Merged with Digitech XC0348 (a rebranded WH1080). 2016-02-02 13:39:21 +01:00
Benjamin Larsson
e7bc33d4f0 change output of -F kv to resemble the custom fprintf output of the decoders 2016-02-01 23:53:40 +01:00
Benjamin Larsson
e9525509da rubicson: switch to new data api 2016-02-01 23:53:39 +01:00
Benjamin Larsson
fd41b6be0e Merge pull request #286 from dwmw2/master
Return correct events count from oil_watchman and emontx drivers
2016-02-01 22:33:39 +01:00
David Woodhouse
92ec0dbc33 emontx: Return events count 2016-02-01 20:52:45 +00:00
David Woodhouse
c508f3b2f2 oil_watchman: Return events count 2016-02-01 20:52:14 +00:00
Benjamin Larsson
d8ae04db41 rubicson: only accept 36 bit packets 2016-02-01 19:43:00 +01:00
Benjamin Larsson
92a136e8f4 alecto: only accept 36 bit packets 2016-02-01 19:42:35 +01:00
Benjamin Larsson
a1ca7ff6f2 Merge pull request #282 from dwmw2/master
emontx: Increase size of words[] array for endianness conversion
2016-01-26 16:30:38 +01:00
David Woodhouse
893c81e2ac emontx: Increase size of words[] array for endianness conversion
Fixes #277
2016-01-26 15:28:57 +00:00
Benjamin Larsson
a220922276 Merge pull request #280 from zuckschwerdt/fix-fabsf
fix: use fabsf() instead of abs()
2016-01-26 13:11:00 +01:00
Christian W. Zuckschwerdt
26c3f784a3 fix: use fabsf() instead of abs() 2016-01-26 13:07:07 +01:00
Benjamin Larsson
cc7427d2ab Merge pull request #279 from zuckschwerdt/fix_emontxnull
fix: missing NULL terminator
2016-01-26 12:47:38 +01:00
Christian W. Zuckschwerdt
91b4bc08b7 fix: missing NULL terminator 2016-01-26 12:19:58 +01:00
Benjamin Larsson
c060af3e45 Merge pull request #276 from mnhauke/master
fineoffset: fix typo (unbreak humidity sensor)
2016-01-26 00:18:01 +01:00
Martin Hauke
81029fdfe7 fineoffset: fix typo (unbreak humidity sensor) 2016-01-25 23:50:36 +01:00
Benjamin Larsson
da286dfe04 Merge pull request #275 from mnhauke/master
Migrate nexus to new data format and add support for Technoline …
2016-01-24 23:41:59 +01:00
somesortoferror
960f0459ad use uintptr_t instead of unsigned long - fixes build error on win64 2016-01-24 19:05:31 +00:00
Martin Hauke
16095c4e31 Migrate nexus to new data format and add support for Technoline TX 9116 Temperature sensor 2016-01-24 19:31:17 +01:00
Benjamin Larsson
0b7de1cf35 Fix building with autotools 2016-01-24 00:07:14 +01:00