Christian W. Zuckschwerdt
|
f97830fa9e
|
minor: Update readme
|
2024-04-07 19:07:40 +02:00 |
|
Christian W. Zuckschwerdt
|
5b2e708566
|
minor: Cleanup ThermoPro-TP28b code style
|
2024-04-07 19:07:40 +02:00 |
|
Josh Pearce
|
6fecf7c0c5
|
Add support for ThermoPro TP28b (#2882)
|
2024-04-07 19:07:40 +02:00 |
|
ProfBoc75
|
78039ff872
|
Add Support for Mueller Hot Rod water meter (#2887)
|
2024-04-07 19:07:37 +02:00 |
|
ProfBoc75
|
f986b7fe40
|
Add Support for Thermor DG950 Weather Station (#2886)
|
2024-04-07 19:07:25 +02:00 |
|
Christian W. Zuckschwerdt
|
926468789b
|
minor: Fix Honeywell-CM921 debug print (closes #2889)
|
2024-03-29 23:55:44 +01:00 |
|
Christian W. Zuckschwerdt
|
eb1a6966eb
|
Add some known fields to Marlec-Solar
|
2024-03-26 20:57:49 +01:00 |
|
Christian W. Zuckschwerdt
|
7da8f63e27
|
Add log rotate support for dumper files (#2876)
|
2024-03-26 11:54:28 +01:00 |
|
David M. Zendzian
|
693cf766b7
|
Added contact_open reed_open mappings to rtl_433_mqtt_hass.py (#2881)
|
2024-03-26 11:53:57 +01:00 |
|
Christian W. Zuckschwerdt
|
66cb6ba5af
|
minor: Add Dostmann etc to Schou-72543
|
2024-03-26 11:51:53 +01:00 |
|
Christian W. Zuckschwerdt
|
1116ce196d
|
Add darker colors for light terminal backgrounds (#2864)
|
2024-03-26 11:46:46 +01:00 |
|
Christian W. Zuckschwerdt
|
c00aa109a3
|
Add microseconds to OOK pulse data outputs
|
2024-03-24 15:46:10 +01:00 |
|
Christian W. Zuckschwerdt
|
7751b570a0
|
build: Fix CMake compatibility (closes #2884)
|
2024-03-24 15:40:33 +01:00 |
|
Christian W. Zuckschwerdt
|
afb5b34709
|
minor: Cleanup hex format string placeholders
%0x -> %x
%2x -> %02x
|
2024-03-16 14:50:17 +01:00 |
|
Christian W. Zuckschwerdt
|
00bd97c63a
|
minor: Cleanup silly format string placeholders
- %3.1f -> %.1f
- %2.1f -> %.1f
- %0.1f -> %.1f
- %.01f -> %.1f
- %i -> %d
|
2024-03-16 14:45:49 +01:00 |
|
Christian W. Zuckschwerdt
|
0dbbe819c7
|
Add OpenMetrics/Prometheus API (#2863)
|
2024-03-16 12:14:00 +01:00 |
|
Christian W. Zuckschwerdt
|
3853c31b4a
|
minor: Cleanup flatten Honeywell-CM921 style
|
2024-03-15 12:49:26 +01:00 |
|
Christian W. Zuckschwerdt
|
3db192c458
|
minor: Add const or warning to static decoder vars
|
2024-03-13 15:37:27 +01:00 |
|
Christian W. Zuckschwerdt
|
6b453ea845
|
minor: Cleanup some indent and braces
|
2024-03-13 13:15:34 +01:00 |
|
Christian W. Zuckschwerdt
|
30a721618f
|
minor: Fix m_bus doxygen hints
|
2024-03-12 21:05:05 +01:00 |
|
Christian W. Zuckschwerdt
|
115cf6eb21
|
minor: Cleanup m_bus data_append, enable dead stores check
|
2024-03-12 20:49:28 +01:00 |
|
Christian W. Zuckschwerdt
|
8786d5b67d
|
minor: Cleanup clang analyze warnings (closes #2872)
|
2024-03-12 19:57:47 +01:00 |
|
Christian W. Zuckschwerdt
|
06170b202d
|
Add strict checks to flex argument parsing
|
2024-03-12 19:00:20 +01:00 |
|
Christian W. Zuckschwerdt
|
5d03ee190b
|
minor: Fix issue with first log message timestamp (closes #2873)
Co-authored-by: Gisle Vanem <gvanem@users.noreply.github.com>
|
2024-03-12 14:47:57 +01:00 |
|
Bruno OCTAU
|
25a0a97454
|
Fix EcoWitt-WS68 wind unit and decoding (#2871)
|
2024-03-12 14:42:51 +01:00 |
|
Christian W. Zuckschwerdt
|
a8fe08cdf3
|
Fix event callback on shutdown (closes #2869)
|
2024-03-11 12:11:42 +01:00 |
|
Christian W. Zuckschwerdt
|
ce30ff888b
|
minor: Fix DATA_STRING should not have a DATA_FORMAT
|
2024-03-11 12:09:28 +01:00 |
|
Christian W. Zuckschwerdt
|
82f63322ad
|
minor: Cleanup gitignore entries
|
2024-03-08 12:53:16 +01:00 |
|
Christian W. Zuckschwerdt
|
f862f46401
|
minor: Add decoder_verbose function
|
2024-03-08 12:41:35 +01:00 |
|
Christian W. Zuckschwerdt
|
f48fc95d7b
|
minor: Refactor create_device to decoder_create with user_data_size
|
2024-03-07 20:38:14 +01:00 |
|
Christian W. Zuckschwerdt
|
f2098fd66a
|
minor: Cleanup decoder verbose usage
|
2024-03-07 14:03:58 +01:00 |
|
Christian W. Zuckschwerdt
|
fe85bd111f
|
minor: Refactor C utility macros
|
2024-03-06 20:16:42 +01:00 |
|
Christian W. Zuckschwerdt
|
2a1bfda929
|
minor: Rename util to bit_util
|
2024-03-06 20:10:15 +01:00 |
|
Christian W. Zuckschwerdt
|
71b6566514
|
minor: Fix timeval_subtract() to const
|
2024-03-04 23:16:08 +01:00 |
|
Christian W. Zuckschwerdt
|
b2a9bf3816
|
build: Add new binary builds (#2859)
|
2024-03-02 15:30:10 +01:00 |
|
Christian W. Zuckschwerdt
|
aea0eaba14
|
docs: Add security note to README
|
2024-03-01 22:32:22 +01:00 |
|
Ådne Hovda
|
e2f5c8e498
|
Add support for Watts WFHT-RF thermostat (#2648)
|
2024-03-01 12:12:51 +01:00 |
|
Christian W. Zuckschwerdt
|
8d1541bde0
|
build: Update Github Actions
|
2024-02-29 11:55:37 +01:00 |
|
Christian W. Zuckschwerdt
|
462e765ddc
|
build: Add Package maintainer note
|
2024-02-29 10:34:12 +01:00 |
|
Christian W. Zuckschwerdt
|
a697a1a92e
|
minor: Change pretty keys in Acurite (#2856)
|
2024-02-29 01:10:34 +01:00 |
|
Christian W. Zuckschwerdt
|
d7713dc366
|
Change distance_km to storm_dist_km, BREAKING change to Bresser-Lightning (#2855)
|
2024-02-29 00:54:05 +01:00 |
|
thetoivonen
|
e1bacc0233
|
Fix Badger-ORION return on decode success (#2854)
|
2024-02-28 21:29:52 +01:00 |
|
Bruno OCTAU
|
152a72f93a
|
Improve Bresser lightning correct msg length and lfsr digest check
|
2024-02-27 01:41:45 +01:00 |
|
Christian W. Zuckschwerdt
|
ac12475211
|
build: Update CI build script
|
2024-02-25 12:08:08 +01:00 |
|
Thomas Vassilian
|
9cb336683d
|
docs: Update Fedora nightly builds info to docs/BUILDING.md (#2850)
|
2024-02-25 11:13:53 +01:00 |
|
Christian W. Zuckschwerdt
|
672c4bbc6c
|
minor: Remove unused _mph and _kph conversion
|
2024-02-23 14:45:03 +01:00 |
|
Christian W. Zuckschwerdt
|
c7e2aee002
|
minor: Fix cross-compile SYSCONFDIR install partially
|
2024-02-23 14:43:59 +01:00 |
|
Christian W. Zuckschwerdt
|
5786c01c8c
|
Add honor the NO_COLOR env var
|
2024-02-16 09:05:21 +01:00 |
|
Christian W. Zuckschwerdt
|
f88bf68578
|
build: Add Doxygen check job
|
2024-02-11 20:03:17 +01:00 |
|
Christian W. Zuckschwerdt
|
4c5081dbba
|
minor: Fix FS20 code style
|
2024-02-11 01:08:40 +01:00 |
|