Issues with ESPHome since Update from 2024.2.2 to 2024.3.0

    Hi all,

     HA 2024.3.2, ESPHome 2024.2.2 running on RPi 4 4Gb RAm, the device named balcon-1 is an esp8266 - yaml file is below.

esphome:
  name: "balcon-1"
  friendly_name: Balcon-1

esp8266:
  board: nodemcuv2

i2c:
  sda: D2
  scl: D1
  scan: true
....... 
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  domain: .mylan.url

    The problem is that updating ESPHome from 2024.2.2 to 2024.3.0 leads to this error(s)

INFO ESPHome 2024.3.0
INFO Reading configuration /config/esphome/balcon-1.yaml…
INFO Starting log output from 192.168.92.140 using esphome API
WARNING Can’t connect to ESPHome API for balcon-1 @ 192.168.92.140: Error connecting to [AddrInfo(family=<AddressFamily.AF_INET: 2>, type=<SocketKind.SOCK_STREAM: 1>, proto=6, sockaddr=IPv4Sockaddr(address=‘192.168.92.140’, port=6053))]: [Errno 113] Connect call failed (‘192.168.92.140’, 6053) (SocketAPIError)
INFO Trying to connect to balcon-1 @ 192.168.92.140 in the background

    The device balcon-1 became offline. Ping it by name in ok, the system knows who is balcon-1;
the difference is is that after upgrade it’s not responding
    I’ve tried deleting and recreating the device from HA, initialising with ESPHome Web, restoring the working version HA+ESPHome and upgrade to ESPHome2024.3.0, then upgrading the
device … nothing worked.
    I’m ok with ESPHome2024.2.2, but however … so if anyone has ideeas, I have time … or wait for ESPHome2024.3.1 (I don’t trust .0 versions … too much)

    Thank you for reading this.

…the message is looking awfull; it was just plain text and dashes which messed it up.
Really sorry …

You need to format your code. Put it between ``` (2 times)

Sorry again, I'll do it.

You don’t add ``` to the words you write. You add it before pasting a code, like this:

(Three accents)
Your pasted code here
(Three accents)

Well … the ESPHome2024.3.1 upgrade worked; I’m running now HA 2024.3.2 with ESPHome 2024.3.1 (lot of numbers) flawlesly; kudos

Best regards,