Troubleshooting ESPHome API Connection Issues

I recently encountered an issue while trying to connect to my ESPHome devices. After making some minor changes and attempting to use the Manual update method, I noticed that while all my ESP devices showed as online, I couldn’t view their log files using the wireless connection option. The error message I received was: “WARNING Can’t connect to ESPHome API for 12.168.x.xx: Error connecting to (‘12.168.1.xx’, 6053): [Errno 113] Connect call failed (‘12.168.1.xx’, 6053)”.

I’ve tried numerous suggestions from forums and tutorials, but nothing seems to resolve the issue. Here’s what I’ve attempted so far:

  1. Checked Network Settings: Ensured that the ESP devices and my computer are on the same network and that there are no firewall restrictions blocking port 6053.
  2. Restarted Devices: Rebooted both the ESP devices and my router multiple times.
  3. Updated Firmware: Made sure all ESP devices are running the latest firmware.
  4. Reviewed Configuration: Double-checked the ESPHome configuration files to ensure there are no typos or incorrect IP addresses.

Despite these efforts, the issue persists. I’m wondering if there might be a specific setting or a less commonly known workaround that could fix this. Has anyone else encountered a similar problem and found a solution? Any insights or suggestions would be greatly appreciated!

If anyone could help me figure out what’s going wrong, I’d be more than happy to share any additional details or logs that might assist in diagnosing the issue.