Hi all,
I’ve just migrated my HA server to a Pi. Everything but the MQTT works fine. I’m moving from a windows based MQTT broker to the MQTT addon in HA. It’s installed and running, but when any of my devices try to connect I get this error in the MQTT Addon logs:
1609134525: New connection from 192.168.1.13 on port 1883.
1609134525: Socket error on client , disconnecting.
1609134528: New connection from 192.168.1.19 on port 1883.
1609134528: Socket error on client , disconnecting.
1609134531: New connection from 192.168.1.17 on port 1883.
1609134531: Socket error on client , disconnecting.
1609134536: New connection from 192.168.1.13 on port 1883.
1609134536: Socket error on client , disconnecting.
… etc …
These devices are running Tasmota and connect just fine to my other existing MQTT broker. So I assusme the new Addon broker is the issue.
I can connect to the MQTT server with MQTT Explorer, but nothing is logged in there and even when I publish a test topic, it doesn’t get logged (but maybe because there are no subscribers to it?). There are no tops. Not even the $SYS topics:
Here’s my MQTT Config:
logins: []
anonymous: true
customize:
active: false
folder: mosquitto
certfile: fullchain.pem
keyfile: privkey.pem
quiet_logs: true
require_certificate: false
I’m happy with anonymous, non secure connections on my local network.
Any idea? I’m not sure what else to try…