Dirnei / node-red-contrib-zigbee2mqtt-devices

Node-red nodes for controlling and managing zigbee devices managed by zigbee2mqtt
MIT License
30 stars 7 forks source link

Getting Started: documented additional settings for mosquitto 2.0 #108

Closed Andreas-Huber closed 3 years ago

Andreas-Huber commented 3 years ago

The mosquitto 2.0 release changed some default behaviors, so the default configuration in the getting started guide did not work anymore.

In summary, anonymous authentication has to be specified explicitly and a listener to the port (for all interfaces) has to be specified, otherwise it is just accessible from within the container. https://mosquitto.org/documentation/migrating-to-2-0/

Resolves #107