Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can it be configured to work with a containerised esphome instance? #20

Open
WizBangCrash opened this issue Apr 14, 2021 · 3 comments
Open
Labels
question Further information is requested

Comments

@WizBangCrash
Copy link

I would love to use this really useful extension, but I'm not sure how to configure it with my setup.

I have homeassistant and esphome running in separate docker containers on a NAS drive and have nothing running local on my PC.
I'm a little confused about the settings and whether I should be using dashboard or local, but setting either to use the URL of my esphome dashboard does not seem to work.
Are there ports on on the docker container I need to open up?

@screenagerbe
Copy link

Same question here. I'm using traefik with wildcard certificate in my docker setup., though.
The ESPhome dashboard is accessible on https://esphome.domain.local/
But I can't get VSCodium, which is running on a Win10 desktop in the same VLAN, to connect to the dashboard. I receive the error: Cannot connect to ESPHome dashboard. Make sure you can access 'https://esphome.domain.local/' and have set the option 'leave_front_door_open': true
So I can access the said url, but I have no idea about the setting leave_front_door_open': true

@glmnet
Copy link
Member

glmnet commented Jul 14, 2021

I have no idea about the setting leave_front_door_open': true

this is a configuration you find in the esphome add on settings. It basically disables security on the add on as there is no implementation to use credentials from this esphome vscode extension.

@screenagerbe
Copy link

I have no idea about the setting leave_front_door_open': true

this is a configuration you find in the esphome add on settings. It basically disables security on the add on as there is no implementation to use credentials from this esphome vscode extension.

Yeah, but I'm not running Home-Assistant OS, my environment is based on this install method: https://www.home-assistant.io/installation/raspberrypi#install-home-assistant-container
So no ESPHome add-on in my setup...

@glmnet glmnet added the question Further information is requested label Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants