lolouk44
(lolouk44)
March 27, 2019, 8:07pm
2
You would need to create a bridge. I haven’t had one setup for a while so can’t give your any example but you can have a look at this post which I used to set my bridge up
For anyone that’s interested this is what I did after following Bruh’s ’s excellent Owntracks / CloudMQTT guide to get my local Mosquitto instance talking to CloudMQTT.
Create a new mosquitto config in the /etc/mosquitto/conf.d/ directory, I used cloudmqtt.conf (it can be any name as long as it ends with .conf so mosquitto will read it) with the following info…
connection cloudmqtt
address <Instance Server>:<Instance Port>
remote_username <Instance User>
remote_password <Instance Password>
clie…