Wykres commitów

318 Commity (3bdad1b302a3ca1d22b0eaeaca1f8957bec1ffe8)

Autor SHA1 Wiadomość Data
Michal Bursa 3bdad1b302 SerialDeviceTTY::working() now uses fstat() to see if device is working 2020-01-19 22:47:05 +01:00
Michal Bursa 919ea6a7d2 add support for multiple dongles to udev rules and systemd service 2020-01-19 22:17:33 +01:00
Michal Bursa 210148b223 implement a check if tty device is working 2020-01-19 20:48:20 +01:00
Michal Bursa 2404330740 a fix for cmdline override in daemon mode 2020-01-19 19:31:08 +01:00
weetmuts 315e216efc Added support for cmdline override of config file for device and listento. 2020-01-19 17:55:46 +01:00
weetmuts 1d61456991 Work on proper CI decoding. 2020-01-19 16:52:33 +01:00
weetmuts d429c9d153 Fix CI fields. 2020-01-18 16:25:55 +01:00
weetmuts 466d7415b1 Improved understanding of CI-fields. 2020-01-18 16:01:36 +01:00
weetmuts aee08e2b5e Added initial code coverage support. 2020-01-17 16:13:02 +01:00
weetmuts ff88bd4d35 Added Dockerfile 2020-01-09 18:42:02 +01:00
weetmuts 7fa9f1079a Added support for d1tc wmbus dongle. 2019-12-28 11:19:50 +01:00
weetmuts 389b72cbfb Added yet another apator162 offset. 2019-12-28 10:33:18 +01:00
weetmuts 7fd56e1812 Fix README 2019-12-11 18:58:44 +01:00
weetmuts cf7efb8127 Added support for meterfilestimestamp 2019-12-11 18:56:34 +01:00
weetmuts bf233da26c Added support for Hydrodigit water meter. 2019-12-07 14:46:28 +01:00
weetmuts b0caefa115 Added better text explaining format hashes. 2019-12-06 16:08:51 +01:00
weetmuts fb6ab7acbc Added another hash for compressed format signature. 2019-12-06 15:56:56 +01:00
Fredrik Öhrström b8bafeb2c5
Merge pull request #52 from mbursa/kem_file_import
Kem file import with ZIP support
2019-12-04 07:35:17 +01:00
Michal Bursa 53d6ad034c Add readme for utils folder 2019-12-03 21:15:31 +01:00
Michal Bursa d669ff5973 Update readme 2019-12-03 21:06:11 +01:00
Michal Bursa 75352d9588 Accept a zip file on input 2019-12-03 21:05:18 +01:00
weetmuts fc5444a2d2 Added format signature for hash 0xf1e7 multical302 2019-11-26 21:54:46 +01:00
weetmuts af69a84769 Updated CHANGES 2019-11-26 18:13:49 +01:00
weetmuts b39080f10f Correctly supported Multical302 meter. 2019-11-26 16:12:32 +01:00
weetmuts 78d7eb55da Added support for Hydrus meter. 2019-11-26 14:24:17 +01:00
Fredrik Öhrström 4af4d0e49e
Merge pull request #50 from chester4444/CULsupported
CULsupported
2019-11-23 12:35:27 +01:00
chester4444 8362044120
description update 2019-11-22 19:43:38 +01:00
chester4444 582e7285cb
modified for CUL support 2019-11-22 18:53:52 +01:00
chester4444 a7e6cdde2f
adding support for CUL devices 2019-11-22 18:50:55 +01:00
weetmuts 9035da7adc Fix failing test. 2019-11-21 14:59:57 +01:00
Fredrik Öhrström 670fdf9132
Merge pull request #49 from skazi0/env-meter-name
Added env variable with meter name
2019-11-21 14:58:30 +01:00
Jacek Tomasiak f9b7626d04 Added env variable with meter name 2019-11-21 09:25:39 +01:00
Fredrik Öhrström c03085b02e
Merge pull request #47 from mbursa/kem_file_import
Add a script to import meter information from a Kamstrup KEM file
2019-11-20 20:08:45 +01:00
Michal Bursa cb2db86799 Add a script to import meter information from a Kamstrup KEM file 2019-11-20 19:01:22 +01:00
weetmuts e86d32168b Added logging of data inside sn in ci=0x8d transport. 2019-11-20 07:14:35 +01:00
weetmuts d257228235 Fix bug that prevented /bin/sh in busybox from working. 2019-11-18 07:33:25 +01:00
weetmuts ed47714854 Update CHANGES 2019-11-10 08:09:21 +01:00
Fredrik Öhrström 260e53e046
Merge pull request #42 from skazi0/izar
Diehl/Sappel IZAR Water meter support
2019-11-10 08:02:22 +01:00
weetmuts bb7927f8f1 Added checks to handle corrupted telegrams. 2019-11-04 00:35:00 +01:00
weetmuts d5adff8918 Added missing file. 2019-11-03 23:49:37 +01:00
weetmuts 9d6f60a428 Updated CHANGES. 2019-11-03 23:45:16 +01:00
weetmuts d3e221ffbf Updated README 2019-11-03 23:43:29 +01:00
weetmuts cae1144283 Improved testing. 2019-11-03 22:00:18 +01:00
weetmuts 291c0b2452 Continuous stream on stdin now works. 2019-11-03 17:05:08 +01:00
weetmuts 28d5495882 Added support for stdin and file.\n 2019-11-03 16:31:30 +01:00
Jacek Tomasiak 7e6d075d94 Fix medium type in IZAR meter output
For some reason IZAR meters return "oil" as medium type.
Added override should hide this problem and return correct "water" type.
2019-11-01 23:30:16 +01:00
Jacek Tomasiak 061e6e3cec Extract "last month total" from Izar telegrams
This is a snapshot of total consumption value take around end of
last month.
2019-11-01 22:47:00 +01:00
Jacek Tomasiak 573c999cff Add custom PRIOS key support 2019-10-29 21:48:37 +01:00
Jacek Tomasiak 302b08a478 Add Izar water meter support 2019-10-29 21:48:36 +01:00
weetmuts 04d8662f87 Added fuzzing of full telegrams. 2019-10-28 22:27:08 +01:00