kopia lustrzana https://github.com/weetmuts/wmbusmeters
Add support for Compact Ve Heat Meter
rodzic
cff3eb5b30
commit
82c6bd3a55
12
README.md
12
README.md
|
@ -243,12 +243,10 @@ expecting the same format that is the output from --logtelegrams. This format al
|
|||
|
||||
As meter quadruples you specify:
|
||||
|
||||
<meter_name> a mnemonic for this particular meter (!Must not contain a colon ':' character!)
|
||||
<meter_type> one of the supported meters
|
||||
(can be suffixed with :<mode> to specify which mode you expect the meter to use when transmitting)
|
||||
<meter_id> an 8 digit mbus id, usually printed on the meter
|
||||
<meter_key> an encryption key unique for the meter
|
||||
if the meter uses no encryption, then supply NOKEY
|
||||
* <meter_name> a mnemonic for this particular meter (!Must not contain a colon ':' character!)
|
||||
* <meter_type> one of the supported meters (can be suffixed with :<mode> to specify which mode you expect the meter to use when transmitting)
|
||||
* <meter_id> an 8 digit mbus id, usually printed on the meter
|
||||
* <meter_key> an encryption key unique for the meter if the meter uses no encryption, then supply NOKEY
|
||||
|
||||
```
|
||||
Supported wmbus dongles:
|
||||
|
@ -288,7 +286,7 @@ Sontex 868 (sontex868)
|
|||
Techem FHKV data II/III (fhkvdataiii)
|
||||
|
||||
Supported heat meter:
|
||||
Heat meter Techem Compact V (compact5) (non-standard protocol)
|
||||
Heat meter Techem Compact V /Compact Ve (compact5) (non-standard protocol)
|
||||
(compact5 is unfortunately not quite supported since we lack a test telegram to prevent regressions)
|
||||
Heat meter Techem Vario 4 (vario451) (non-standard protocol)
|
||||
Heat meter Kamstrup Multical 302 (multical302) (in C1 mode, please open issue for T1 mode)
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
X(CMA12W, MANUFACTURER_ELV, 0x1b, 0x20) \
|
||||
X(COMPACT5, MANUFACTURER_TCH, 0x04, 0x45) \
|
||||
X(COMPACT5, MANUFACTURER_TCH, 0xc3, 0x45) \
|
||||
X(COMPACT5, MANUFACTURER_TCH, 0x43, 0x22) \
|
||||
X(EBZWMBE, MANUFACTURER_EBZ, 0x37, 0x02) \
|
||||
X(EURISII, MANUFACTURER_INE, 0x08, 0x55) \
|
||||
X(EHZP, MANUFACTURER_EMH, 0x02, 0x02) \
|
||||
|
|
Ładowanie…
Reference in New Issue