Hi everyone!
I’ve heard other reports that the Zigbee2mqtt / and MQTT integrations no longer worked during a new installation.
I tested it myself, and I get the same result — on a fresh installation, the installation no longer works:
configureContainer.js:26 (MqttHandler.configureContainer) MQTT broker Docker container is being configured...
configureContainer.js:43 (MqttHandler.configureContainer) Writting default eclipse-mosquitto configuration...
installContainer.js:35 (MqttHandler.installContainer) Creating container...
installContainer.js:43 (MqttHandler.installContainer) MQTT broker successfully installed as Docker container
installContainer.js:63 (MqttHandler.installContainer) MQTT saving configuration
installContainer.js:73 (MqttHandler.installContainer) MQTT installed
connect.js:50 (MqttClient.\u003canonymous\u003e) Error while connecting to MQTT - Error: Connection refused: Not authorized
From what I read online, there are indeed issues with Mosquitto 2.0.16.
I’m going to try pinning the image to 2.0.15 in Gladys to see if that actually fixes the issue.