Hi there, I managed to connect to the mosquitto broker using SSL, but I am not getting any values and it looks that it's not scanning.
I try to send values from mosquitto in two ways:
I get an error from IoT Gateway that it can't deserialize the data, also in the MQTT Client OPC Quick Client there is nothing in the Value tag. The MQTT tag address is like this: /sensor+PM25
Any help would be appreciated. Thankyou!
In the second example, the problem is "-t sensor" , it should be " -t /sensor".