Refreshing Dashboard

I use the Arduino Cloud with an ESP8266. I can send my variables. But my Dashboard does not refresh automatically. I have to press F5 when I use the computer, or I have to slide down in the Android App. So the data is received. But the screen is not updated.
I could find some people with similar problems here in the forum but I couldn´t find an answer.
What I´ve tied:

  • changed the Arduinoiotcloud.update call (1 second... 1 minute)
  • created a new dashboard

I think there is a refresh parameter in the cloud, maybe a property of the variables?

Thanks for your answer. Meanwhile I was able to solve the problem.
The reason was that I´ve changed a variable a bit.
I´ve created the Thing with the name: "int waterTemp"
Somewhen in the project I´ve renamed it in the Arduino IDE into
ArduinoCloud.addProperty(WaterTemp, READ, ON_CHANGE, NULL);

With a capital W.
The effect was, that it was still visible and synced when I update the browser or the App (sliding down). But the automatic refresh didn´t work. So, at some place it is handled case sensitive in the cloud and at some place not. This might be a point to fix.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.