I’m running Home Assistant via Docker on a mini PC and trying to connect my ESP32 with a BMP280 sensor. The issue is that when I use the ESPHome Docker container, no matter what I try, it can’t find the WiFi network. However, if I use the ESPHome website (Ready-Made Projects — ESPHome) and enter the same network details, it works perfectly.
The downside is that with the website method, I can’t modify the configuration (or I don’t know how), so I don’t get the sensor readings.
Does anyone know how I can fix this issue? Any help would be much appreciated!