I am trying to add my first D1 Mini (bought from AZDelivery " D1 Mini NodeMcu with ESP8266-12F WLAN Module CH340G Lua compatible with Arduino")
to ESPHome.
Problem is it gets setup with
esp8266:
board: esp01_1m
when i onboard it via USB Cable and ESPHome Web.
It comes online in ESPHome but doesn’t give me the amount of I/O’s i need since it does not give me the full feature set of the D1 mini needed for my Stepper Motor project.
What am i doing wrong?
I tried changing the YAML config of the board: from “esp01_01m” to “d1_mini” but then it goes offline.
Fixed. Since i did it wrong i will enter what i did here if it helps anyone else.
Error: When i added the d1 mini by onboarding a new unit via USB Cable and ESPHome Web it made it by default a ESP01_01m config. For some reason changing that to d1_mini and reflashing messed up my config and my board never came back online.
Fix: Adding the config from ESP Home from scratch by creating a bin file for download, selecting the board there and then flashing my d1 mini board worked.
Guess maybe i should have read the manual some more but now it works.