#S3box3 installation
1 messages · Page 1 of 1 (latest)
S3box3 installation
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.
ok so possibly an issue with the build in the projects page for the s3box. just to confirm is it an s3box 3 ?
Also HA is running in a docker container as well, both on my arch machine. No hass OS
have you tried installing from this link https://www.home-assistant.io/voice_control/s3_box_voice_assistant/#installing-the-software-onto-the-esp32-s3-box
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
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