Added version 0x0b to lansenpu.

pull/162/head
Fredrik Öhrström 2020-09-04 11:52:30 +02:00
rodzic 13f28980a0
commit 481e156cf2
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -43,6 +43,8 @@ MeterLansenPU::MeterLansenPU(WMBus *bus, MeterInfo &mi) :
{
setExpectedTPLSecurityMode(TPLSecurityMode::AES_CBC_IV);
// version 0x14 for which we have a test telegram
// other version 0x0b reported, but we lack telegram
addLinkMode(LinkMode::T1);
addPrint("counter_a", Quantity::Counter,

Wyświetl plik

@ -101,6 +101,7 @@
X(LANSENTH, MANUFACTURER_LAS, 0x1b, 0x07) \
X(LANSENDW, MANUFACTURER_LAS, 0x1d, 0x07) \
X(LANSENPU, MANUFACTURER_LAS, 0x00, 0x14) \
X(LANSENPU, MANUFACTURER_LAS, 0x00, 0x0b) \
X(MKRADIO3, MANUFACTURER_TCH, 0x62, 0x74) \
X(MKRADIO3, MANUFACTURER_TCH, 0x72, 0x74) \
X(MULTICAL21, MANUFACTURER_KAM, 0x16, 0x1b) \