connection awsiot
address xxxxx.us-west-2.amazonaws.com:8883
# Specifying which topics are bridged and in what fashion
topic STATE/# out 1
topic # in 1
# Setting protocol version explicitly
bridge_protocol_version mqttv311
bridge_insecure false
# Bridge connection name and MQTT client Id, enabling the connection automatically when the broker starts.
cleansession true
clientid TEST_THINGccc
start_type automatic
notifications false
log_type all
try_private false
bridge_outgoing_retain false
The text was updated successfully, but these errors were encountered:
When upgrading from 1.6.9 to 2.05 (or any other version in the 2.x branch) the bridge stops working with a unknown error.
Here are the configuration we are using:
The text was updated successfully, but these errors were encountered: