Hey,
I have successfully subscribed to the ChirpStack MQTT topic and i can receive events.
I try now when clicking the send button on the UI like below to send the data to the command topic of Chirpstack:
Unfortunately without success. On the manager logs i see no logs only an inline send error as above in the picutre.
Below is my JSON configuration for the specific attribute
{
"id":"5ZyK0ZJsLn6eB60Dw0z3gn",
"writeValue":"{\"devEui\": \"0080e115052e77ea\", \"confirmed\": true, \"fPort\": 10, \"object\": {\"device_interval\": ${value}}}",
"updateOnWrite":false,
"publishTopic":"application/c618023c-5fbf-4d37-85fd-50df01fcbe28/device/0080e115052e77ea/command/down",
"type":"MQTTAgentLink"
}
Here is also the documentation from Chirpstack regarding command events
Finally there was an open topic on this forum here but there is no clear solution.
Is there any working example like the subscription tutorial that i have followed to receive the events?
Thanks!