You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to set this up on a Wemos D1 mini clone and can't get the device to show online in ESPHome. I don't have it connected to my heat pump yet, just running the board its own.
I am able to compile and flash to the device through ESPHome in Home Assistant, with no errors (by having it connected by USB to my laptop)
Sometimes I can see the device show up in my router's client list (unifi), but it shows the "Wifi experience" as "No experience", despite showing a good connection. Then the device will just disappear.
In the Arduino IDE, I tried installing and running the ESP8266 web server example, and I was able to see that page successfully and reliably, so I don't think that I have an issue with the board itself
I tried plugging the device into a different power supply, with no change.
I just went through this, it's most likely not related to this project, but rather your home network config or ESP home rather than this code.
ESPHome uses mDNS to located nodes if your home network is blocking mDNS from working then this will happen. There are a few options, 1. reconfigure your network to get mDNS to work, 2. set ESPHome to use ping rather than mDNS, 3. configure the device to use a static IP and assign it a static IP through your router.
I couldn't figure out the first two so I did the last one, here's some lines from my config to setup the static_ip, i also saw somewhere the power_save_mode might have an effect no idea if this matters.
I am trying to set this up on a Wemos D1 mini clone and can't get the device to show online in ESPHome. I don't have it connected to my heat pump yet, just running the board its own.
Here is my YAML configuration:
hp-test-example-yaml.txt
Any suggestions on what might be going on, or how to debug this further? Not being able to have serial logs makes this trickier.
The text was updated successfully, but these errors were encountered: