I’m trying to setup esphome on windows docker,
I plugged the d1 mini and while trying to connect
getting “Unable to compile the configuration”
I tried:
reset the device
re plug it while connect window is open
compose file:
version: '3.7'
services:
esphome:
container_name: esphome
image: esphome/esphome:latest
volumes:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
restart: always
privileged: true
ports:
- "6052:6052"
I did verify the device is working
as installing basic installation
working via:
https://web.esphome.io/?dashboard_wizard