#S3box3 installation

1 messages · Page 1 of 1 (latest)

wide sun
#

i've created a thread , to not clog up the main channel.
How are you running esphome?

wide sun
#

S3box3 installation

chilly oar
#

In a docker container

#

Also just to clarify something, when using the projects page, which is where the improv error was from, I can set the Wi-Fi credentials fine when installing an empty esphome project.

wide sun
#

ok so possibly an issue with the build in the projects page for the s3box. just to confirm is it an s3box 3 ?

chilly oar
#

Also HA is running in a docker container as well, both on my arch machine. No hass OS

wide sun
chilly oar
#

yes I have; same result

#

this is the esphome docker compose file:

version: '3'
services:
  esphome:
    container_name: esphome
    image: esphome/esphome:latest
    volumes:
      - /mnt/elements/esphome_config:/config
      - /etc/localtime:/etc/localtime:ro
    restart: always
    ports:
      - 6052:6052
wide sun
#

i'm not familiar with docker, however that shouldn't make a difference to compiling. you can also run esphome in a command line from your computer... which may be a better option