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

Witam.
Trochę się chyba pogubiłem z tymi wersjami.
Piszecie, że dla wersji @main (5) może być najnowsza wersja EspHome.
Ja mam: INFO ESPHome 2025.7.5
Piszecie też, że dla starszych wersji 2, 3, 4 trzeba cofnąć wersję Esphome do wersji 2025.6.4.
To jakim cudem skompilowałem wersję 3 na ESPHome 2025.7.5 dla Wemos D1 Mini która defacto działa.
Skompilowałem też wersję 3 dla Wemos 32 D1 Mini i ta niestety nie działa. Tzn uruchamia się, wykrywa CC1101 i nie ma żadnych błędów lecz nie dekoduje żadnych ramek. Z tego co zauważyłem to w monitorze szeregowym cały czas leci log z taką oto zawartością:

[  1304][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1313][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1322][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1331][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1340][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1349][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1358][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1367][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.
[  1376][E][esp32-hal-gpio.c:190] __digitalRead(): IO 13 is not set as GPIO.

IO13 to pin Miso. Jeśli zdefiniuje inny pin dla Miso to wtedy w logu pojawia się numer ustawionego pinu.
Pomóżcie proszę w uruchomieniu wmbusa na Wemosie 32 D1 Mini
Pozdrawiam.