Hi everybody,
is it possible for me to use ESPHome Dashboard
and/or manually flash ESPHome to a device from my regular computer, but then have it show up in ESPHome Dashboard
on my home server (running Home Assistant in a docker container)? If so, can you please tell me how to do this?
Thing is, each nodeMCU
, ESP8266
, etc. device shows up as a different device under /dev/serial/by-id
(obviously!). I cannot just use /dev/ttyUSB0
or similar, as this is used by a CC2531
zigbee router and when I reboot, sometimes those devices get messed up (so neither zigbee2mqtt nor ESPHome Dashboard will work).
If I could initially set up any new ESPHome device from my regular pc, then upload changes etc. via ESPHome Dashboard from within Home Assistant (I have it running on that same machine and linked it as a custom panel), it would be the easiest way and definitely the best way to avoid any problems with linking devices to docker containers.
Thank you for your ideas