I hope, that someone has experience and the possibility to help me overcome my missunderstandings with the Arduino cloud API.
I created a dashboard with a switch, which is connected to a thing´s read and write boolean variable. When I update this variable on my API device (RasPi with node red), this update becomes visible in the cloud (but only when I reload the dashboard site manually in the browser to see the change in the dashboard).
When I change the state in the dashboard, the change is even not visible in the cloud interface "Cloud Variables". As if the dashboard can not change this variable. Unsurprisingly this change is not coming back to the API device as well.
So there are two problems:
-
An API device updates successfully variables (I can see in the cloud). But the dashboard does not automatically refreshed the view. The change becomes only visible, when I reload the dashboard manually.
-
The other way around seems not to work at all. I can change the optical representation of the switch in the dashboard by clicking the switch, but the variable (in the cloud variable view) is not following this state.


