I’m very new to HA and ESPHome.
I have allready a selfmade project with ESP32 in ESPHome Builder, and that runs perfectly.
I bought myself a Smartgateways P1 Reader ESPHome edition.
After doing the standard setup for this device, it was found as a new device, adding it to Home Assistant went perfectly. Device also visible in ESPHome integration.
How ever the device did not appear in ESPHome Builder.
I’ve tried to add it in different ways, but without succes.
Erasing the device and installing it as brand new in ESPHome Builder, showed the device in the Builder and the device was online. Able to change yaml wirelessly.
However when I load the original yaml-file of P1 reader, I can no longer reach the device via ESPHome builder (offline) but when I take a look at my router the device gets a (fixed) ip whenever I reboot it.
Reflashing the device with original bin gets device only in the ESPHome Integration.
Is there anyone who has experience in adding this device to ESPHome Builder ?
Or is there advice to where it could have gone wrong ?
esphome builder uses mdns to connect with and show device status.
If you have confirmed the device is connected to your network, have it currently running with esphome firmware, and know the IP address you may add use_address to the .yaml file you are trying to upload to device to bypass mdns.
This is the code that was on the ESP out of the box.
When powered on the fallback hotspot comes active, and when surfing to the ip that esp32 gives, you can change the wifi setting and the device appers in ESPHome.
If I try to add it in the ESPHome Builder and I remove the # (uncomment) ssid and password, the device is no loger reachable.