Replies: 8 comments 10 replies
-
I don't see anything wrong in your config but just in case have you tried host network mode? (see https://github.com/Koenkk/zigbee2mqtt/blob/master/docker/docker-compose.yml for reference) |
Beta Was this translation helpful? Give feedback.
-
FYI, I just ran into the exact same issue, so I'm just sharing what the problem was for me, in case anyone else runs into this. In my case, the connection to the MQTT broker wasn't succeeding. I was trying to connect through the docker-compose container_name resolution, that didn't work in Note that the frontend is only started after the MQTT connection succeeds and when that connection succeeds, the logs will show |
Beta Was this translation helpful? Give feedback.
-
I ran into the same issue. |
Beta Was this translation helpful? Give feedback.
-
I too, can only get the frontend to show by using 'network_mode: host' in docker-compose. Is this intentional? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. "network_mode: host" works, but mapping a port doesn't. If I use "network_mode: host" the logs clearly say:
If I use port mapping then this message is missing, but I also do not see any error message? |
Beta Was this translation helpful? Give feedback.
-
I had the same frontend issue and this solved it: (without putting it in host mode) https://www.zigbee2mqtt.io/guide/configuration/frontend.html Simply add |
Beta Was this translation helpful? Give feedback.
-
Thank you very much guys, I was very lost and this very simple solution has helped me a lot. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi!
I'm trying to run z2m using docker-compose. Everything seens to being loaded fine, except frontend.
I'm running on debian 11 (fresh install), firewall disabled (no rules at all), containers looks runing fine, but can't access frontend....seens that is not being loaded at container level, but I'm not sure how to check this.
This is my configuration.yaml file for this instance:
My docker-compose file:
And finally, the log (that doesn't show anything related to the frontend):
And docker ps:
Beta Was this translation helpful? Give feedback.
All reactions