Description
Hi,
I'm trying to migrate from ZHA to Zigbee2MQTT on Home Assistant Green (running official OS with Supervisor).
Everything is working under the hood – coordinator starts correctly, MQTT is connected, and logs show "Zigbee2MQTT started!" and "HTTP server started on port 8080".
However, the web UI is never accessible. Clicking "Open web UI" results in 502 Bad Gateway.
Direct access via http://:8080 or other exposed ports also fails. I tried:
enabling and disabling frontend.port,
using frontend.external: true,
custom ports like 8099,
resetting add-on and reinstalling from official Zigbee2MQTT repo,
multiple full reboots.
Still no success. I suspect the Ingress or container port mapping is broken in my HA Green environment.
Any ideas, experience, or suggestions?
Thanks a lot in advance!
Vaclav