Commit Graph

1927 Commits

Author SHA1 Message Date
gismo2004
cec9b7ceca add maverick et73x BBQ sensor 2016-11-14 23:16:05 +01:00
Benjamin Larsson
e56f1ba4c7 Merge pull request #444 from vestom/danfoss
Danfoss: Added CRC check and removed raw printout. Done for now.
2016-11-13 23:04:05 +01:00
Tommy Vestermark
b45dbadf78 Danfoss: Minor cleanup and fix debug print 2016-11-13 20:49:41 +00:00
Tommy Vestermark
7907a34979 Danfoss: Reverse engineered unknown nibble :-) 2016-11-13 16:40:40 +00:00
Tommy Vestermark
c5054e81fd Danfoss: Add CRC check. Remove raw printout. 2016-11-13 16:18:47 +00:00
Tommy Vestermark
44e434c3f9 Danfoss: Add proper header search and make decoding byte based 2016-11-13 14:00:28 +00:00
Benjamin Larsson
76230ddd47 Merge pull request #442 from vestom/danfoss
Danfoss driver: Now decodes sane data
2016-11-13 01:08:02 +01:00
Tommy Vestermark
b5c6840198 Danfoss: Enable driver by default 2016-11-12 23:59:24 +00:00
Tommy Vestermark
6978ae674a Danfoss: Output data correctly 2016-11-12 23:48:46 +00:00
Tommy Vestermark
28772762b3 Danfoss CFR: Initial decoding attempt 2016-11-12 21:37:53 +00:00
Ton van Overbeek
c56cb9c678 Correct negative temperatures
Negative temperatures were reported incorrectly.
In a signed short (16-bit) the 12-bit temperature is always positive.
A temperature of -0.1 was reported as 409.5
2016-11-09 13:36:31 +01:00
Duncan Jauncey
20bbf675fc Added more installation step detail and troubleshooting section. 2016-11-03 14:33:01 +00:00
ludwich66
4890f9ed46 Update README.md 2016-10-31 23:17:33 +01:00
Fabrice Aneche
0561493d81 fix indent 2016-10-28 12:42:35 -04:00
Fabrice Aneche
543663332d fixes for upstream 2016-10-28 12:35:51 -04:00
Fabrice Aneche
34eb9dc213 Merge pull request #1 from prune998/master
added battery status as OK or LOW
2016-10-25 16:19:52 -04:00
Prune Sebastien THOMAS
f3598caa22 added battery status as OK or LOW
battery status is taken from the status which is a byte. The two MSB defines it :
- 01 for battery OK
- 10 for battery LOW

We just check the 7th bit (2nd MSB) to be 1 for OK and 0 for LOW
2016-10-25 15:46:24 -04:00
Fabrice Aneche
66a3752fbc added json/kv capbilities to Acurite tower sensor 2016-10-25 15:06:53 -04:00
Benjamin Larsson
729504b1c2 Merge pull request #433 from adam1010/master
Honeywell/Ademco Door/Window Security Sensor driver
2016-10-17 00:04:01 +02:00
adam1010
b8db26fc07 Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 21:03:37 +00:00
adam1010
41245fa6c5 Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 20:45:54 +00:00
adam1010
cd7bd5a949 Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 20:37:05 +00:00
adam1010
13ee21329a Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 19:57:19 +00:00
adam1010
1fcb618f38 Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 19:35:55 +00:00
adam1010
efc4ac075a Honeywell/Ademco Door/Window Security Sensor driver 2016-10-16 19:28:27 +00:00
adam1010
1dac45df6f Honeywell/Ademco Door/Window Security Sensor driver 2016-10-15 23:09:38 +00:00
adam1010
9ae96bd749 Honeywell/Ademco Door/Window Security Sensor driver 2016-10-15 23:00:06 +00:00
Benjamin Larsson
4f81c97c3b Merge pull request #432 from zoggdotorg/master
WH1050 weather station based on WH1080 module.
2016-10-04 11:49:43 +02:00
Don More
b9640cfc96 WH1050 weather station based on WH1080 module. 2016-10-04 10:40:21 +01:00
Benjamin Larsson
8bcc068d74 Merge pull request #431 from rct/acurite-lightning
Acurite 6045 lightning prelim. and 609 cleanup.
2016-10-03 22:57:05 +02:00
Robert Terzi
c4686cee69 Acurite 6045 lightning prelim. and 609 cleanup.
* Acurite 6045M Lightning detector preliminary decoding.
  I don't have a display, just the sensor, hoping someone
  who has the display can assist.  Currently working:
  humidity and count of lighting strikes detected.
  The sensor is supposed to report temperature but I haven't
  seen anything in the message that looks reasonable.

