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

Tylko własnie problem polega na tym, że gdzieś robie błąd. Podpinam teraz pod ESP32


Konfiguracja

esphome:
  name: esp32
  friendly_name: ESP32

esp32:
  board: nodemcu-32s
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: "J9nM/JhuWR5KMJcJ0m2YUuT8D3nCOmVZ3IV0qHIsk6I="

ota:
  password: "0069deae68fb981e56ef31827b413b4e"

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  fast_connect: true
  
  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Esp32 Fallback Hotspot"
    password: "lbRvrgjsYxHw"

time:
  - platform: sntp
    id: time_sntp

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

wmbus:
  mosi_pin: GPIO23
  clk_pin:  GPIO18
  miso_pin: GPIO19
  gdo2_pin: GPIO21
  gdo0_pin: GPIO22
  cs_pin:   GPIO5
  log_unknown: true
  led_pin: GPIO2
  led_blink_time: "1s"

  clients:
    - name: "wmbusmeters"
      ip_address: "10.0.0.1"
      port: 7227

captive_portal:

Podpiete pod piny
Mosi = G23
MISO = G19
CLS = G18
CS = G5
GDO2 = G21
GDO0 = G22

I nadal mam błąd sprawdzenia połączeni CC1101 :confused:



20231020_194105

PS. CC1101 wyjęte nówka z paczki, ale być moze uszkodzone :confused: jest możliwość jakość zweryfikować ?