Open varadujagan opened 1 year ago
It seems a problem with platformio: https://github.com/platformio/platform-espressif8266/issues/281
I have the same issue. Installing tasmota works fine, but not esphome.
I have the same issue. Installing tasmota works fine, but not esphome.
yes for me also works with tesmota, but not in esphome. if u got any solution please share me.
Same problem here. D1 mini pro ESP8266. I have not change anything in the initial yaml:
`esphome:
name: espd1test
esp8266:
board: d1_mini_pro
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "WFVROpHyI6GF1gxpjPn50g6LHK+nhf2flOmYZHJp+Y0="
ota:
password: "0a49bb5de73a59513b052dbbce24022a"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Espd1Test Fallback Hotspot"
password: "VWomHeBo0tEE"
captive_portal:
`
I get this in the log on esphome in google chrome.:
`r$l����$�|�l�#|�����|b�b��on�$oN���cp��l{lslp�n��l��bn�|���#�|~�o�l��$`�Nn�s$N{���osr�`p�o�r��ܜ��"N�|�c��on��$`�no�{lnr���n{l r��n{l �䎐�l`��N�l[I][logger:258]: Log initialized
[C][ota:469]: There have been 3 suspected unsuccessful boot attempts.
[I][app:029]: Running through setup()...
[C][wifi:037]: Setting up WiFi...
[C][wifi:038]: Local MAC: 48:3F:DA:60:18:03
[D][wifi:386]: Starting scan...
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
wdt reset
load 0x4010f000, len 3460, room 16
tail 4
chksum 0xcc
load 0x3fff20b8, len 40, room 4
tail 4
chksum 0xc9
csum 0xc9
v00074f70
~ld`
You cold try:
`esphome:
name: espd1test
esp8266:
board: d1_mini_pro
framework:
version: 3.1.0
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "WFVROpHyI6GF1gxpjPn50g6LHK+nhf2flOmYZHJp+Y0="
ota:
password: "0a49bb5de73a59513b052dbbce24022a"
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Espd1Test Fallback Hotspot"
password: "VWomHeBo0tEE"
captive_portal:
The problem
When I try to use Wemos d1 mini pro in esphome, Wemos d1 mini pro is not booting it is showing some error in the log, which I cont understand.
Which version of ESPHome has the issue?
2022.11.5
What type of installation are you using?
Home Assistant Add-on
Which version of Home Assistant has the issue?
2022.11.5
What platform are you using?
ESP8266
Board
Wemos d1 mini pro
Component causing the issue
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
I didn’t edit anything in the code. it came out when I create a new device by giving the device name and board type.
Note: What I tried:
Tried with different Wemos d1 mini pro (i tried 2 Wemos d1 mini pro with the same code) no use same error in both devices. I tried different both ESPhome flasher and ESPhome web Tools to install the code. I think everything installing the code properly, the problem is in booting only. I change the board type to “d1_mini” and installed it in Wemos d1 mini. no problem with D1 Min working properly.