adonno / tagreader

Simple to build/use NFC tag reader, specially created for Home Assistant
https://adonno.com
GNU General Public License v3.0
1.13k stars 175 forks source link

Error: Could not find one of 'package.json' manifest files in the package #236

Open simonepittis opened 1 year ago

simonepittis commented 1 year ago

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 :-)