#I might ve found the problem in my Z2M
1 messages ยท Page 1 of 1 (latest)
Yes, t needs to be the IP of the host (or if you're running Mosquitto in the same Docker stack you can use the name of the container) and the port, eg
server: mqtt://mosquitto:1883
You also want to use authentication on your broker.
And yes, don't use permit_join: true that's Bad โข๏ธ