* Acurite 609TXC:
** low battery detection
** report device ID, 1 byte which changes on each powerup.
** Enabled device since it now uses structured data.

* Fixed misnamed checksum function, was named CRC but
  the implementation was for a checksum.

* Fixed minor rain counter bug if both the old and new
  5-n-1 weather decoders were enabled.
2016-10-03 15:15:37 -04:00
Benjamin Larsson
f4813390b1 Merge pull request #430 from vestom/master
Minor fixes for auto level as default
2016-09-29 22:27:43 +02:00
Tommy Vestermark
dc68e1672c Various documentation fixes for auto level 2016-09-29 21:59:05 +02:00
Tommy Vestermark
f5d0cf4140 Ensure analyzer works with auto level as default 2016-09-29 21:33:33 +02:00
Benjamin Larsson
2d7072ab08 Merge pull request #428 from rct/auto_level_default
Make auto level limit the default (Fixes #427)
2016-09-18 21:39:06 +02:00
Benjamin Larsson
6670530ca8 Merge pull request #426 from rct/new_template
new_template rework
2016-09-18 21:38:46 +02:00
Benjamin Larsson
652c2262cc Merge pull request #425 from rct/cleanup_201609
Cleanup related to devices disabled by default.
2016-09-18 21:37:56 +02:00
Robert Terzi
4e7c4ab65a Make auto level limit the default 2016-09-18 15:08:11 -04:00
Robert Terzi
ac7283d057 new_template rework
* Prevent new_template and -G from generating spurious output
* Add documentation to new_template
* Provide a more complete structure for new devices
2016-09-18 14:38:00 -04:00
Robert Terzi
a451923d97 Cleanup related to devices disabled by default.
* MAX_PROTOCOLS bumped to 67, didn't get increased when devices where added.
* MAX_PROTOCOLS too small is now a fatal error, instead of segfault'ing later.
* Usage message: show which devices are disabled by default.
* Usage message: be more clear/consistent referring to device protocols vs
  RTL-SDR USB device numbers
* Update README.md to match current usage (help) message.
2016-09-18 14:34:59 -04:00
Karl Lattimer
2994bfb5ce Reverse some more stray changes 2016-09-15 20:20:36 +01:00
Benjamin Larsson
7060bfd47a Merge pull request #422 from klattimer/master
Added support for Kerui PIR sensor
2016-09-15 21:20:17 +02:00
Karl Lattimer
9f8684b0f0 Fixes 2016-09-15 20:18:53 +01:00
Karl Lattimer
f40a1f8409 Added support for Kerui PIR sensor 2016-09-09 20:22:29 +01:00
Benjamin Larsson
2a377b3f18 Merge pull request #421 from enavarro222/ASK
Add RadioHead ASK device
2016-09-09 10:38:46 +02:00
Benjamin Larsson
4c70009bdb Add device debug output 2016-09-05 12:26:07 +02:00
Benjamin Larsson
3cd05d38e7 fprintf fixup 2016-09-05 12:25:31 +02:00
Emmanuel N
30ea881bbe Fix debug output (RH ASK) 2016-09-04 22:09:37 +02:00
Emmanuel N
57a77f8c98 Add CRC=OK (see #416) & fix syntax error (RH ASK) 2016-09-04 21:42:47 +02:00
Emmanuel N
bdd619bb83 Declare variables at the begining (RH ASK) 2016-09-04 21:15:39 +02:00