yllibed / Zigbee2MqttAssistant

GUI for Zigbee2Mqtt running in docker and HASS.IO
450 stars 42 forks source link

Cant connect to Z2MA #272

Open Tontze opened 4 years ago

Tontze commented 4 years ago

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

carldebilly commented 4 years ago

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