Zigbee2MqttAssistant
Zigbee2MqttAssistant copied to clipboard
Cant connect to Z2MA
I do see Z2MA asking for a device list on mosquitto, but i cannot connect to Z2MA ..
Im running it from docker with defaults explained on installation instructions.
What address should i try to connect ? It just says when starting : Now listening on: http://[::]:80
Thnx, Tomi
Since it's running in a docker container, the port inside the container is not very important. Please share the command line you used to start the container, it may help.
Please type the following commands:
docker ps -a
It will show a list of containers like this:
After that, type docker logs <container id>
(as indicated in the previous screenshot, you can type just few characters of it, like b7c0
in this case).
Please provide the output for those 2 commands...