Zigbee2MqttAssistant icon indicating copy to clipboard operation
Zigbee2MqttAssistant copied to clipboard

Cant connect to Z2MA

Open Tontze opened this issue 4 years ago • 1 comments

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

Tontze avatar May 13 '20 14:05 Tontze

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: image

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...

carldebilly avatar May 16 '20 02:05 carldebilly