In addition if the above does not work i have tried to use the HttpAgentLink with a POST method.
In order to send a custom JSON object that also gets the input value from an Integer Attribute field. Should i use the WriteValue or WriteValueConverter?
i want to post something like the below JSON and replace {$value} with the input value
I have already tried to put the JSON as is in the WriteValue seciton but without luck! Also the {$value} seems that does not pass the data. @Rich or @rainerhitz it would be grateful if you could help.
Your MQTT agent link configuration looks good that means WriteValue is Ok. You should replace {$value} with %VALUE% (see Dynamic Value Injection) so that your MQTT agent link configuration looks like the following: