I can publish to MQTT topics from the CLI:
mosquitto_pub -h 127.0.0.1 -t homeassistant/sensor/freezers -m "temperature_F: 44" -u xxxxx -P xxxxxxx
~ mosquitto_sub -h 127.0.0.1 -v -t "homeassistant/#"
homeassistant/sensor/freezers temperature_F: 44
But using the same user in the rtl4332mqtt integration fails with “Error: connection refused”. It seems to be connecting, but with issues.
1591544797: New connection from 172.30.32.1 on port 1883.
1591544797: Socket error on client <unknown>, disconnecting.
I am also unable to publish to MQTT using hassio.local as the broker address.
What else can i test?
MQTT: v5.1
rtl4332mqtt: v0.2