After recently upgrading mosquitto I had issues with MQTT and noticed this issue
daabb899fa4d 1782981874: New client connected from 10.89.0.15:40816 as viseron (p4, c1, k10, u'homeautomation').
daabb899fa4d 1782981874: Client viseron [10.89.0.15:40816] disconnected: oversize packet.
eclipse Mosquitto now defaults max_packet_size to 2M rather than the unlimited it had before.
https://mosquitto.org/man/mosquitto-conf-5.html
It might be worth adding a note to the documentation that Viseron sends large packets and the server will need to be configured to work with this.
After recently upgrading mosquitto I had issues with MQTT and noticed this issue
eclipse Mosquitto now defaults
max_packet_sizeto 2M rather than the unlimited it had before.https://mosquitto.org/man/mosquitto-conf-5.html
It might be worth adding a note to the documentation that Viseron sends large packets and the server will need to be configured to work with this.