#HA Voice PE ESPHome setup

1 messages · Page 1 of 1 (latest)

tranquil stump
#

Hello, I am new to HA and ESPHome, I have both running in containers on Docker.
I tried setting up the Voice PE, after connecting to the wifi it asked to set up ESPHome.
In every tutorial that I watched it automatically finds the ESPHome thing but for me it's asking to enter the connection settings, I entered the ip of the pc where the docker container is running but it's not working. I do get the ESPHome Dashboard in my browser with the ip and port 6052 so that should be correct, right?
Does anybody know the solution? Thank you in advance!

latent steppe
tranquil stump
#

Oh okay like that, yeah it's on an enterprise network with a bunch of firewalls and stuff I don't know. Thanks for the info, I will look into it further

tranquil stump
latent steppe
#

even with stuff allowed you may have to manually connect to it by ip as autodetect may not work with elaborate setups

tranquil stump
latent steppe
tranquil stump
#

My phone it connected to the same hotspot and I get the login screen when entering the ip and port in the browser

latent steppe
#

if you are using an unsupported docker network config then you may have to manually adjust this

#

if your not using host networking it will likely be trying to use the internal docker network ip which obviously wont work from other devices.

tranquil stump
latent steppe
#

when HA wants the VPE to connect to it to stream audio from it: it generates a url to give to the VPE over the API and if HA doesnt know its own base URL correctly the generates URL for the audio stream will be wrong.

#

if your not using the supported network mode then HA is unable to work out what it should be so you will need to manually set it.

tranquil stump
latent steppe
#

yeah so it should look like
http://x.x.x.x:8123

tranquil stump
#

That's what I put

latent steppe
#

you may have to restart home assistant for chage to take effect, then try running the VPE unboarding again

tranquil stump
#

Okay, I'll try that

tranquil stump
#

Thank you so much for your help Michael!

latent steppe
tranquil stump
#

Thanks, I'll take a look!

tranquil stump
latent steppe
#

it should be noted that: I don't think that those containers do GPU acceleration. if you want to add that then you may have to use other images

tranquil stump