node-red-contrib-mqtt-homie

0.1.9 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i node-red-contrib-mqtt-homie

Weekly Downloads

2

Version

0.1.9

License

Apache-2.0

Unpacked Size

121 kB

Total Files

8

Last publish

Collaborators

  • mikejac