I have home assistant running in a docker container on Proxmox (setup with the fantastic script from tteck) and ESPHome running in a Proxmox LXC. This works fine and I can upload to devices from the ESPHome dashboard, but Home Assistant is no longer connected to the dashboard as it is on a separate host so device update entities don’t work. How can I reconnect Home Assistant to ESPHome dashboard to fix this. In Home Assistant /config/.storage/esphome.dashboard I set the host to the ESPHome Dashboard host:
I am not running add ons. I run Home Assistant container in a docker container, in a proxmox LXC, as set up by tteck’s Home Assistant Container LXC script. ESPHome runs in a separate proxmox LXC and so is a separate “host” from the home assistant LXC:
It has no connection whatsoever to home assistant other than running on the same Proxmox hardware. And that is exactly my problem, linking home assistant back up to ESPHome so that HA can request firmware builds from ESPHome to update my devices and fix the broken update entities:
I need to tell Home Assistant where to find the ESPHome LXC on my network as it no longer runs on the same host as HA so 127.0.0.1:63787 will not work.
I have an ESPHome integration for each of my ESPHome devices. This links home assistant with the ESPHome device, but not to the ESPHome dashboard which runs separately. Without this connection, Home Assistant cannot request updates from the ESPHome dashboard when I trigger an update from the ESPHome devices update entities.
This is the configuration from when I previously run ESPHome as an add-on within Home Assistant OS Proxmox VM. Since I move to container I don’t know what this should be.
I migrated from bare metal HAOS to running in HAOS on a VM (as apposed to a LXC as OP above) in proxmox. After that my ESPHome add-on would not recognise new devices on the network automatically. So to test this, i spun up a ESPHome LXC which recognised the devices on my network. Something todo with mDNS networking via the add-on running on proxmox HAOS?
Anyway i figured that running ESPHome as an LXC is just as fine, but HAOS does not get the ESPHome updates reported to it.
Hi, I was able to get the ESPHome Dashboard data error to disappear by either removing or updating the /config/.storage/esphome.dashboard file. So mine currently looks like this:
Yes, an easy fix, I was using the wrong port. As soon as I changed the port to 6052, which is what I connect to the ESPHome Dashboard Web UI with, all the update entities came through on home assistant.
/homeassistant/.storage/esphome.dashboard should look like: