node-red-contrib-mqtt-homie
v0.1.9
Published
Node-RED MQTT Homie - Controller and Devices
Downloads
4
Readme
node-red-contrib-mqtt-homie
Node-RED MQTT Homie - Controller and Devices
Modifications to mosquitto.conf
:
# =================================================================
# General configuration
# =================================================================
# The maximum number of QoS 1 and 2 messages currently inflight per
# client.
# This includes messages that are partway through handshakes and
# those that are being retried. Defaults to 20. Set to 0 for no
# maximum. Setting to 1 will guarantee in-order delivery of QoS 1
# and 2 messages.
max_inflight_messages 1
# The maximum number of QoS 1 and 2 messages to hold in a queue
# above those that are currently in-flight. Defaults to 100. Set
# to 0 for no maximum (not recommended).
# See also queue_qos0_messages.
max_queued_messages 500