Wykres commitów

1992 Commity (dbd99698b85f984fa00c905a229d261f4ef0707b)

Autor SHA1 Wiadomość Data
Fredrik Öhrström c08bf05521 Fix 2023-2024 in tests and update xmq.c 2024-01-09 23:31:41 +01:00
Andreas Horrer 757b56d2c8 change data for problem with year encoding in mkradio3 2024-01-01 20:40:41 +01:00
Andreas Horrer f69f9d6aa7 Changed test data due to problems with date encoding 2024-01-01 20:31:45 +01:00
Andreas Horrer dd2df53280 Added output for test_t1_meter.sh to see which test failed 2024-01-01 20:31:13 +01:00
BIBO dc783e1e87
Update Dockerfile
Changing alpine repo where latest version is available. 
With latest version also latest rtl-sdr is available (0.8.0-r0), also rtl_433 is available as package, so no need to build it from source. 
Tested raspi 32 and 64bit with rtl-sdr, HA tests are not done.
2023-12-09 22:15:49 +02:00
dependabot[bot] d22701f978
Bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 21:53:47 +00:00
Fredrik Öhrström 331c5a4018 Correct test that expects a Repeater in the list of meter types. 2023-12-04 13:12:16 +01:00
Fredrik Öhrström 73bb7ef096 Test uses 'echo -n' which needs bash. 2023-12-04 13:03:36 +01:00
Fredrik Öhrström 10fbac056b Add test case to iwmtx5 driver. 2023-12-04 12:10:39 +01:00
Fredrik Öhrström aff37db2c1
Merge pull request #1095 from sunflowerenergias/master
Update driver_iwmtx5.cc
2023-12-04 12:01:24 +01:00
Fredrik Öhrström b011505d7b
Merge pull request #1047 from simonr-de/master
Update driver_sharky
2023-12-04 11:45:51 +01:00
Fredrik Öhrström b0cb4fa44b
Merge pull request #1114 from pimlie/fix-date-format
fix: date format should use semicolon as time separator
2023-12-04 11:44:31 +01:00
Fredrik Öhrström 044a522399 Update CHANGES. 2023-12-04 11:40:01 +01:00
Fredrik Öhrström 47f3256a50 Add test case to kamheat. 2023-12-04 11:39:25 +01:00
Fredrik Öhrström 0c3fa02d4f
Merge pull request #1109 from Jacman777/master
Update driver_kamheat.cc
2023-12-04 11:33:35 +01:00
Fredrik Öhrström 8077791846
Merge pull request #1115 from pimlie/feat-add-driver-lansen-repeater
feat: add driver for lansen repeater (0x0b)
2023-12-04 11:23:23 +01:00
Fredrik Öhrström 2605ff9cb3
Merge pull request #1113 from pimlie/feat-exec-shell-on-meter-add
feat: add support to run shell script when meter is first seen
2023-12-04 11:17:02 +01:00
pimlie 6a9cfcee21 test: add test for lansenrp driver 2023-11-29 20:34:24 +01:00
pimlie efea401f6a feat: add driver for lansen repeater (0x0b) 2023-11-29 19:32:02 +01:00
pimlie 4c194ba802 fix: date format should use semicolon as time separator 2023-11-29 11:17:21 +01:00
pimlie db37acbcdc feat: add support to run shell script when meter is first seen 2023-11-29 10:49:37 +01:00
Jacman777 92fb04e246
Update driver_kamheat.cc
Adding Kamstrup Multical 402 Heat Meter
2023-11-25 02:07:49 +01:00
Fredrik Öhrström b32236f600 Rename woot to target_m3 and target_datetime for hydrus driver. Where target is the total consumption at the end of the previous month. 2023-11-16 11:51:36 +01:00
Sergio Catalan 64602a079f Update driver_iwmtx5.cc
Update driver iwmtx5
2023-11-16 08:10:54 +01:00
Fredrik Öhrström 162658a29a
Merge pull request #1090 from Andi252/fb_add_itron_coldwatermeter_id
Added cold water meter type to itron driver
2023-11-12 19:37:40 +01:00
Fredrik Öhrström 9fbb49b0fc Change name of unknown field in hydrus to total_at_woot_m3 this will prevent overlap with total_at_date_m3. 2023-11-12 18:19:21 +01:00
Fredrik Öhrström 82234acd21 Add cmath for macosx. 2023-11-12 17:54:14 +01:00
Fredrik Öhrström c4b9f0d104 Always detect negative BCD values. Also detect BCD values with all F and treat them as missing data, ie. null in fields and not printed in json. 2023-11-12 15:29:30 +01:00
Fredrik Öhrström 9a99daf0ed You can now do: wmbusmeters --analyze=driver.xmq <hex> 2023-11-12 13:41:35 +01:00
Fredrik Öhrström 3696118db1 Add more loadable driver features. 2023-11-12 13:23:37 +01:00
Fredrik Öhrström 92090073cb Use macros for debug/verbose/trace to avoid calculation of args if debug/verbose/trace are not enabled. 2023-11-12 13:16:51 +01:00
Fredrik Öhrström c5dc2ada51 Add more loadable driver features. 2023-11-12 12:36:22 +01:00
Andreas Horrer f4299e2d6f Added itron cold water meter 2023-11-11 13:23:59 +01:00
Fredrik Öhrström a385737984 Better error messages when trying to load a driver file with errors. 2023-11-10 21:33:09 +01:00
Fredrik Öhrström 22d6880385 Add test for non-existant driver. 2023-11-06 21:04:40 +01:00
Fredrik Öhrström b9306be914 Only try loading driver from disk if the driver name ends with .xmq and is a valid file. 2023-11-06 20:41:30 +01:00
Fredrik Öhrström 3a097388f5 Update README.md with wmbusmeters usage of librtlsdr. 2023-10-31 10:17:41 +01:00
Fredrik Öhrström b2dd2801db
Merge pull request #1045 from geraldhuber/patch-1
Update README.md with paragraph about SDR naming (swradio0...255)
2023-10-31 10:12:04 +01:00
Fredrik Öhrström 6f0773ae7a Add missing include for int64_t etc. 2023-10-14 16:28:16 +02:00
Fredrik Öhrström 128aa77b78 Add libxml2 dependency. 2023-10-14 16:21:50 +02:00
Fredrik Öhrström 872bc53ace
Merge pull request #1052 from wmbusmeters/AddConfigFiles
Initial support for loadable drivers.
2023-10-14 16:10:57 +02:00
Fredrik Öhrström a1f0911a57 Add missing loadable driver files. 2023-10-14 15:58:29 +02:00
Fredrik Öhrström f017694d78 Initial support for loadable drivers. 2023-10-14 15:55:55 +02:00
Fredrik Öhrström 6e3bac97d4 Handle amb8465 dongle with command mode enabled for incoming telegrams. 2023-10-11 17:07:39 +02:00
simonr-de 7c5949d6b1
Update driver_sharky.cc
Changed VifScaling to AutoSigned to fix problem with negative values.
2023-10-09 16:12:35 +02:00
geraldhuber eb6311fec3
Update README.md with paragraph about SDR naming (swradio0...255) 2023-10-07 20:30:33 +02:00
Fredrik Öhrström ce6e2822e5
Merge pull request #1028 from wmbusmeters/dependabot/github_actions/docker/setup-qemu-action-3
Bump docker/setup-qemu-action from 2 to 3
2023-09-15 09:23:02 +02:00
Fredrik Öhrström eb9c90bd2d
Merge pull request #1029 from wmbusmeters/dependabot/github_actions/docker/login-action-3
Bump docker/login-action from 2 to 3
2023-09-15 09:22:41 +02:00
Fredrik Öhrström a8040e5eae
Merge pull request #1030 from wmbusmeters/dependabot/github_actions/docker/setup-buildx-action-3
Bump docker/setup-buildx-action from 2 to 3
2023-09-15 09:22:22 +02:00
Fredrik Öhrström 099fc1472c
Merge pull request #1031 from wmbusmeters/dependabot/github_actions/docker/metadata-action-5
Bump docker/metadata-action from 4 to 5
2023-09-15 09:22:00 +02:00