Hello, i want to establish a permanent connection on an external broker, so that Cedalo can recieve all data from the topic i subscibed. Im new to MQTT and Cedalo so I dont have that much knowledge.
I know how to create a bridge, since i had to build one to one of our Chirpstack brokers to collect its data on Cedalo. But now I have the problem that i have to subscribe to the broker from an external company.
They gave me following credentials:
adress
port 8883
username
password
topic
Those credentials work since i can get all data when using mosquitto_sub, but i somehow cant get that bridge to work. I tried adding a listener 8883 but that also didnt happen. The external company also told me that it cant be a problem on their side since it works on all other customers, but they use an EMQX broker instead of mosquitto.
My mosquitto.conf has the default setup and until now we only used port 1883 for communication.