Hello blynkers.
I need to write a value in a virtual pin using GET or any method. However, using the examples from the Blynk Documentation, I could not reach the goal.
The API expects a string as the value.
If you explain more about how, and why, you are using the API then we may be able to assist.
For example, is this a data write from IFTTT, or a similar service, or from another device?
If the API call is being made from a different physical location then you may need to take precautions to avoid Geo DNS issues.
I’m using the Legacy (old version).
I can exchange information between arduinos , alexas and nodered. However, for this setpoint, I can use only fixed values.
Just to explain better, I want to say to Alexa to set a Setpoint to my temperature. So Alexa set a variable called SETPOINT.
With the value in Setpoint, I want to write on pin V17 that is my virtual pin.
I’m doing a project where I’m getting a setpoint for temperature from Alexa.
Up to now, I’m getting the value from Alexa and I could write to a variable called Setpoint in node red.
When I debug the program, I can see the value , however, now I need to write this value to V17 in the BlynkCloud. And this is where I stopped.