Hello
I am trying to integrate a custom IoT device using the OpenRemote Manager API & MQTT protocol; but I’m facing issues with establishing a stable connection. The MQTT broker seems to be running fine, and the device is publishing data to the broker.
However; when I attempt to link it through OpenRemote’s API, the data flow is inconsistent, with frequent timeouts and errors in the logs. I’m unsure whether the problem lies with the MQTT setup or the API configuration.
I have followed the documentation for setting up the MQTT protocol agent in OpenRemote; but I still can’t get the device to fully synchronize with the platform. Does anyone have experience troubleshooting such issues with MQTT integration, especially with custom devices? I have checked Agents, Protocols and APIs - OpenRemote Okta guide for reference .
Any recommended steps to ensure a smooth connection between my device, the MQTT broker, and OpenRemote would be much appreciated.
Thank you !