Prior to this error I have converted six of the exact same devices (Martin Jerry SD01/preflashed with Tasmota) from Tasmota to ESPHome.
On my seventh device I am getting an error that I do not know how to fix or find.
INFO Successfully compiled program.
INFO Connecting to 192.168.2.57
INFO Uploading /config/.esphome/build/light-greatroom-dimmer/.pioenvs/light-greatroom-dimmer/firmware.bin (486512 bytes)
INFO Compressed to 342209 bytes
ERROR Error auth result: Error: Authentication invalid. Is the password correct?
My process for converting my switch has been to
A. use the ip address to log into the tasmota device.
B. Upload a minimal tasmota.bin file. Make more room on the device.
C. Create a new device in esphome with a minimal configuration and a static ip setup.
D. Do a manual download in esphome and create a legacy bin file.
E. In the tasmota device do an OTA update using the esphome bin file.
F. Tasmota shows me my new static ip address.
G. I verify through my router dashboard that the new device shows up.
H. I then will create a more robust esphome yaml file whic I wirelessly upload.
Like I said that this process has worked for 6 devices, but the seventh one shows up in my router, I can also get a positive result if I ping it’s ip. But, when I try to upload any file it gives me the above error.
What password is it looking for the SSID, OTA?
What options are there that can help me solve this.
Thank you community for your help.