MQTT Agents Publish subscription

Hi Denis
I hope you finally solve the problem.
btw, i use “Adafruit_MQTT_Library”. but because of SSL/TLS MQTT setup on Openremote, you must use client in a secure manner. see the example of library

Good Lock

2 Likes

Hey,

yes i solved it by myself. Thank you, sir!

Hi,

There is no way to write multiple attributes via a single MQTT topic at the moment and not sure it would be very ‘MQTT like’, can you describe your use case i.e. why you cannot publish each sensor value to its’ own MQTT topic?

1 Like

Hi,
Thank you for your response. I’ve already send small JSON data to MQTT on other project (i am not sure if it is MQTT friendy :slight_smile: ). i was curious about how can i use this in OpenRemote.
I will publish sensor data with it`s own topic.