Very excited to see the official Blues integration has arrived. I have been using the Blues Route function (basically a web hook) to successfully send data back to a data stream on the Blynk server. But I am also searching for the ability to communicate from the app/device to Blynk, via Blues, using a BLYNK_WRITE(V0)
function. As this requires Blynk to be “online” I am not sure how it is accomplished with this integration.
I hope that I have overlooked this important IOT capability and someone can tell me where I might find it in the new integration docs. Thanks!
1 Like
You should be able to receive messages, that you are sending using BLYNK_WRITE, on the Notehub.
1 Like
Excellent, thanks!
Were you able to get it to work? I am having the same issue
Haven’t had a chance to try it yet but eager to see if it works! It’s important for my project as I use Blynk for GUI/ device control as well as data store. I’ll post back here when I get it going.
any luck yet?
I solved the problem by deleting the device from my Notehub project, connecting it back to the project, and adding the Blynk token to the environmental variables of the device.