Hello Everybody, I can not set up ESPHOME on HASSIO. Any idea?
Can you translate/paste the error message please? My browser’s auto translate doesn’t work on pictures.
it is asking for ESPhome junction Host name. Laptop IP or localhost drop error: cant connect to ESP, please verify the YAML file contains an “api:” line.
OR: pecify the connection settings for the ESPHome node.
Failed to connect to ESP. Make sure the YAML file contains the line “api:”.
You are trying to integrate an already compiled esphome device that way. Is that what you want/need? If so, you must have api:
in you esphome config in order to have homeassistant talk to it via this integration.
If not, if you want to start making esphome config/firmware/devices/yamls, you must install the esphome addon… and after that if you have created your first esphome device (firmware) you can add it the way you are doing so it becomes an entity (or more) in homeassistant.
thank you for your help.
I do not know where to find addon store on a portable HASSIO in W10 .
I am running HassWP_2021.1.1
You then will need to find another way to compile your esphome configs and firmware.
According to your installation manual:
If you really needs Hass.io addons on Windows - use virtualization.
hello ,
i had to use the mdns name to get it work:
“computername.local”
ex:
http://commputername.local:6052
it don’t work with ip address here.
it look like something about trusted domains on apache,
i didn’t investigate on this because it work good with mdns