Komponent wM-Bus do ESPHome (SzczepanLeon) wersja 3.x - wątek ogólny

To jeszcze przypomnę:

Te wasze ramki jakieś krótkie są. Mój Sharky 745 generuje strasznie długą

7E44A5114954686940047AF4007005EED538812FAE617605999501BC78B7EB798B93109AA6D48B638A243CC235748AD79FEDB6E35598190B835B09E201629D4F8403AAF264B1AF0E8D32608DD6A95E46B170E9F0C5A0F55BFD44B9F051760AAE61353384E8790A8B9D50A3ECBE3A02253D6CC72548F4CEFF89798C63799305

to jest to co dostaję z licznika bez wprowadzonego klucza dla komponentu.
Niestety żadne znalezione w necie klucze nie pomogły tego rozszyfrować.

Dobry wieczór

Od kilkunastu dni próbuję bezskutecznie odczytać w HA (na Proxmox) zużycie wody z następującego zestawu:

  1. Wmbus, CC1101 od Mariusza.
  2. Bmeters GSD8-I z nakładką IWM-TX5.

Niestety HA nie odczytuje zużycia wody z telegramów, a w logach pojawia się komunikat unknown CI field [8C].

Zużycie wody jest widoczne po wklejeniu telegramów na WMBusmeters.org, które jednocześnie podaje, że najlepszym driverem jest c5isf (wpisane do konfiguracji w HA również nic nie pokazuje).

Poczytałem trochę forum i doszedłem do wniosku, że prawdopodobnie dodatek od SzczepanLeon nie dekoduje mojej nakładki, więc próbowałem przesłać ją do pluginu WMBusmeters w HA… Pomimo, że podałem właściwe dane w konfiguracji (dongle jest wpięty do usb terminala) WMBusmeters nie czyta danych. Czy rzucilibyście okiem na moją konfigurację i logi, bo niestety moja znajomość programowania HA sprowadza się do przeklejenia kodu yaml, który znajduję w sieci?

Poniżej konfiguracja dodatku:

esphome:
  name: wodomierz
  friendly_name: wodomierz

esp8266:
  board: nodemcuv2

external_components:
 # - source: github://SzczepanLeon/esphome-components@3.2.0 #wersja 3.2.0
  - source: github://SzczepanLeon/esphome-components@main #zawse na jnowszawersja

    components: [ wmbus ]
    refresh: 0d

# Enable logging
logger:
  level: DEBUG

time:
  - platform: sntp
    id: time_sntp

# Enable Home Assistant API
api:
  encryption:
    key: "eqL27Ob0Ij+0zMqh6xHHNjm6OX+6ESwyS1qnbNJwaE0="

ota:
  password: "88456125abc1520506872727c748f34f"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Licznik-Wody Fallback Hotspot"
    password: "XYZ"

# Sekcja dotycząca brokera MQTT
mqtt:
  broker: homeassistant.local
  port: 1883
  username: homeassistant
  password: hie5chiebaoz0oimei8eKieF4tedaima8OxiegheiDa1Yah7zi5ohwieT7rouqui
  discovery_retain: true
web_server:
  port: 80
  version: 2

captive_portal:

wmbus:
  mosi_pin: GPIO13
  miso_pin: GPIO12
  clk_pin:  GPIO14
  cs_pin:   GPIO2
  gdo0_pin: GPIO5
  gdo2_pin: GPIO4

sensor:
  - platform: wmbus #pierwszy licznik
    type: bmeters
    meter_id: 0x23358941
    key: "00000000000000000000000000000000"
    add_prefix: false #nie dodaje ID do e ncji
    lqi:
      name: "LQI wodomierz"
    rssi:
      name: "RSSI wodomierz"
    total_water_m3:
      name: "licznik"
      force_update: true

Log Debug:

