You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to make this Tag Reader for my Daugther with special needs in communication, using my Home Assistant.
if I use web.esphome.io I can prepare the ESP Device and add the WiFi credential with no error. After I see it on my ESPHome AddOn and I press "Adopt"... no errors.
Now I start to see the error. if I try to add the API key or the tagreader.yaml file I seen all time this error:
INFO Reading configuration /config/esphome/esphome-web-14e0e2.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esphome-web-14e0e2 (board: esp01_1m; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
Error: Could not find one of 'package.json' manifest files in the package
and this the main config installed by the web tool:
esphome:
name: esphome-web-14e0e2
friendly_name: ESPHome Tag Giulia
Hi, I want to make this Tag Reader for my Daugther with special needs in communication, using my Home Assistant.
if I use web.esphome.io I can prepare the ESP Device and add the WiFi credential with no error. After I see it on my ESPHome AddOn and I press "Adopt"... no errors.
Now I start to see the error. if I try to add the API key or the tagreader.yaml file I seen all time this error:
INFO Reading configuration /config/esphome/esphome-web-14e0e2.yaml...
INFO Generating C++ source...
INFO Compiling app...
Processing esphome-web-14e0e2 (board: esp01_1m; framework: arduino; platform: platformio/espressif8266 @ 3.2.0)
Error: Could not find one of 'package.json' manifest files in the package
and this the main config installed by the web tool:
esphome:
name: esphome-web-14e0e2
friendly_name: ESPHome Tag Giulia
esp8266:
board: esp01_1m
Enable logging
logger:
Enable Home Assistant API
api:
encryption:
key: "jsc5JCZN/PWXapgxwvrc9ifku8EUZdpg41MEXYzRZSs="
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esphome-Web-14E0E2"
password: "PIDFt7Kre7jL"
captive_portal:
How to fix it?
thanks for help :-)
The text was updated successfully, but these errors were encountered: