Hi, new to HA as of yesterday, trying to add ESPHome through supervisor but keeps failing. Running on a Pi3.
Log
20-04-20 08:12:19 ERROR (SyncWorker_2) [supervisor.docker.interface] Can’t install esphome/esphome-hassio-armv7:1.14.3 -> 404 Client Error: Not Found (“no such image: esphome/esphome-hassio-armv7:1.14.3: No such image: esphome/esphome-hassio-armv7:1.14.3”).
What is the install platform?
Hi, new install on a pi3, straight hassos install. other add ons are installing but this fails. Tried the dev build with this error
20-04-22 12:21:38 INFO (SyncWorker_7) [supervisor.docker.addon] Start build 15ef4d2f/armv7-addon-esphome-dev:dev
20-04-22 12:22:22 ERROR (SyncWorker_7) [supervisor.docker.addon] Can’t build 15ef4d2f/armv7-addon-esphome-dev:dev: failed to register layer: error creating overlay mount to /mnt/data/docker/overlay2/72dde670cded424ec291cad4e2d74503ef11b3cca86dea95bfa67e15cab69b28/merged: too many levels of symbolic links
Flashed sd with etcher, but can’t remember formatting the card properly beforehand, could that be an issue even though everything else has installed ok. Iirc etcher formats it anyway?
Disc usage
$ df -h
Filesystem Size Used Available Use% Mounted on
overlay 57.8G 2.5G 52.4G 4% /
tmpfs 64.0M 0 64.0M 0% /dev
tmpfs 462.0M 0 462.0M 0% /sys/fs/cgroup
shm 64.0M 12.0K 64.0M 0% /dev/shm
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /share
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /data
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /config
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /ssl
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /addons
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /backup
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /run/audio
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /etc/asound.conf
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /etc/resolv.conf
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /etc/hostname
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /etc/hosts
/dev/mmcblk0p8 57.8G 2.5G 52.4G 4% /etc/pulse/client.conf
tmpfs 462.0M 0 462.0M 0% /proc/asound
tmpfs 64.0M 0 64.0M 0% /proc/keys
tmpfs 64.0M 0 64.0M 0% /proc/latency_stats
tmpfs 64.0M 0 64.0M 0% /proc/timer_list
tmpfs 64.0M 0 64.0M 0% /proc/sched_debug
tmpfs 462.0M 0 462.0M 0% /sys/firmware
~ $
I’ve been seeing more of this problem with esphome addon. Specifically the too many levels of symbolic links
. I don’t have this issue with my existing install and it appears to be happening for new users. I’ll check around.
Anything you need from me to help let me Know. I’ll do what I can.