I have 2 nocemcu’s with easyesp that I want to convert to esphome.
But I need a little help below the configuration options I have in easyesp.
I have concerns about the type of switch and the syntax. But maybe it’s supereasy for other members?
the proces of compiling uploading and flashing I already know, but making a correct file with the settings below Im not sure of.
first one:
is a water meter, with temp/hum sensor and switches to control my fan speed.
thanks for your advice.
The DHT examples are clear. But I had troubles with the dallas.
I have added status binary sensor and wifi strength
this is my code:
in the esphome page it says online with a green bullet
but when configuring it say wron password. and when checken the logs it displays:
INFO Connecting to 192.168.0.61:6053 (192.168.0.61)
WARNING Initial connection failed. The ESP might not be connected to WiFi yet (Error connecting to 192.168.0.61: [Errno 113] No route to host). Re-Trying in 2 seconds
But I do not see what’s wrong. Is it possible that espeasy can work with the pins I have chosen but esphome not?
Do you have the correct board type?
Do you have the correct SSID and wifi password?
Have you mapped the mac address to the static IP address in your router (if the address in not in the DHCP range)?
Is the static IP address you are trying to use free or is another device using it?