Pushing data from ubidots to photon

My goal is to be able to send a few parameters from ubidots slide control to my photon.

I have not found any references showing how to do that.

Does anyone have any code examples that shows it?

further are there any advantages to using mqtt over http? I don’t understand all this

thanks steve

That might be something @mariahernandez could answer maybe.

Hello @murmsk,

In the example folder of the Ubidots Library you will find a getValue example, this example will serves you to obtain the last value from a Ubidots variable. For any additional question you can reference to the Ubidots Help Center.

All the best,
Maria C.

2 Likes

@murmsk In addition to what Maria said, I was able to get this to work using Webhooks as I do not use the Ubidots library.

More detail here.

Thanks, Chip