Tylko on też ma w logu:
[08:07:42][D][wmbus:184]: Meter ID [0x43410778] RSSI: -78 dBm LQI: 130 Mode: T1 not found in configuration T: 1944A511780741434418A261140013DB27D648AB7711031F7B92 (26)
Teraz już i tak nic się nie da zrobić bo o 17 przestał “nadawać”.
Edit
A jednak, jak już myślałem, że nic nie wysyła to się okazało, że nadaje pewnie 1x godzinę:
esphome:
name: wodomierz
friendly_name: wodomierz
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
level: VERBOSE
# Enable Home Assistant API
api:
encryption:
key: "iwBcklo5f2m33AXZg3AB5q+vnzyrsWfpPPN/Dx3mVF8="
ota:
password: "00c7ff256e069cf8781c53c09ce4372a"
web_server:
port: 80
version: 2
time:
- platform: sntp
id: time_sntp
external_components:
- source: github://SzczepanLeon/esphome-components@main
components: [ wmbus ]
wmbus:
mosi_pin: GPIO13
miso_pin: GPIO5
clk_pin: GPIO2
cs_pin: GPIO14
gdo0_pin: GPIO15
gdo2_pin: GPIO16
log_unknown: True
clients:
- name: "wmbusmeters"
ip_address: "10.0.0.1"
port: 7227
sensor:
- platform: wmbus
type: apator162
meter_id: 0x0060AC8B
key: "00000000000000000000000000000000"
add_prefix: false
mode: T1
# lqi:
# name: "lqi"
# rssi:
# name: "RSSI"
total_water_m3:
name: "water"
wifi:
ssid: "WiFi"
password: "password"
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Wodomierz Fallback Hotspot"
password: "uXqvfzGM1Gmw"
captive_portal:
log:
INFO ESPHome 2023.10.6
INFO Reading configuration /config/esphome/wodomierz.yaml...
INFO Detected timezone 'Europe/Warsaw'
WARNING GPIO5 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO2 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
WARNING GPIO15 is a Strapping PIN and should be avoided.
Attaching external pullup/down resistors to strapping pins can cause unexpected failures.
See https://esphome.io/guides/faq.html#why-am-i-getting-a-warning-about-strapping-pins
INFO Starting log output from wodomierz.local using esphome API
INFO Successfully connected to wodomierz.local
[18:44:15][I][app:102]: ESPHome version 2023.10.6 compiled on Nov 10 2023, 18:40:47
[18:44:15][C][wifi:546]: WiFi:
[18:44:15][C][wifi:382]: Local MAC: B0:A7:32:30:0B:C8
[18:44:15][C][wifi:383]: SSID: 'WiFi'[redacted]
[18:44:15][C][wifi:384]: IP Address: 192.168.0.2
[18:44:15][C][wifi:386]: BSSID: 22:E8:29:6A:89:4B[redacted]
[18:44:15][C][wifi:387]: Hostname: 'wodomierz'
[18:44:15][C][wifi:389]: Signal strength: -18 dB ▂▄▆█
[18:44:15][V][wifi:391]: Priority: 0.0
[18:44:15][C][wifi:393]: Channel: 1
[18:44:15][C][wifi:394]: Subnet: 255.255.255.0
[18:44:15][C][wifi:395]: Gateway: 192.168.0.1
[18:44:15][C][wifi:396]: DNS1: 192.168.0.1
[18:44:15][C][wifi:397]: DNS2: 0.0.0.0
[18:44:15][C][logger:416]: Logger:
[18:44:16][C][logger:417]: Level: VERBOSE
[18:44:16][C][logger:418]: Log Baud Rate: 115200
[18:44:16][C][logger:420]: Hardware UART: UART0
[18:44:16][C][captive_portal:088]: Captive Portal:
[18:44:16][C][web_server:161]: Web Server:
[18:44:16][C][web_server:162]: Address: wodomierz.local:80
[18:44:16][C][sntp:053]: SNTP Time:
[18:44:16][C][sntp:054]: Server 1: '0.pool.ntp.org'
[18:44:16][C][sntp:055]: Server 2: '1.pool.ntp.org'
[18:44:16][C][sntp:056]: Server 3: '2.pool.ntp.org'
[18:44:16][C][sntp:057]: Timezone: 'CET-1CEST,M3.5.0,M10.5.0/3'
[18:44:16][C][mdns:115]: mDNS:
[18:44:16][C][mdns:116]: Hostname: wodomierz
[18:44:16][V][mdns:117]: Services:
[18:44:16][V][mdns:119]: - _esphomelib, _tcp, 6053
[18:44:16][V][mdns:121]: TXT: friendly_name = wodomierz
[18:44:16][V][mdns:121]: TXT: version = 2023.10.6
[18:44:16][V][mdns:121]: TXT: mac = b0a732300bc8
[18:44:16][V][mdns:121]: TXT: platform = ESP32
[18:44:16][V][mdns:121]: TXT: board = esp32dev
[18:44:16][V][mdns:121]: TXT: network = wifi
[18:44:16][V][mdns:121]: TXT: api_encryption = Noise_NNpsk0_25519_ChaChaPoly_SHA256
[18:44:16][V][mdns:119]: - _http, _tcp, 80
[18:44:16][C][ota:097]: Over-The-Air Updates:
[18:44:16][C][ota:098]: Address: wodomierz.local:3232
[18:44:16][C][ota:101]: Using Password.
[18:44:16][C][api:139]: API Server:
[18:44:16][C][api:140]: Address: wodomierz.local:6053
[18:44:16][C][api:142]: Using noise encryption: YES
[18:44:16][C][wmbus:394]: wM-Bus v2.2.31:
[18:44:16][C][wmbus:396]: Clients:
[18:44:16][C][wmbus:403]: wmbusmeters: 10.0.0.1:7227 TCP [rtl-wmbus]
[18:44:16][C][wmbus:411]: CC1101 SPI bus:
[18:44:16][C][wmbus:412]: MOSI Pin: GPIO13
[18:44:16][C][wmbus:413]: MISO Pin: GPIO5
[18:44:16][C][wmbus:414]: CLK Pin: GPIO2
[18:44:16][C][wmbus:415]: CS Pin: GPIO14
[18:44:16][C][wmbus:416]: GDO0 Pin: GPIO15
[18:44:16][C][wmbus:417]: GDO2 Pin: GPIO16
[18:44:16][C][wmbus:424]: Available drivers: amiplus, apator08, apator162, apatoreitn, bmeters, c5isf, compact5, dme07, elf, evo868, fhkvdataiii, hydrocalm3, hydrus, iperl, itron, izar, mkradio3, mkradio4, qheat, qwater, sharky774, topaseskr, ultrimis, unismart, vario451
[18:44:16][C][wmbus:442]: Meter:
[18:44:16][C][wmbus:443]: ID: 6335627 [0x0060AC8B]
[18:44:16][C][wmbus:444]: Type: apator162
[18:44:16][C][wmbus:445]: Mode: T1
[18:44:16][C][wmbus:446]: Key: '00000000000000000000000000000000'
[18:44:16][C][wmbus:448]: Sensor 'water'
[18:44:16][C][wmbus:448]: Device Class: 'water'
[18:44:16][C][wmbus:448]: State Class: 'total_increasing'
[18:44:16][C][wmbus:448]: Unit of Measurement: 'm³'
[18:44:16][C][wmbus:448]: Accuracy Decimals: 3
[18:44:16][C][wmbus:448]: Icon: 'mdi:water'
[18:46:42][I][ota:117]: Boot seems successful, resetting boot loop counter.
[18:46:42][D][esp32.preferences:114]: Saving 1 preferences to flash...
[18:46:42][V][esp32.preferences:126]: sync: key: 233825507, len: 4
[18:46:42][D][esp32.preferences:143]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed
[18:46:42][W][component:214]: Component ota took a long time for an operation (0.05 s).
[18:46:42][W][component:215]: Components should block for at most 20-30ms.
[18:55:04][D][sntp:078]: Synchronized time: 2023-11-10 18:55:04
[19:00:55][D][wmbus:184]: Meter ID [0x06335627] RSSI: -65 dBm LQI: 133 Mode: T1 not found in configuration T: 3E4401062756330605077A190030857CA468E129093C8F8B3366EDD19EFFC8FEF73DEC03E7BD335D4291E4DF2C9606CEB1B443D0647A132EA1EC53BF7C3502 (63)
[19:00:58][W][component:214]: Component wmbus took a long time for an operation (3.05 s).
[19:00:58][W][component:215]: Components should block for at most 20-30ms.