From d90dbb196e28122e42f0f3394a697570dc54b42d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Mon, 15 Apr 2024 08:44:14 +0200 Subject: [PATCH] Add another m,v,t combo for the lse_07_17 driver. --- src/driver_lse_07_17.cc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/driver_lse_07_17.cc b/src/driver_lse_07_17.cc index 8b4e2f9..cc5158c 100644 --- a/src/driver_lse_07_17.cc +++ b/src/driver_lse_07_17.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2021-2022 Fredrik Öhrström (gpl-3.0-or-later) + Copyright (C) 2021-2024 Fredrik Öhrström (gpl-3.0-or-later) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -34,6 +34,7 @@ namespace di.addDetection(MANUFACTURER_LSE, 0x07, 0x18); di.addDetection(MANUFACTURER_LSE, 0x07, 0x16); di.addDetection(MANUFACTURER_LSE, 0x07, 0x17); + di.addDetection(MANUFACTURER_LSE, 0x07, 0xd8); di.setConstructor([](MeterInfo& mi, DriverInfo& di){ return shared_ptr(new Driver(mi, di)); }); }); @@ -207,3 +208,8 @@ namespace // telegram=|2D4465329933961318067ADA000000_0C13567100004C1300000000426CFFFF02BB560000326CFFFF046D2307A12C| // {"media":"warm water","meter":"lse_07_17","name":"Water","id":"13963399","total_m3":7.156,"due_date_m3":0,"due_date":"2127-15-31","what_date_m3":7,"what_date":"2021-11-30","error_code":"OK","error_date":"2127-15-31","device_date_time":"2021-12-01 07:35","meter_version":"11","timestamp":"1111-11-11T11:11:11Z"} // |Water;13963399;7.156;0;2127-15-31;OK;2127-15-31;2021-12-01 07:35;1111-11-11 11:11.11 + +// Test: Water2 lse_07_17 09993623 NOKEY +// telegram=|2d44653223369909d8077a80000000046d130aed2B0c13233332004c1351762700426cdf2c326cffff02BB560000| +// {"device_date_time": "2023-11-13 10:19","due_date": "2022-12-31","due_date_m3": 277.651,"error_code": "OK","error_date": "2127-15-31","id": "09993623","media": "water","meter": "lse_07_17","name": "Water2","timestamp": "1111-11-11T11:11:11Z","total_m3": 323.323} +// |Water2;09993623;323.323;277.651;2022-12-31;OK;2127-15-31;2023-11-13 10:19;1111-11-11 11:11.11