Wykres commitów

1255 Commity (098671510dc7fe61239abb184a908db643aa07b7)

Autor SHA1 Wiadomość Data
Fredrik Öhrström 098671510d
Merge pull request #526 from petterreinholdtsen/distclean-more-clean
Added 'distclean' target and clean up test output in 'clean' target.
2022-04-29 08:31:43 +02:00
Petter Reinholdtsen 83c14209f9 Added 'distclean' target and clean up test output in 'clean' target. 2022-04-29 08:23:54 +02:00
Fredrik Öhrström bf4ac2c0cc Add detection and warning of longer telegrams broken by bad cul firmware. 2022-04-28 16:20:30 +02:00
Fredrik Öhrström 0d33fc5879 Update README. 2022-04-27 21:53:18 +02:00
Fredrik Öhrström 7b586e9d8a Added --pollinterval=10m 2022-04-27 21:09:50 +02:00
Fredrik Öhrström 21f1fc113b It is now possible to set mbus as link mode for any meter. 2022-04-27 19:18:30 +02:00
Fredrik Öhrström a234cf02c6 Use wildcard for mfct/version/type when using secondary addressing for mbus. 2022-04-27 18:51:51 +02:00
Fredrik Öhrström c10d324236 Fully converted driver ultrimis driver. 2022-04-26 12:02:11 +02:00
Fredrik Öhrström fc43958b76 Add Address object. 2022-04-26 11:44:00 +02:00
Fredrik Öhrström 3a6bb0a03d Add mbus support. 2022-04-25 19:38:36 +02:00
Fredrik Öhrström 1146fae2c2 Merge branch 'master' of github.com:weetmuts/wmbusmeters 2022-04-23 23:15:18 +02:00
Fredrik Öhrström 2fc9fd11d5 Full converted driver iperl. 2022-04-23 23:10:55 +02:00
Fredrik Öhrström 61b9cd1df4 Fully converted driver ultraheat and values are stored based on vname()+xuantity(). 2022-04-23 23:02:17 +02:00
Fredrik Öhrström 18466f9f2b Fully converted driver minomess. 2022-04-23 18:32:30 +02:00
Fredrik Öhrström 788436b154 Fully converted driver amiplus. 2022-04-23 18:23:04 +02:00
Fredrik Öhrström 620d420938 Full converted sharky driver. 2022-04-23 16:50:55 +02:00
Fredrik Öhrström ebae419f82 New field printing works for partially converted sharky driver. 2022-04-23 16:28:54 +02:00
Fredrik Öhrström 3e56671bfc User meter->getNumericValue instead of fi->getValueDouble. 2022-04-23 10:18:04 +02:00
Fredrik Öhrström 516ce2f8af Remove more or less unused field_name in FieldInfo. 2022-04-23 08:20:22 +02:00
Fredrik Öhrström 63ddd9f69b Add new setting of values in preparation for new meter implementations. 2022-04-22 17:28:57 +02:00
Fredrik Öhrström b7be96e25b Properly handle subunit in sharky driver. 2022-04-19 09:43:10 +02:00
Fredrik Öhrström 47c9b8c653 New driver model: foreach dventry test all field info matchers. 2022-04-19 09:10:14 +02:00
Fredrik Öhrström 2fd4b6b131
Merge pull request #516 from pidpawel/master
Add bash to docker image builders
2022-04-18 17:34:58 +02:00
Paweł Kozubal 8e4ff30c54
Update Dockerfile 2022-04-18 16:58:43 +02:00
Paweł Kozubal 44576b1e40
Update Dockerfile.armhf 2022-04-18 16:58:29 +02:00
Paweł Kozubal 561c27710b
Update Dockerfile.arm64v8 2022-04-18 16:58:15 +02:00
Fredrik Öhrström 11763b2f22 Refactor insert offset and key inside DVEntry add extractor methods to DVEntry. 2022-04-17 17:34:51 +02:00
Fredrik Öhrström 70a7078a57 Refactor. 2022-04-17 15:54:01 +02:00
Fredrik Öhrström d768471598 Refactor. 2022-04-17 15:05:34 +02:00
Fredrik Öhrström b93d1df544 Refactor. 2022-04-17 14:57:03 +02:00
Fredrik Öhrström fc552d0566 Add easy to access ordering of telegram content. 2022-04-17 12:47:06 +02:00
Fredrik Öhrström 4abc31d75c Refactor. 2022-04-17 11:23:45 +02:00
Fredrik Öhrström 29b5efef7c Refactor. 2022-04-16 21:26:51 +02:00
Fredrik Öhrström 384d00a6bd Update DLMS manufacturers. 2022-04-16 20:31:23 +02:00
Fredrik Öhrström f058fb2501 Refactor. 2022-04-16 20:23:37 +02:00
Fredrik Öhrström 7e11dc8174 Refactor. 2022-04-16 18:15:30 +02:00
Fredrik Öhrström cfc6b63f86 Merge branch 'master' of github.com:weetmuts/wmbusmeters 2022-04-16 17:47:33 +02:00
Fredrik Öhrström e01500ea30 Refactor. 2022-04-16 17:47:20 +02:00
Fredrik Öhrström d16c9b42ab
Merge pull request #515 from bb-froggy/patch-1
Typos in README
2022-04-13 22:15:22 +02:00
bb-froggy 6d24952681
Typos in README 2022-04-13 22:04:16 +02:00
Fredrik Öhrström cc89955004 Handle colons inside CMD(...) for a device. 2022-04-11 18:53:50 +02:00
Fredrik Öhrström bf4ac3b097 Add translate bits decimals to index, to properly decode status bits in c5isf driver. 2022-04-11 14:46:25 +02:00
Fredrik Öhrström 1feb9a2cb2 Improve c5isf driver. 2022-04-11 14:01:54 +02:00
tux 84fb55f6f8 Add driver for T1A ESCO telegram for Zenner Heatmeter. They are sent out all 120sec and contain historical data of water or heat consumption
The existing driver for T1B diagnostic telegrams has been renamed to avoid collision
2022-04-09 08:37:52 +02:00
Fredrik Öhrström 869123d1f1 Improve test of hex input. 2022-04-09 08:32:42 +02:00
Fredrik Öhrström be37f172c2
Merge pull request #503 from bb-froggy/patch-1
typo in README
2022-04-09 08:19:22 +02:00
Fredrik Öhrström 35459de112
Merge pull request #505 from bb-froggy/typo-errormessage
typo in error message
2022-04-09 08:18:54 +02:00
Fredrik Öhrström ef5f3fc115 Update ha-addon version. 2022-04-08 15:10:16 +02:00
bb-froggy 432ffc4785 typo in error message 2022-04-02 21:09:05 +02:00
bb-froggy b0798f61c8
Another typo in README 2022-04-01 20:08:02 +02:00