#Can someone suggest what I need to do
1 messages · Page 1 of 1 (latest)
Okay, so on a bunch of investigation, I'm now investigating this idea of a bridged MQTT broker with one on HiveMQ. Got the Hive one created, just need to figure out how bridging might work...
Hmmm, I'm clearly not doing something right. I've set up the config for MQTT to this
logins: []
require_certificate: false
certfile: fullchain.pem
keyfile: privkey.pem
customize:
active: true
folder: mosquitto
And created /share/mosquitto/mosquito.conf looking like this:
# https://mosquitto.org/man/mosquitto-conf-5.html
log_type error
log_type warning
log_type notice
log_type information
connection bridge-mosquitto-to-hivemq
address [myaddress].hivemq.cloud:8883
topic # in 0
bridge_protocol_version mqttv311
notifications true
cleansession true
try_private true
remote_clientid hassio
remote_username [username]
remote_password [password]
And it's all starting up and showing happy looking logs, but nothing is shwoing up on the hivemq broker :/