INFO ESPHome 2024.5.1
INFO Reading configuration /config/esphome/wodomierz.yaml...
INFO Updating https://github.com/SzczepanLeon/esphome-components.git@main
INFO Detected timezone 'Europe/Warsaw'
INFO Starting log output from 192.168.50.8 using esphome API
INFO Successfully connected to wodomierz @ 192.168.50.8 in 0.005s
INFO Successful handshake with wodomierz @ 192.168.50.8 in 2.611s
[18:23:21][I][app:100]: ESPHome version 2024.5.1 compiled on May 24 2024, 18:18:36
[18:23:22][C][wifi:580]: WiFi:
[18:23:22][C][wifi:408]:   Local MAC: 34:94:54:95:86:D5
[18:23:22][C][wifi:413]:   SSID: '******'[redacted]
[18:23:22][C][wifi:416]:   IP Address: 192.168.50.8
[18:23:22][C][wifi:419]:   BSSID: 44:4E:6D:BC:7E:40[redacted]
[18:23:22][C][wifi:421]:   Hostname: 'wodomierz'
[18:23:22][C][wifi:423]:   Signal strength: -22 dB ▂▄▆█
[18:23:22][C][wifi:427]:   Channel: 11
[18:23:22][C][wifi:428]:   Subnet: 255.255.255.0
[18:23:22][C][wifi:429]:   Gateway: 192.168.50.1
[18:23:22][C][wifi:430]:   DNS1: 192.168.50.1
[18:23:22][C][wifi:431]:   DNS2: 0.0.0.0
[18:23:22][C][logger:185]: Logger:
[18:23:22][C][logger:186]:   Level: DEBUG
[18:23:22][C][logger:188]:   Log Baud Rate: 115200
[18:23:22][C][logger:189]:   Hardware UART: UART0
[18:23:22][C][captive_portal:088]: Captive Portal:
[18:23:22][C][web_server:173]: Web Server:
[18:23:22][C][web_server:174]:   Address: wodomierz.local:80
[18:23:22][C][sntp:055]: SNTP Time:
[18:23:22][C][sntp:056]:   Server 1: '0.pool.ntp.org'
[18:23:22][C][sntp:057]:   Server 2: '1.pool.ntp.org'
[18:23:22][C][sntp:058]:   Server 3: '2.pool.ntp.org'
[18:23:22][C][sntp:059]:   Timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
[18:23:22][C][mdns:115]: mDNS:
[18:23:22][C][mdns:116]:   Hostname: wodomierz
[18:23:22][C][ota:096]: Over-The-Air Updates:
[18:23:22][C][ota:097]:   Address: wodomierz.local:8266
[18:23:22][C][ota:100]:   Using Password.
[18:23:22][C][ota:103]:   OTA version: 2.
[18:23:22][C][api:139]: API Server:
[18:23:22][C][api:140]:   Address: wodomierz.local:6053
[18:23:22][C][api:142]:   Using noise encryption: YES
[18:23:22][C][mqtt:138]: MQTT:
[18:23:22][C][mqtt:139]:   Server Address: homeassistant.local:1883 (192.168.50.22)
[18:23:22][C][mqtt:141]:   Username: 'homeassistant'[redacted]
[18:23:22][C][mqtt:142]:   Client ID: 'wodomierz-3494549586d5'[redacted]
[18:23:22][C][mqtt:144]:   Discovery prefix: 'homeassistant'
[18:23:22][C][mqtt:145]:   Discovery retain: YES
[18:23:22][C][mqtt:147]:   Topic Prefix: 'wodomierz'
[18:23:22][C][mqtt:149]:   Log Topic: 'wodomierz/debug'
[18:23:22][C][mqtt:152]:   Availability: 'wodomierz/status'
[18:23:22][C][mqtt.sensor:028]: MQTT Sensor 'LQI wodomierz':
[18:23:22][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/lqi_wodomierz/state'
[18:23:22][C][mqtt.sensor:028]: MQTT Sensor 'RSSI wodomierz':
[18:23:22][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/rssi_wodomierz/state'
[18:23:22][C][mqtt.sensor:028]: MQTT Sensor 'licznik':
[18:23:22][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/licznik/state'
[18:23:22][C][wmbus:372]: wM-Bus v3.2.1:
[18:23:22][C][wmbus:389]:   CC1101 frequency: 868.950 MHz
[18:23:22][C][wmbus:390]:   CC1101 SPI bus:
[18:23:22][C][wmbus:391]:     MOSI Pin: GPIO13
[18:23:22][C][wmbus:392]:     MISO Pin: GPIO12
[18:23:22][C][wmbus:393]:     CLK Pin:  GPIO14
[18:23:22][C][wmbus:394]:     CS Pin:   GPIO2
[18:23:22][C][wmbus:395]:     GDO0 Pin: GPIO5
[18:23:22][C][wmbus:396]:     GDO2 Pin: GPIO4
[18:23:22][C][wmbus:403]:   Available drivers:  amiplus, apator08, apator162, apatoreitn, bmeters, c5isf, compact5, dme07, elf, evo868, fhkvdataiii, flowiq2200, hydrocalm3, hydrus, iperl, itron, izar, kamheat, mkradio3, mkradio4, mkradio4a, multical21, qheat, qwater, rfmtx1, sharky774, topaseskr, ultrimis, unismart, vario451
[18:23:22][C][wmbus:421]:   Meter:
[18:23:22][C][wmbus:422]:     ID: 590711105 [0x23358941]
[18:23:22][C][wmbus:423]:     Type: bmeters
[18:23:22][C][wmbus:424]:     Mode: T1
[18:23:22][C][wmbus:425]:     Key: '00000000000000000000000000000000'
[18:23:22][C][wmbus:427]:     Sensor 'LQI wodomierz'
[18:23:22][C][wmbus:427]:       Device Class: 'signal_strength'
[18:23:22][C][wmbus:427]:       State Class: 'measurement'
[18:23:22][C][wmbus:427]:       Unit of Measurement: ''
[18:23:22][C][wmbus:427]:       Accuracy Decimals: 0
[18:23:22][C][wmbus:427]:     Sensor 'RSSI wodomierz'
[18:23:22][C][wmbus:427]:       Device Class: 'signal_strength'
[18:23:22][C][wmbus:427]:       State Class: 'measurement'
[18:23:22][C][wmbus:427]:       Unit of Measurement: 'dBm'
[18:23:22][C][wmbus:427]:       Accuracy Decimals: 0
[18:23:22][C][wmbus:427]:     Sensor 'licznik'
[18:23:22][C][wmbus:427]:       Device Class: 'water'
[18:23:22][C][wmbus:427]:       State Class: 'total_increasing'
[18:23:22][C][wmbus:427]:       Unit of Measurement: 'm³'
[18:23:22][C][wmbus:427]:       Accuracy Decimals: 3
[18:23:22][C][wmbus:427]:       Icon: 'mdi:water'
[18:24:10][D][mbus:034]: Processing T1 A frame
[18:24:10][D][wmbus:090]: Using driver 'bmeters' for ID [0x23358941] RSSI: -48 dBm LQI: 128 Frame: T1 A T: 5144B4094189352318078C00907A490840051F57A21E753BDBA42213125BADBC2D3DF72DB2D74094A73CEC9BDD8A99D474AB31CF4DF95E35940FCCC79C2EC302CC6FD9D7CAA841C9A01EC0535EED7FBFE1DE (82)
[18:24:10][E][utils:214]: (TPL) unknown CI field [8C]
[18:25:10][D][mbus:034]: Processing T1 A frame
[18:25:10][D][wmbus:090]: Using driver 'bmeters' for ID [0x23358941] RSSI: -47 dBm LQI: 128 Frame: T1 A T: 5144B4094189352318078C00917A4A084005966946917CAA113D3401A3AA2E0CDA195DECF73549EEEA04EDB61BDB6CF3A2AE774C1B57B4D446B0137E6F24E04A05CC5296918C553124286D97AB0BDA8B0B5C (82)
[18:25:10][E][utils:214]: (TPL) unknown CI field [8C]

oraz log Verbose:

INFO ESPHome 2024.5.1
INFO Reading configuration /config/esphome/wodomierz.yaml...
INFO Updating https://github.com/SzczepanLeon/esphome-components.git@main
INFO Detected timezone 'Europe/Warsaw'
INFO Starting log output from 192.168.50.8 using esphome API
INFO Successfully connected to wodomierz @ 192.168.50.8 in 0.007s
INFO Successful handshake with wodomierz @ 192.168.50.8 in 2.754s
[18:14:38][I][app:100]: ESPHome version 2024.5.1 compiled on May 22 2024, 17:38:05
[18:14:38][C][wifi:580]: WiFi:
[18:14:38][C][wifi:408]:   Local MAC: 34:94:54:95:86:D5
[18:14:38][C][wifi:413]:   SSID: '******'[redacted]
[18:14:38][C][wifi:416]:   IP Address: 192.168.50.8
[18:14:38][C][wifi:419]:   BSSID: 44:4E:6D:BC:7E:40[redacted]
[18:14:38][C][wifi:421]:   Hostname: 'wodomierz'
[18:14:38][C][wifi:423]:   Signal strength: -21 dB ▂▄▆█
[18:14:38][V][wifi:425]:   Priority: 0.0
[18:14:38][C][wifi:427]:   Channel: 11
[18:14:38][C][wifi:428]:   Subnet: 255.255.255.0
[18:14:38][C][wifi:429]:   Gateway: 192.168.50.1
[18:14:38][C][wifi:430]:   DNS1: 192.168.50.1
[18:14:38][C][wifi:431]:   DNS2: 0.0.0.0
[18:14:38][C][logger:185]: Logger:
[18:14:38][C][logger:186]:   Level: VERBOSE
[18:14:38][C][logger:188]:   Log Baud Rate: 115200
[18:14:38][C][logger:189]:   Hardware UART: UART0
[18:14:38][C][captive_portal:088]: Captive Portal:
[18:14:38][C][web_server:173]: Web Server:
[18:14:38][C][web_server:174]:   Address: wodomierz.local:80
[18:14:38][C][sntp:055]: SNTP Time:
[18:14:38][C][sntp:056]:   Server 1: '0.pool.ntp.org'
[18:14:38][C][sntp:057]:   Server 2: '1.pool.ntp.org'
[18:14:38][C][sntp:058]:   Server 3: '2.pool.ntp.org'
[18:14:38][C][sntp:059]:   Timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
[18:14:38][C][mdns:115]: mDNS:
[18:14:38][C][mdns:116]:   Hostname: wodomierz
[18:14:38][V][mdns:117]:   Services:
[18:14:38][V][mdns:119]:   - _esphomelib, _tcp, 6053
[18:14:38][V][mdns:121]:     TXT: friendly_name = wodomierz
[18:14:38][V][mdns:121]:     TXT: version = 2024.5.1
[18:14:38][V][mdns:121]:     TXT: mac = 3494549586d5
[18:14:38][V][mdns:121]:     TXT: platform = ESP8266
[18:14:38][V][mdns:121]:     TXT: board = nodemcuv2
[18:14:38][V][mdns:121]:     TXT: network = wifi
[18:14:38][V][mdns:121]:     TXT: api_encryption = Noise_NNpsk0_25519_ChaChaPoly_SHA256
[18:14:38][V][mdns:119]:   - _http, _tcp, 80
[18:14:38][C][ota:096]: Over-The-Air Updates:
[18:14:38][C][ota:097]:   Address: wodomierz.local:8266
[18:14:38][C][ota:100]:   Using Password.
[18:14:38][C][ota:103]:   OTA version: 2.
[18:14:38][C][api:139]: API Server:
[18:14:38][C][api:140]:   Address: wodomierz.local:6053
[18:14:38][C][api:142]:   Using noise encryption: YES
[18:14:39][C][mqtt:138]: MQTT:
[18:14:39][C][mqtt:139]:   Server Address: homeassistant.local:1883 (192.168.50.22)
[18:14:39][C][mqtt:141]:   Username: 'homeassistant'[redacted]
[18:14:39][C][mqtt:142]:   Client ID: 'wodomierz-3494549586d5'[redacted]
[18:14:39][C][mqtt:144]:   Discovery prefix: 'homeassistant'
[18:14:39][C][mqtt:145]:   Discovery retain: YES
[18:14:39][C][mqtt:147]:   Topic Prefix: 'wodomierz'
[18:14:39][C][mqtt:149]:   Log Topic: 'wodomierz/debug'
[18:14:39][C][mqtt:152]:   Availability: 'wodomierz/status'
[18:14:39][C][mqtt.sensor:028]: MQTT Sensor 'LQI wodomierz':
[18:14:39][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/lqi_wodomierz/state'
[18:14:39][C][mqtt.sensor:028]: MQTT Sensor 'RSSI wodomierz':
[18:14:39][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/rssi_wodomierz/state'
[18:14:39][C][mqtt.sensor:028]: MQTT Sensor 'licznik':
[18:14:39][C][mqtt.sensor:032]:   State Topic: 'wodomierz/sensor/licznik/state'
[18:14:39][C][wmbus:372]: wM-Bus v3.2.1:
[18:14:39][C][wmbus:389]:   CC1101 frequency: 868.950 MHz
[18:14:39][C][wmbus:390]:   CC1101 SPI bus:
[18:14:39][C][wmbus:391]:     MOSI Pin: GPIO13
[18:14:39][C][wmbus:392]:     MISO Pin: GPIO12
[18:14:39][C][wmbus:393]:     CLK Pin:  GPIO14
[18:14:39][C][wmbus:394]:     CS Pin:   GPIO2
[18:14:39][C][wmbus:395]:     GDO0 Pin: GPIO5
[18:14:39][C][wmbus:396]:     GDO2 Pin: GPIO4
[18:14:39][C][wmbus:403]:   Available drivers:  amiplus, apator08, apator162, apatoreitn, bmeters, c5isf, compact5, dme07, elf, evo868, fhkvdataiii, flowiq2200, hydrocalm3, hydrus, iperl, itron, izar, kamheat, mkradio3, mkradio4, mkradio4a, multical21, qheat, qwater, rfmtx1, sharky774, topaseskr, ultrimis, unismart, vario451
[18:14:39][C][wmbus:421]:   Meter:
[18:14:39][C][wmbus:422]:     ID: 590711105 [0x23358941]
[18:14:39][C][wmbus:423]:     Type: bmeters
[18:14:39][C][wmbus:424]:     Mode: T1
[18:14:39][C][wmbus:425]:     Key: '00000000000000000000000000000000'
[18:14:39][C][wmbus:427]:     Sensor 'LQI wodomierz'
[18:14:39][C][wmbus:427]:       Device Class: 'signal_strength'
[18:14:39][C][wmbus:427]:       State Class: 'measurement'
[18:14:39][C][wmbus:427]:       Unit of Measurement: ''
[18:14:39][C][wmbus:427]:       Accuracy Decimals: 0
[18:14:39][C][wmbus:427]:     Sensor 'RSSI wodomierz'
[18:14:39][C][wmbus:427]:       Device Class: 'signal_strength'
[18:14:39][C][wmbus:427]:       State Class: 'measurement'
[18:14:39][C][wmbus:427]:       Unit of Measurement: 'dBm'
[18:14:39][C][wmbus:427]:       Accuracy Decimals: 0
[18:14:39][C][wmbus:427]:     Sensor 'licznik'
[18:14:39][C][wmbus:427]:       Device Class: 'water'
[18:14:39][C][wmbus:427]:       State Class: 'total_increasing'
[18:14:39][C][wmbus:427]:       Unit of Measurement: 'm³'
[18:14:39][C][wmbus:427]:       Accuracy Decimals: 3
[18:14:39][C][wmbus:427]:       Icon: 'mdi:water'
[18:14:39][V][wmbus:427]:       Force Update: YES
[18:15:08][V][rxLoop:167]: Have 141 bytes from CC1101 Rx, RSSI: -48 dBm LQI: 128
[18:15:08][D][mbus:034]: Processing T1 A frame
[18:15:08][V][mbus:045]: Frame: 64D71C8DC5A570DB252D938B36C593CA56ACB34596B134E67165AC716599C9994BB0B6968F48F1734A4B68B5ACD0D36C3AC4CB5966A95A5D13C4D993C694DC969D29B1ACB23562F199CA693A5CA559665C5A968E3B13AC8D69B439C6999728F1C59A5A70D8DC59CB194D6B232DC953C8BB3239CA4E3933566A9C5C653A533A34E9374A4E2E3D134DC9743538F4 (141) [RAW]
[18:15:08][V][mbus:052]: Frame: 5144B409418935231807E9688C00877A40084005E5938360BCBD4CF36308C1182873006F09C7D1A7DF749FCF86EE103DA4FF29E900540F622D28B0AC24659EBDD5F641B40485708B3497E38E24F227106FD457F72B7F1CF23BC7749C17BC (94) [with CRC]
[18:15:08][V][mbus:095]: Validating CRC for Block1
[18:15:08][V][mbus:115]: Validating CRC for Block2
[18:15:08][V][crc:031]:     calculated: 0x6308, read: 0x6308
[18:15:08][V][mbus:115]: Validating CRC for Block3
[18:15:08][V][crc:031]:     calculated: 0x103D, read: 0x103D
[18:15:08][V][mbus:115]: Validating CRC for Block4
[18:15:08][V][crc:031]:     calculated: 0xD5F6, read: 0xD5F6
[18:15:08][V][mbus:115]: Validating CRC for Block5
[18:15:08][V][crc:031]:     calculated: 0x57F7, read: 0x57F7
[18:15:08][V][mbus:115]: Validating CRC for Block6
[18:15:09][V][crc:031]:     calculated: 0x17BC, read: 0x17BC
[18:15:09][V][mbus:062]: Frame: 5144B4094189352318078C00877A40084005E5938360BCBD4CF3C1182873006F09C7D1A7DF749FCF86EEA4FF29E900540F622D28B0AC24659EBD41B40485708B3497E38E24F227106FD42B7F1CF23BC7749C (82) [without CRC]
[18:15:09][D][wmbus:090]: Using driver 'bmeters' for ID [0x23358941] RSSI: -48 dBm LQI: 128 Frame: T1 A T: 5144B4094189352318078C00877A40084005E5938360BCBD4CF3C1182873006F09C7D1A7DF749FCF86EEA4FF29E900540F622D28B0AC24659EBD41B40485708B3497E38E24F227106FD42B7F1CF23BC7749C (82)
[18:15:09][E][utils:214]: (TPL) unknown CI field [8C]
[18:15:09][W][component:237]: Component wmbus took a long time for an operation (168 ms).
[18:15:09][W][component:238]: Components should block for at most 30 ms.

Wywal sekcje sensor oraz dodaj sekcje clients

Dziękuję bardzo za szybką odpowiedź:)

Zmieniłem konfigurację i teraz pozostaje mi czekać do poniedziałku na dane z nakładki.

Witam, chyba jestem za głupi na ten temat ale próbuje z kompilować esphome, i cały czas mi wywala błąd jak w screenach, może ktoś pomóc, ?



konfig Poniżej

esphome:
  name: water-meter-home

esp8266:
  board: d1_mini


#Enable logging
logger:
  level: DEBUG

# Enable Home Assistant API
api:

ota:
  password: "Coś tam coś tam"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Water-Meter-Home"
    password: "Mcoś tam coś tam"

captive_portal:

time:
  - platform: sntp
    id: time_sntp

external_components:
  - source: github://SzczepanLeon/esphome-components@main
    components: [ wmbus ]

wmbus:
  mosi_pin: GPIO13
  miso_pin: GPIO12
  clk_pin:  GPIO14
  cs_pin:   GPIO2
  gdo0_pin: GPIO5
  gdo2_pin: GPIO4

#led_pin: GPIO0
#led_blink_time: "1s"

sensor:
  - platform: wmbus 
    meter_id: 0x03050582
    type: apator162
    key: "00000000000000000000000000000000"
    add_prefix: false # nie dodaje ID do encji
    lqi:
      name: "Z.W. WC LQI"
    rssi:
      name: "Z.W. WC RSSI"
    total_water_m3:
      name: "Zimna woda WC"

Juz w pierwszym obrazku masz podpowiedź - ten czerwony krzyżyk.

Którą wersję ESPHome masz?

Current version: 2022.2.6

Za stary ESPHome masz.

To już jak powiedziałeś mi o tym to się domysliłem, a wczoraj walczyłem z teatem licznik na zigbee i też miałem błąd i sprawdziłem i zigbee2mqtt też miałem stare:/

Cześć! Mam kłopot z odczytem z dwóch liczników amatora. Jak zostawiam jeden to jest OK, dodaję drugi - nie działa.

time:
  - platform: sntp   
    id: time_sntp

external_components:
  - source: github://SzczepanLeon/esphome-components@main
    components: [ wmbus ]

wmbus:
  mosi_pin: GPIO32
  clk_pin:  GPIO33
  miso_pin: GPIO19
  gdo2_pin: GPIO21
  gdo0_pin: GPIO22
  cs_pin:   GPIO23
  
mqtt:
  broker: 192.168.1.5
  port: 1883
  username: username
  password: password
  
web_server:
  port: 80
  
esphome:
  name: esp32-water-meter
esp32:
  board: esp32dev
  framework:
    type: arduino
    
# Enable logging
logger:
  level: DEBUG
  
ota:
  password: ""

wifi:
  ssid: "xxxxxxx"
  password: "xxxxxxxxxx"

sensor:
  - platform: wmbus   
    meter_id: 0x00337307
    type: apator162
    key: "00000000000000000000000000000000"
    lqi:
      name: "My lqi"   
    rssi:  
      name: "My RSSI"
    total_water_m3:
      name: "My cold water"

  - platform: wmbus
    meter_id: 0x00346639
    type: apator162
    key: "00000000000000000000000000000000"
    lqi:
      name: "My lqi"
    rssi:
      name: "My RSSI"
    total_water_m3:
      name: "My water garden"
  
text_sensor:
  - platform: wmbus
    name: "Text debug for Apator 16-2"

i kilka linijek po starcie programu:

[22:46:41][C][wmbus:372]: wM-Bus v3.2.1:
[22:46:41][C][wmbus:389]:   CC1101 frequency: 868.950 MHz
[22:46:41][C][wmbus:390]:   CC1101 SPI bus:
[22:46:41][C][wmbus:391]:     MOSI Pin: GPIO32
[22:46:41][C][wmbus:424]:     Mode: T1
[22:46:41][C][wmbus:425]:     Key: '00000000000000000000000000000000'
[22:46:41][C][wmbus:427]:     Sensor '0x337307 My lqi'
[22:46:41][C][wmbus:427]:       Device Class: 'signal_strength'
[22:46:41][C][wmbus:427]:       State Class: 'measurement'
[22:46:41][C][wmbus:427]:       Unit of Measurement: ''
[22:46:41][C][wmbus:427]:       Accuracy Decimals: 0
[22:46:41][C][wmbus:427]:     Sensor '0x337307 My RSSI'
[22:46:41][C][wmbus:427]:       Device Class: 'signal_strength'
[22:46:41][C][wmbus:427]:       State Class: 'measurement'
[22:46:41][C][wmbus:427]:       Unit of Measurement: 'dBm'
[22:46:41][C][wmbus:427]:       Accuracy Decimals: 0
[22:46:41][C][wmbus:427]:     Sensor '0x337307 My cold water'
[22:46:41][C][wmbus:427]:       Device Class: 'water'
[22:46:41][C][wmbus:427]:       State Class: 'total_increasing'
[22:46:41][C][wmbus:427]:       Unit of Measurement: 'm³'
[22:46:41][C][wmbus:427]:       Accuracy Decimals: 3
[22:46:41][C][wmbus:427]:       Icon: 'mdi:water'
[22:46:41][C][wmbus:421]:   Meter:
[22:46:41][C][wmbus:422]:     ID: 3434041 [0x00346639]
[22:46:41][C][wmbus:423]:     Type: apator162
[22:46:41][C][wmbus:424]:     Mode: T1
[22:46:41][C][wmbus:425]:     Key: '00000000000000000000000000000000'
[22:46:41][C][wmbus:427]:     Sensor '0x346639 My lqi'
[22:46:41][C][wmbus:427]:       Device Class: 'signal_strength'
[22:46:41][C][wmbus:427]:       State Class: 'measurement'
[22:46:41][C][wmbus:427]:       Unit of Measurement: ''
[22:46:41][C][wmbus:427]:     Sensor '0x346639 My RSSI'
[22:46:41][C][wmbus:427]:       Device Class: 'signal_strength'
[22:46:41][C][wmbus:427]:       State Class: 'measurement'
[22:46:41][C][wmbus:427]:       Unit of Measurement: 'dBm'
[22:46:41][C][wmbus:427]:       Accuracy Decimals: 0
[22:46:41][C][wmbus:427]:     Sensor '0x346639 My water garden'
[22:46:41][C][wmbus:427]:       Device Class: 'water'
[22:46:41][C][wmbus:427]:       State Class: 'total_increasing'
[22:46:41][C][wmbus:427]:       Unit of Measurement: 'm³'
[22:46:41][C][wmbus:427]:       Accuracy Decimals: 3
[22:46:41][C][wmbus:427]:       Icon: 'mdi:water'

Dodaj logi z chwili odczytu.

Bardzo dziękuje za odpowiedź. Dzisiaj oba wodomierze poszły spać, więc podeślę logi w trybie VERY_VERBOSE jutro.

Mam problem z wyświetleniem zużycia ogólnego prądu w HA. Licznik AMIplus TYPE: 73331-1ABCD Zużycie chwilowe i napięcie pokazuje. W zdekodowanym logu są wszystkie dane.

# Licznik Prądu AMIplus
  - platform: wmbus
    meter_id: 0x00002473
    type: amiplus
    key: "48B9AF7AE5B187977E737A517693798B"
    mode: T1C1
    rssi:
      name: "SIH Reader Prąd RSSI"
      icon: "mdi:power-plug"
    voltage_at_phase_1_v:
      name: "Faza V1"
    current_power_consumption_kw:
      name: "Aktualny pobór prądu"
    total_energy_consumption_kwh:
      name: "Energia pobrana"
"media":"electricity",
    "meter":"amiplus",
    "name":"",
    "id":"00002473",
    "current_power_consumption_kw":0.44,
    "current_power_production_kw":0,
    "total_energy_consumption_tariff_1_kwh":4362.624,
    "total_energy_consumption_tariff_2_kwh":0,
    "total_energy_consumption_tariff_3_kwh":0,
    "total_energy_production_tariff_1_kwh":0,
    "total_energy_production_tariff_2_kwh":0,
    "total_energy_production_tariff_3_kwh":0,
    "voltage_at_phase_1_v":239,
    "voltage_at_phase_2_v":0,
    "voltage_at_phase_3_v":0,
    "device_date_time":"2024-06-08 19:45:44",
    "timestamp":"2024-06-08T17:46:32Z"
[21:02:27][I][app:100]: ESPHome version 2024.5.4 compiled on Jun  8 2024, 20:35:39
[21:02:27][C][status_led:019]: Status LED:
[21:02:27][C][status_led:020]:   Pin: GPIO2
[21:02:27][C][wifi:580]: WiFi:
[21:02:27][C][wifi:408]:   Local MAC: 48:E7:29:58:43:58
[21:02:27][C][wifi:413]:   SSID: [redacted]
[21:02:27][C][wifi:416]:   IP Address: 192.168.1.56
[21:02:27][C][wifi:419]:   BSSID: [redacted]
[21:02:27][C][wifi:421]:   Hostname: 'sih-reader'
[21:02:27][C][wifi:423]:   Signal strength: -80 dB ▂▄▆█
[21:02:27][C][wifi:427]:   Channel: 1
[21:02:27][C][wifi:428]:   Subnet: 255.255.255.0
[21:02:27][C][wifi:429]:   Gateway: 192.168.1.1
[21:02:27][C][wifi:430]:   DNS1: 192.168.1.1
[21:02:27][C][wifi:431]:   DNS2: 0.0.0.0
[21:02:27][C][logger:185]: Logger:
[21:02:27][C][logger:186]:   Level: DEBUG
[21:02:27][C][logger:188]:   Log Baud Rate: 0
[21:02:27][C][logger:189]:   Hardware UART: UART0
[21:02:27][C][status:034]: Status Binary Sensor 'Status SIH Reader'
[21:02:27][C][status:034]:   Device Class: 'connectivity'
[21:02:27][C][captive_portal:088]: Captive Portal:
[21:02:27][C][sntp:055]: SNTP Time:
[21:02:27][C][sntp:056]:   Server 1: '0.pool.ntp.org'
[21:02:27][C][sntp:057]:   Server 2: '1.pool.ntp.org'
[21:02:27][C][sntp:058]:   Server 3: '2.pool.ntp.org'
[21:02:27][C][sntp:059]:   Timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
[21:02:27][C][mdns:115]: mDNS:
[21:02:27][C][mdns:116]:   Hostname: sih-reader
[21:02:27][C][ota:096]: Over-The-Air Updates:
[21:02:27][C][ota:097]:   Address: sih-reader.local:8266
[21:02:27][C][ota:100]:   Using Password.
[21:02:27][C][ota:103]:   OTA version: 2.
[21:02:27][C][api:139]: API Server:
[21:02:27][C][api:140]:   Address: sih-reader.local:6053
[21:02:27][C][api:142]:   Using noise encryption: YES
[21:02:27][C][wmbus:372]: wM-Bus v3.2.1:
[21:02:27][C][wmbus:385]:   LED:
[21:02:27][C][wmbus:386]:     Pin: GPIO0
[21:02:27][C][wmbus:387]:     Duration: 150 ms
[21:02:27][C][wmbus:389]:   CC1101 frequency: 868.950 MHz
[21:02:27][C][wmbus:390]:   CC1101 SPI bus:
[21:02:27][C][wmbus:391]:     MOSI Pin: GPIO13
[21:02:27][C][wmbus:392]:     MISO Pin: GPIO12
[21:02:27][C][wmbus:393]:     CLK Pin:  GPIO14
[21:02:27][C][wmbus:394]:     CS Pin:   GPIO15
[21:02:27][C][wmbus:395]:     GDO0 Pin: GPIO5
[21:02:27][C][wmbus:396]:     GDO2 Pin: GPIO4
[21:02:27][C][wmbus:403]:   Available drivers:  amiplus, apator08, apator162, apatoreitn, bmeters, c5isf, compact5, dme07, elf, evo868, fhkvdataiii, flowiq2200, hydrocalm3, hydrus, iperl, itron, izar, kamheat, mkradio3, mkradio4, mkradio4a, multical21, qheat, qwater, rfmtx1, sharky774, topaseskr, ultrimis, unismart, vario451
[21:02:27][C][wmbus:421]:   Meter:
[21:02:27][C][wmbus:422]:     ID: 9331 [0x00002473]
[21:02:27][C][wmbus:423]:     Type: amiplus
[21:02:27][C][wmbus:424]:     Mode: T1
[21:02:27][C][wmbus:425]:     Key: '48B9AF7AE5B187977E737A517693798B'
[21:02:27][C][wmbus:427]:     Sensor '0x2473 Aktualny pobór prądu'
[21:02:27][C][wmbus:427]:       Device Class: 'power'
[21:02:39][D][mbus:034]: Processing T1 A frame
[21:02:42][D][mbus:034]: Processing T1 A frame
[21:02:42][D][wmbus:176]: Meter ID [0x4131DE8B] RSSI: -78 dBm LQI: 130 Frame: T1 A not found in configuration T: 1944304C8BDE3141CC01A211170013A31F96B29441C414CF7454 (26)
[21:02:44][D][mbus:034]: Processing T1 A frame
[21:02:44][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -59 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A271170013237F108AF2DB066E85A053 (26)
[21:02:44][D][sensor:093]: 'SIH Reader RSSI': Sending state -59.00000 dBm with 0 decimals of accuracy
[21:02:44][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.50098 m³ with 3 decimals of accuracy
[21:02:44][I][ota:117]: Boot seems successful, resetting boot loop counter.
[21:02:48][D][mbus:034]: Processing T1 A frame
[21:02:48][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -64 dBm LQI: 128 Frame: T1 A T: 8E44B3387324000003027A0900800518E9BC8BEFC665DB9BECFE8908D156CA400881317792152F00075CCBA4596E58A92ABCA00BEC39D0D5A7FBA67B4B1C013C3454AB659E04ADA30EDD6B5BC34FE505C250F38238E3AE270BC82BAF7A4875C8EC7B74CA5389F8B8FFD4A53DB43D226913CB37660FF7E3EEF7A0ECDCCA78C569D7F8D315F10A1CAB532D7D00557FF8 (143)
[21:02:48][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D2A02150836170C78732400000AFDC9FC0139020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10036737360400008E20030000000000008E30030000000000000B2B8106000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[21:02:48][D][sensor:093]: '0x2473 SIH Reader Prąd RSSI': Sending state -64.00000 dBm with 0 decimals of accuracy
[21:02:48][D][sensor:093]: '0x2473 Aktualny pobór prądu': Sending state 0.68100 kW with 3 decimals of accuracy
[21:02:48][D][sensor:093]: '0x2473 Faza V1': Sending state 239.00000 V with 0 decimals of accuracy
[21:02:48][D][mbus:034]: Processing T1 A frame
[21:02:51][D][mbus:034]: Processing T1 A frame

Ja mam tak i działa

### APATOR GAMA3503
  - platform: wmbus
    meter_id: 0x30415995
    key: "*********************************************"
    type: amiplus
    add_prefix: false
    total_energy_consumption_tariff_1_kwh:
      name: "Licznik energia pobrana"
    current_power_consumption_kw:
      name: "Licznik aktualna moc"
    voltage_at_phase_1_v:
      name: "Licznik napiecie  F1"

Chyba energii… a poczekałeś chociaż jedną dobę na nazbieranie statystyk?

No nie. Sorry, jestem początkujący.

total_energy_consumption_tariff_1_kwh:
próbowałem tego , ale wywala mi jako bład i nie mogę zapisać

w tym kawałku loga widać, że bieżący pobór mocy nazwałeś sobie poborem prądu, ale ja tam nie widzę wskazania zużytej energi - nałap trochę więcej logów, by było choć jedno wskazanie zużytej energii.

foto 1
Zrzut ekranu 2024-06-09 070153

foto 2
calkowite
nie wyświetla mi zużycia “Ogólne” (foto 2) , po nocy wywaliło kosmiczną siedmiocyfrową cyfrę, a powinno 4370.282 kwh., cały czas widniało “nieznany”
w logach w ESP nie ma zużycia “Ogólne”, za to jest w zdekodowanym logu pzez https://wmbusmeters.org/ (foto 1) nie potrafi wyciąnąć tej informacji z loga. Moim zdaniem, mam skopaną linijkę
foto3
Przepisane z dekodera “wmbusmeters.org” linijki działają
voltage_at_phase_1_v:
current_power_consumption_kw:
nie mogę zapisać “total_energy_consumption_tariff_1_kw” krzyczy, że to bład.

fot 5

foto 6

w Studio Code server niby jest ok
fot 4

próbowałem również wpisac linijki sugerowane przez ESP (foto 6)

INFO ESPHome 2024.5.4
INFO Reading configuration /config/esphome/sih-reader.yaml...
INFO Updating https://github.com/SzczepanLeon/esphome-components.git@main
INFO Detected timezone 'Europe/Warsaw'
INFO Generating C++ source...
INFO Compiling app...
Processing sih-reader (board: d1_mini_pro; framework: arduino; platform: platformio/espressif8266@4.2.1)
--------------------------------------------------------------------------------
HARDWARE: ESP8266 80MHz, 80KB RAM, 16MB Flash
Dependency Graph
|-- ESPAsyncTCP-esphome @ 2.0.0
|-- ESPAsyncWebServer-esphome @ 3.2.2
|-- DNSServer @ 1.1.1
|-- ESP8266WiFi @ 1.0
|-- ESP8266mDNS @ 1.2
|-- noise-c @ 0.1.4
|-- SPI @ 1.0
|-- SmartRC-CC1101-Driver-Lib @ 2.5.7+sha.b8c6af4
|-- wmbus-drivers @ 0.0.0+20240521174954.sha.1ad30e4
Compiling .pioenvs/sih-reader/src/main.cpp.o
Linking .pioenvs/sih-reader/firmware.elf
RAM:   [=====     ]  47.2% (used 38640 bytes from 81920 bytes)
Flash: [=====     ]  53.8% (used 561957 bytes from 1044464 bytes)
Building .pioenvs/sih-reader/firmware.bin
esp8266_copy_factory_bin([".pioenvs/sih-reader/firmware.bin"], [".pioenvs/sih-reader/firmware.elf"])
========================= [SUCCESS] Took 14.44 seconds =========================
INFO Successfully compiled program.
INFO Connecting to 192.168.1.56
INFO Uploading /data/build/sih-reader/.pioenvs/sih-reader/firmware.bin (566112 bytes)
INFO Compressed to 391019 bytes
Uploading: [============================================================] 100% Done...

INFO Upload took 2.69 seconds, waiting for result...
INFO OTA successful
INFO Successfully uploaded program.
INFO Starting log output from 192.168.1.56 using esphome API
INFO Successfully connected to sih-reader @ 192.168.1.56 in 19.428s
INFO Successful handshake with sih-reader @ 192.168.1.56 in 2.445s
[08:07:09][I][app:100]: ESPHome version 2024.5.4 compiled on Jun  9 2024, 08:06:32
[08:07:09][C][status_led:019]: Status LED:
[08:07:09][C][status_led:020]:   Pin: GPIO2
[08:07:09][C][wifi:580]: WiFi:
[08:07:09][C][wifi:408]:   Local MAC: 48:E7:29:58:43:58
[08:07:09][C][wifi:413]:   SSID: [redacted]
[08:07:09][C][wifi:416]:   IP Address: 192.168.1.56
[08:07:09][C][wifi:419]:   BSSID: [redacted]
[08:07:09][C][wifi:421]:   Hostname: 'sih-reader'
[08:07:09][C][wifi:423]:   Signal strength: -42 dB ▂▄▆█
[08:07:09][C][wifi:427]:   Channel: 1
[08:07:09][C][wifi:428]:   Subnet: 255.255.255.0
[08:07:09][C][wifi:429]:   Gateway: 192.168.1.1
[08:07:09][C][wifi:430]:   DNS1: 192.168.1.1
[08:07:09][C][wifi:431]:   DNS2: 0.0.0.0
[08:07:09][C][logger:185]: Logger:
[08:07:09][C][logger:186]:   Level: DEBUG
[08:07:09][C][logger:188]:   Log Baud Rate: 0
[08:07:09][C][logger:189]:   Hardware UART: UART0
[08:07:09][C][status:034]: Status Binary Sensor 'Status SIH Reader'
[08:07:09][C][status:034]:   Device Class: 'connectivity'
[08:07:09][C][captive_portal:088]: Captive Portal:
[08:07:09][C][sntp:055]: SNTP Time:
[08:07:09][C][sntp:056]:   Server 1: '0.pool.ntp.org'
[08:07:09][C][sntp:057]:   Server 2: '1.pool.ntp.org'
[08:07:09][C][sntp:058]:   Server 3: '2.pool.ntp.org'
[08:07:09][C][sntp:059]:   Timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
[08:07:09][C][mdns:115]: mDNS:
[08:07:09][C][mdns:116]:   Hostname: sih-reader
[08:07:09][C][ota:096]: Over-The-Air Updates:
[08:07:09][C][ota:097]:   Address: sih-reader.local:8266
[08:07:09][C][ota:100]:   Using Password.
[08:07:09][C][ota:103]:   OTA version: 2.
[08:07:09][C][api:139]: API Server:
[08:07:09][C][api:140]:   Address: sih-reader.local:6053
[08:07:09][C][api:142]:   Using noise encryption: YES
[08:07:09][C][wmbus:372]: wM-Bus v3.2.1:
[08:07:09][C][wmbus:385]:   LED:
[08:07:09][C][wmbus:386]:     Pin: GPIO0
[08:07:09][C][wmbus:387]:     Duration: 150 ms
[08:07:09][C][wmbus:389]:   CC1101 frequency: 868.950 MHz
[08:07:09][C][wmbus:390]:   CC1101 SPI bus:
[08:07:09][C][wmbus:391]:     MOSI Pin: GPIO13
[08:07:09][C][wmbus:392]:     MISO Pin: GPIO12
[08:07:09][C][wmbus:393]:     CLK Pin:  GPIO14
[08:07:09][C][wmbus:394]:     CS Pin:   GPIO15
[08:07:09][C][wmbus:395]:     GDO0 Pin: GPIO5
[08:07:09][C][wmbus:396]:     GDO2 Pin: GPIO4
[08:07:09][C][wmbus:403]:   Available drivers:  amiplus, apator08, apator162, apatoreitn, bmeters, c5isf, compact5, dme07, elf, evo868, fhkvdataiii, flowiq2200, hydrocalm3, hydrus, iperl, itron, izar, kamheat, mkradio3, mkradio4, mkradio4a, multical21, qheat, qwater, rfmtx1, sharky774, topaseskr, ultrimis, unismart, vario451
[08:07:09][C][wmbus:421]:   Meter:
[08:07:09][C][wmbus:422]:     ID: 9331 [0x00002473]
[08:07:09][C][wmbus:423]:     Type: amiplus
[08:07:09][C][wmbus:424]:     Mode: T1
[08:07:09][C][wmbus:425]:     Key: '48B9AF7AE5B187977E737A517693798B'
[08:07:09][C][wmbus:427]:     Sensor 'Aktualny pobór prądu'
[08:07:09][C][wmbus:427]:       Device Class: 'power'
[08:07:24][D][mbus:034]: Processing T1 A frame
[08:07:24][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -69 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A2211700132366BDE5F57D9AD032DD5B (26)
[08:07:24][D][sensor:093]: 'SIH Reader RSSI': Sending state -69.00000 dBm with 0 decimals of accuracy
[08:07:24][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:07:32][D][mbus:034]: Processing T1 A frame
[08:07:32][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A231170013237192AC5E5C4909E9C459 (26)
[08:07:32][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:07:32][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:07:34][D][mbus:034]: Processing T1 A frame
[08:07:34][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -74 dBm LQI: 128 Frame: T1 A T: 8E44B3387324000003027A09008005F628B0C4F003455E3571F815D378D8410BD409E8B8D7FB191E6ED7D20C4D76C6AE5FC78F598F3172C403C246FEADC73BF91E32E77C64CC6B182A462986ADD009FCFC99DE322BB1A7F9C9ECBB94CE714C338D94923BA4E8A1A33EB85BB1C5323FDB34D9019E4928F15D0841A5BB4411A67EC316EFA6CF1FC6D00F0B0BF95E1205 (143)
[08:07:34][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D1C07080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10037306370400008E20030000000000008E30030000000000000B2B9702000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:07:34][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -74.00000 dBm with 0 decimals of accuracy
[08:07:34][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.29700 kW with 3 decimals of accuracy
[08:07:34][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:07:41][D][mbus:034]: Processing T1 A frame
[08:07:41][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 130 Frame: T1 A T: 1944304C90DE3141CC01A24117001323145E500FB97204E88B54 (26)
[08:07:41][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:07:41][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:07:49][D][mbus:034]: Processing T1 A frame
[08:07:49][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A25117001323037119A498A1DD339256 (26)
[08:07:49][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:07:49][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:07:58][D][mbus:034]: Processing T1 A frame
[08:07:58][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A261170013233A00C359FAD5B75EB951 (26)
[08:07:58][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:07:58][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:08:04][D][mbus:034]: Processing T1 A frame
[08:08:04][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -71 dBm LQI: 129 Frame: T1 A T: 8E44B3387324000003027A090080054A0DA52DECFC211B1E102F5A25D22208D88BB7AE830052CDB96100E482B702BA1EBE1C433CB6B62E5239604B618FDDC37FA7776DAAC751188E62C1524E43E82BF3E1236A176C4A5CFFB551C34F15D0308D701D85253C012A0544960475AEE4EBB2BB8D71BBDE61156C6AE9A8FFA28BE5F1FF8BDA17FC682B65C5C3693FFD76FE (143)
[08:08:04][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D3A07080936170C78732400000AFDC9FC0142020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10037506370400008E20030000000000008E30030000000000000B2B9502000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:08:04][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:08:04][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.29500 kW with 3 decimals of accuracy
[08:08:04][D][sensor:093]: 'Faza V1': Sending state 242.00000 V with 0 decimals of accuracy
[08:08:14][D][mbus:034]: Processing T1 A frame
[08:08:14][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A2011700132348E376A33E3D6384EF5E (26)
[08:08:14][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:08:14][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:08:32][D][mbus:034]: Processing T1 A frame
[08:08:32][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A2211700132366BDE5F57D9AD032DD5B (26)
[08:08:32][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:08:32][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:08:34][D][mbus:034]: Processing T1 A frame
[08:08:34][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -71 dBm LQI: 129 Frame: T1 A T: 8E44B3387324000003027A09008005F2CAFC8CB5F722C2025F3404D5C1D392ECE5E391E89BD2B4948CD8F2E6DE1078F1106695F95332205DAD3723C8DC627DBE91D3DB6114A7B3598CE16B675453CDDD94AAB967B3FD9FA7C78F7F86571645FCAAF05FEFF0D61745D7774FAB687B84E933BC24AABD502F13326DFDDB268EB2722E219ABAD13278437CFB243921E114 (143)
[08:08:34][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D1C08080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10037806370400008E20030000000000008E30030000000000000B2B9502000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:08:34][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:08:34][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.29500 kW with 3 decimals of accuracy
[08:08:34][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:08:40][D][mbus:034]: Processing T1 A frame
[08:08:40][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A231170013237192AC5E5C4909E9C459 (26)
[08:08:40][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:08:40][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:08:49][D][mbus:034]: Processing T1 A frame
[08:08:49][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A24117001323145E500FB97204E88B54 (26)
[08:08:49][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:08:49][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:08:57][D][mbus:034]: Processing T1 A frame
[08:08:57][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A25117001323037119A498A1DD339256 (26)
[08:08:57][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:08:57][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:09:06][D][mbus:034]: Processing T1 A frame
[08:09:06][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A261170013233A00C359FAD5B75EB951 (26)
[08:09:06][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:09:06][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:09:14][D][mbus:034]: Processing T1 A frame
[08:09:14][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A271170013232D2F8AF2DB066E85A053 (26)
[08:09:14][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:09:14][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:09:32][D][mbus:034]: Processing T1 A frame
[08:09:32][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A211170013235FCC3F081FEEBA5FF65C (26)
[08:09:32][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:09:32][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:09:34][D][mbus:034]: Processing T1 A frame
[08:09:34][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -76 dBm LQI: 133 Frame: T1 A T: 8E44B3387324000003027A09008005E10772FB182D149AD49C987E3A746EE7BE77CBD0A35D02DF079F28678A0AD60FD0F287CB3AA988A1A973511E724F2138A3F2F972259DD110D47C11701B079191B0A04D284D8EC2EF002E742E3F450ABABB8D3C323B1307702A13513870AF26E3DEFAF4EA14879D8522272A9740E1132EAB7E014499F0CE038AECC561B4E50ED3 (143)
[08:09:34][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D1C09080936170C78732400000AFDC9FC0140020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10038306370400008E20030000000000008E30030000000000000B2B9502000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:09:34][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -76.00000 dBm with 0 decimals of accuracy
[08:09:34][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.29500 kW with 3 decimals of accuracy
[08:09:34][D][sensor:093]: 'Faza V1': Sending state 240.00000 V with 0 decimals of accuracy
[08:09:40][D][mbus:034]: Processing T1 A frame
[08:09:40][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A2211700132366BDE5F57D9AD032DD5B (26)
[08:09:40][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:09:40][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:09:57][D][mbus:034]: Processing T1 A frame
[08:09:57][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A24117001323145E500FB97204E88B54 (26)
[08:09:57][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:09:57][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:10:04][D][mbus:034]: Processing T1 A frame
[08:10:04][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -74 dBm LQI: 132 Frame: T1 A T: 8E44B3387324000003027A09008005F1E444616B952C503D7F5ECF7D920B18DD514384C673D84D8D9BC2B023E3696229EBAECB23958F8FEBDB2AE184BE0E29EDFF5D2C17639435BB2AB4F7C9D55405E1F8BF64DF91D024D71FFF0165750287050130336CBBF79FB856B203CF95146A62C55B569F54326D64F63EC1FCC39B10779FFB74960F7AC11337523ED8945EA0 (143)
[08:10:04][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D3A09080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10038506370400008E20030000000000008E30030000000000000B2B9602000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:10:04][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -74.00000 dBm with 0 decimals of accuracy
[08:10:04][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.29600 kW with 3 decimals of accuracy
[08:10:04][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:10:14][D][mbus:034]: Processing T1 A frame
[08:10:14][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A261170013233A00C359FAD5B75EB951 (26)
[08:10:14][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:10:14][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:10:22][D][mbus:034]: Processing T1 A frame
[08:10:22][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 132 Frame: T1 A T: 1944304C90DE3141CC01A271170013232D2F8AF2DB066E85A053 (26)
[08:10:22][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:10:22][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:10:31][D][mbus:034]: Processing T1 A frame
[08:10:31][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A2011700132348E376A33E3D6384EF5E (26)
[08:10:31][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:10:31][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:10:40][D][mbus:034]: Processing T1 A frame
[08:10:40][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A211170013235FCC3F081FEEBA5FF65C (26)
[08:10:40][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:10:40][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:10:56][D][mbus:034]: Processing T1 A frame
[08:10:56][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A231170013237192AC5E5C4909E9C459 (26)
[08:10:56][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:10:56][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:11:05][D][mbus:034]: Processing T1 A frame
[08:11:05][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A24117001323145E500FB97204E88B54 (26)
[08:11:05][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:11:05][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:11:22][D][mbus:034]: Processing T1 A frame
[08:11:22][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A261170013233A00C359FAD5B75EB951 (26)
[08:11:22][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:11:22][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:11:30][D][mbus:034]: Processing T1 A frame
[08:11:30][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A271170013232D2F8AF2DB066E85A053 (26)
[08:11:30][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:11:30][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:11:34][D][mbus:034]: Processing T1 A frame
[08:11:34][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -76 dBm LQI: 132 Frame: T1 A T: 8E44B3387324000003027A090080054404345B235F9DE27E8545CA21039B520E84BD61A5AA64635455EA2871CEEB54D000E78C96E700FC855B3CCCEBE93A6EA8DE8F6593093B9E197A142D7B56971AE2053CF920E8DE8FB2D9018BD12E36B02C030570343E3655F73B3C94C8DA9DC55F75BB670C7F16F6A7F1738230877ACB8EF3923722AB71AF205ABD51EBE46A4E (143)
[08:11:34][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D1C0B080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10039306370400008E20030000000000008E30030000000000000B2B8203000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:11:34][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -76.00000 dBm with 0 decimals of accuracy
[08:11:34][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.38200 kW with 3 decimals of accuracy
[08:11:34][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:11:48][D][mbus:034]: Processing T1 A frame
[08:11:48][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A211170013235FCC3F081FEEBA5FF65C (26)
[08:11:48][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:11:48][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:11:52][I][ota:117]: Boot seems successful, resetting boot loop counter.
[08:11:56][D][mbus:034]: Processing T1 A frame
[08:11:56][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A2211700132366BDE5F57D9AD032DD5B (26)
[08:11:56][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:11:56][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:12:04][D][mbus:034]: Processing T1 A frame
[08:12:04][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -75 dBm LQI: 131 Frame: T1 A T: 8E44B3387324000003027A090080057003A97ACBECC89BA3FE0BFEFA28702E83D6CC5C31E065CDB8CF3EAF989C2A41DE3C8FC6BED90FAC1817004D04204074AD2D5128B268FA98B0A436B121BFF3718D83B301E08F2FCDEC3571A31F3C0B3BDE4E5C2A85F9CE3A3235538FBAC56C7962367BA57418D358B0460F7376ACD0796D11339BD70C6DB63B2FBE7FC796B424 (143)
[08:12:04][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D3A0B080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10039706370400008E20030000000000008E30030000000000000B2B8103000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:12:04][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -75.00000 dBm with 0 decimals of accuracy
[08:12:04][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.38100 kW with 3 decimals of accuracy
[08:12:04][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:12:04][D][mbus:034]: Processing T1 A frame
[08:12:04][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -71 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A231170013237192AC5E5C4909E9C459 (26)
[08:12:04][D][sensor:093]: 'SIH Reader RSSI': Sending state -71.00000 dBm with 0 decimals of accuracy
[08:12:04][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:12:06][D][mbus:034]: Processing T1 A frame
[08:12:13][D][mbus:034]: Processing T1 A frame
[08:12:14][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -69 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A24117001323145E500FB97204E88B54 (26)
[08:12:14][D][sensor:093]: 'SIH Reader RSSI': Sending state -69.00000 dBm with 0 decimals of accuracy
[08:12:14][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:12:21][D][mbus:034]: Processing T1 A frame
[08:12:22][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 129 Frame: T1 A T: 1944304C90DE3141CC01A25117001323037119A498A1DD339256 (26)
[08:12:22][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:12:22][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy
[08:12:34][D][mbus:034]: Processing T1 A frame
[08:12:34][D][wmbus:090]: Using driver 'amiplus' for ID [0x00002473] RSSI: -75 dBm LQI: 136 Frame: T1 A T: 8E44B3387324000003027A0900800505402D9D5A63EC0859A421CFD5B286E34DA89F1502D4224383BB9CCD12C5CD9682CBE39EE599EF768913CD115DF0C801A6E6D67CB030B17ED93F22F83475ADDA0F5BD3B14A2974A7A74FD9FEA79BB7B7FCEE19D69BD4C59CBFC1F2AC5F7B0053E2A8CF51FC3B9D2B2B878CF327CF43456F3E813C2A96C50F7C5B22DC2B5FB98D (143)
[08:12:34][D][wmbus:104]: Decrypted T : 8E44B3387324000003027A090080052F2F066D1C0C080936170C78732400000AFDC9FC0141020AFDC9FC0200000AFDC9FC0300008E30833C0000000000008E20833C0000000000008E10833C0000000000000BABC8FC100000008E10030007370400008E20030000000000008E30030000000000000B2B7703000BAB3C0000002F2F2F2F2F2F2F2F2F2F2F2F2F2F2F (143)
[08:12:34][D][sensor:093]: 'SIH Reader Prąd RSSI': Sending state -75.00000 dBm with 0 decimals of accuracy
[08:12:34][D][sensor:093]: 'Aktualny pobór prądu': Sending state 0.37700 kW with 3 decimals of accuracy
[08:12:34][D][sensor:093]: 'Faza V1': Sending state 241.00000 V with 0 decimals of accuracy
[08:12:38][D][mbus:034]: Processing T1 A frame
[08:12:38][D][wmbus:090]: Using driver 'izar' for ID [0x4131DE90] RSSI: -70 dBm LQI: 128 Frame: T1 A T: 1944304C90DE3141CC01A271170013232D2F8AF2DB066E85A053 (26)
[08:12:38][D][sensor:093]: 'SIH Reader RSSI': Sending state -70.00000 dBm with 0 decimals of accuracy
[08:12:38][D][sensor:093]: 'SIH Reader Licznik Wody': Sending state 794.83899 m³ with 3 decimals of accuracy