Christian W. Zuckschwerdt
fcb85a34af
Add unlockable rtl_tcp control ( #2412 )
2023-03-07 12:52:35 +01:00
Christian W. Zuckschwerdt
6a50144205
Add restartable SDR device ( #2411 )
2023-03-07 12:43:51 +01:00
Christian W. Zuckschwerdt
46de49f358
Change to async SDR acquire thread ( #1978 )
2023-03-07 12:36:35 +01:00
libanp
c949e07cde
Add support for Celsia CZC1 ( #2391 )
...
Co-authored-by: Liban Hannan <liban.p@gmail.com >
2023-03-05 13:32:40 +01:00
Christian W. Zuckschwerdt
d3fb71696f
Add support for Baldr/Rainpoint rain gauge ( closes #2394 )
2023-03-03 12:32:14 +01:00
Bruno OCTAU
9f5bcf335c
Add support for EezTire-E618 TPMS10ATC ( #2387 )
2023-02-26 16:30:47 +01:00
agspoon
a2673db773
Add support for LaCrosse TX31U-IT ( #2386 )
2023-02-19 18:55:34 +01:00
nicolaihess
3b1cb4ff80
Add support for Revolt Energy Monitor NC-5462 ( #2361 )
2023-02-16 22:54:49 +01:00
obones
88ae8f8473
Change literals to string const for strict discarded-qualifiers warnings ( #2379 )
...
- Change hard coded strings are "const" so any variable pointing to them must also have the const specifier to avoid a warning (from -Wdiscarded-qualifiers)
- Change local variables manipulating constant strings must also have the const qualifier
- Change hostport_param, fix remaining hostport_param args
Co-authored-by: Christian W. Zuckschwerdt <christian@zuckschwerdt.org >
2023-02-15 22:12:18 +01:00
Christian W. Zuckschwerdt
e4157bf4d7
Add support for Wireless M-Bus Mode T Downlink ( #2366 )
2023-02-11 18:25:30 +01:00
Benjamin Larsson
fe52c50b20
Add Flowis protocol decoder ( #2357 )
2023-02-04 20:38:18 +01:00
Christian W. Zuckschwerdt
1eb23fdb73
Add support for Gasmate-BA1008 ( #2359 )
2023-02-04 19:33:55 +01:00
Christian W. Zuckschwerdt
92af366642
Add support for Oil-SonicSmart ( #2279 )
2023-02-04 19:22:20 +01:00
obones
cc6f4521d2
Change all r_device declarations to const ( #2352 )
...
Change all r_device declarations to const, which places them in the "read only" memory portion which is distinct from the limited quantity SRAM available on embedded platforms.
2023-01-31 12:32:17 +01:00
obones
76485a0909
Fix pointer restrict for C++ compilers ( #2351 )
2023-01-31 11:40:28 +01:00
Gareth Potter
4968419bf7
Add support for Watchman Sonic Advanced / Plus decoder ( #2323 )
2023-01-25 18:09:55 +01:00
Pierros Papadeas
43a0d871d4
Add support for CED7000 timer ( #2319 )
...
Signed-off-by: Papadeas Pierros <pierros@papadeas.gr >
2023-01-23 10:49:35 +01:00
ProfBoc75
bfba2700a1
Add support for Emax Weather Sensor, improves Altronics X7064 sensor ( #2300 )
2023-01-22 18:26:18 +01:00
joel-bourquard
5f95b42384
Add support for TFA Dostmann 14.1504 Radio-controlled grill and meat thermometer ( #2296 )
...
Co-authored-by: root@rpi <rpi@host.matrixrewriter.com >
2023-01-22 18:09:00 +01:00
Christian W. Zuckschwerdt
db822321e5
minor: Clean up Govee-Water
2023-01-22 17:39:32 +01:00
Jason
4b6dc28382
Add support for new revision of Govee H5054 water leak detector ( #2273 )
2023-01-22 17:35:02 +01:00
loopy321
822ed0c230
Add support for Vauno EN8822C ( #2231 )
...
Co-authored-by: Jamie Barron <gumbald@gmail.com >
2023-01-22 16:52:37 +01:00
Tobias Thurnreiter
2f667a3498
Add support for WEC-2103 temperature/humidity sensor ( #2185 )
2023-01-22 16:31:13 +01:00
Jeff
de9a35d788
Add support for Neptune R900 flow meters ( #2180 )
...
Co-authored-by: Jeffrey S. Ruby <jsruby@gmail.com >
2023-01-22 16:01:08 +01:00
gcohen55
57d124245b
Add support for SRSmith SRS-2C-TX Pool Remote Control ( #2147 )
2023-01-22 15:47:56 +01:00
Lasse Reinhold
8f496e09c4
Add support for Kia Rio III (UB) and Hyundai TPMS sensors ( #2083 )
2023-01-21 20:38:09 +01:00
Topper69
8c5e38f3f5
Add support for TyreGuard 400 TPMS ( #1976 )
...
Co-authored-by: Christian W. Zuckschwerdt <zany@triq.net >
2023-01-21 19:54:04 +01:00
UnscrewLater
8d54e8a8d8
Add support for GEO minim+ energy monitor ( #1970 )
...
Co-authored-by: Lawrence Rust <lvr@softsystem.co.uk >
Co-authored-by: Christian W. Zuckschwerdt <zany@triq.net >
2023-01-21 18:53:27 +01:00
Thomas Laroche
2070798d5e
minor: Fix MSVC build ( #2310 )
...
pthread was included on Windows platform even if it is not supported
2023-01-13 18:39:06 +01:00
Fabrice Fontaine
707b51ecbc
minor: Fix mongoose build without threads ( #2291 )
...
Fix the following build failure without threads:
In file included from /home/buildroot/autobuild/instance-3/output-1/build/rtl_433-22.11/src/data_tag.c:17:
/home/buildroot/autobuild/instance-3/output-1/build/rtl_433-22.11/include/mongoose.h:407:10: fatal error: pthread.h: No such file or directory
407 | #include <pthread.h>
| ^~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/9f1677fc5a4568be0b9c121060c5d821ac2ae21b
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
2022-12-27 21:32:01 +01:00
Christian W. Zuckschwerdt
7d5129786b
Add log output, log redirect, colored KV log ( #2254 )
2022-12-23 13:18:36 +01:00
Christian W. Zuckschwerdt
0ff7247336
Add output log level options ( #2282 )
2022-12-19 18:44:29 +01:00
Christian W. Zuckschwerdt
ad8f348130
minor: Fix pthread_cancel compat
2022-12-17 12:38:17 +01:00
Christian W. Zuckschwerdt
dc95819b3d
Fix to use pthread compat on WIN32 always
2022-12-10 00:04:19 +01:00
Christian W. Zuckschwerdt
18f180252b
minor: Change data output flush to print wrapper
2022-12-04 21:19:56 +01:00
Christian W. Zuckschwerdt
959aa0a3a2
Add basic logger ( #2263 )
2022-12-04 10:41:51 +01:00
Christian W. Zuckschwerdt
24c2a2baf4
minor: Change bitbuffer_print to deprected
2022-12-01 13:38:43 +01:00
Christian W. Zuckschwerdt
94d7b69338
Fix Win32 thread calling convention
2022-11-20 19:03:38 +01:00
Christian W. Zuckschwerdt
e67a9f586b
minor: Fix Mongoose deprecated function prototype
2022-11-19 17:55:01 +01:00
Christian W. Zuckschwerdt
2119ad6319
minor: Refactor code for pulse_data
2022-09-19 09:39:04 +02:00
Christian W. Zuckschwerdt
aae921c1db
minor: Cleanup style for pulse_detect_fsk
2022-09-19 08:57:20 +02:00
Christian W. Zuckschwerdt
e8ec15e65f
Add decode symbol helper and flex option ( #2161 )
2022-08-27 15:39:10 +02:00
Nicko van Someren
9c53fa084f
Add support for Badger ORION water meter ( #2089 )
2022-08-08 09:48:38 +02:00
Robert Högberg
cd90897b7f
Add support for Rubicson pool thermometer 48942 ( #2137 )
2022-08-06 22:50:13 +02:00
anthyz
d0af8eaebb
Add support for Fine Offset WN34 temperature sensor ( #2122 )
2022-08-06 16:38:23 +02:00
jbfunk
fbb5fb32c8
Add support for Maverick XR-30 ( #2090 )
2022-08-06 16:00:11 +02:00
anthyz
a6c5044c34
Add support for Fine Offset WH45 air quality sensor
2022-07-05 12:26:03 -04:00
dforsi
f8d98dfdc3
minor: Fix spelling errors ( #2082 )
...
Fixed with:
codespell --interactive=1 --write-changes --ignore-words-list=als,ans,hass,hist,hsa,produkt,proove,temperatur,toke --skip=CHANGELOG.md,mongoose.*
Co-authored-by: Daniele Forsi <iu5hkx@gmail.com >
2022-06-04 13:43:37 +02:00
Pietro210
51271b36e7
Add support for HCS200/HCS300 based remotes with FSK transmitters ( #2052 )
2022-04-24 15:26:18 +02:00
Christian W. Zuckschwerdt
d67ee968e1
minor: Fix MSVC build
2022-04-24 12:43:12 +02:00