I am using the HTTP communications protocol and I can’t seem to get any values from Ubidots to my device. My serial monitor shows 0 with every variable I try to monitor. My POST values are fine though.
I even used a sample code without changing anything except the wifi and variable details but I still got 0 on my serial monitor.
I am using the Ubidots.h library
Please help. I am relatively new to IOT development.
You should refer to the “GET Data from Ubidots” example in the below article as it has been proven to work. Also, make sure that you are calling the get(const char* device_label, const char* variable_label) method with the appropriate device and variable label.