Hallo,
My goal is to include some data from device data in to the downlinkmessage.
I retrive a value from the Input control on my Dashboard and store this in the Workflow storage.
This is the Downlinkmessage value that is added to the Device attributes via the Storage:get_node.
and so on.
the data.body.dmsg have the value of i.e. 11 and can be used in the body of an email with the email-node.
But i on my Sigfox backend im getting errors.
Could you provide some additional information on the specific error or issue you are facing? Is it occurring within the workflow? Are you able to successfully trigger the workflow from the dashboard (Input Control Block)? Or is the error occurring between Losant and Sigfox?
I believe your problem is occurring as you are trying to send the literal value of the range slider to Sigfox, which will be between 0 and 100 . Has this value been modified to be 8 bytes in length?
I would recommend adding a Debug Node to the end of your Virtual Button Workflow as well so you can see each time this is triggered from your dashboard.
i want to write the slider value “range-0” to my device tag “data.body.rueckmeldung” as a string filled with zeroes so the string is always 8-Bytes wide.
My next suggestion would be to ensure you are triggering the correct workflow. Within the Input Control Block, select the workflow and be sure you have selected the correct Virtual Button to trigger: