Hi everyone,
I am having an issue where incoming MQTT telemetry is not updating my asset attributes in the Manager UI. My MQTT Agent shows as CONNECTED, and I can confirm messages are being published to the broker, but the values are not mapping to the asset.
My Environment:
Running a local OpenRemote instance via Docker on a Windows PC.
Testing external publishes using MQTT Explorer.
Steps Taken:
- Created an MQTT Agent asset.
host:localhost
port:1883
clientID:client123
agentStatus: Successfully shows asCONNECTED. - Created a Thing asset named
test_devicewith atemperatureattribute (Type:Integer). - Added an MQTT Agent Link to the
temperatureattribute:
Selected the newly created MQTT Agent.
Subscription Topic:device/thing/temperature - Connected MQTT Explorer to the same local broker.
- Published a message from MQTT Explorer:
Topic:device/thing/temperature
Format:raw
Payload:28
The Issue: The message successfully registers on the broker in MQTT Explorer, but the temperature attribute on the test_device asset in OpenRemote remains completely blank.
