I'm new to the IOT cloud, And I have an issue.
I have an DHT11 connected and i want to see the temperature on the dashboard but I don't know why it doesnt show the temperature, it shows "0".
As you can see from the screenshot, in the "monitor" section I can visualize the temperature, so the sensor is connected and it is working. The thing is, how can I see the temperature in the dashboard? As you can see from the screenshots, the widgect is linked to the property.
Can you help me with this? I'm struggling from quite a long time.
Thank in advance.
As you can see from the screenshots, the widgect is linked to the property.
I cannot see that. The code parts that are visible on the screenshots show that you read the temperature and send it to the serial monitor. But I cannot see a code part where you send it to the cloud.
If you want us to help, post your complete code and a wiring diagram of your setup!
You should have mentioned that you're using an MKR1000 as we always assume an Arduino UNO if nothing else is declared.
Thanks for the help.
I solved, I think that I found what was the issues. In the properties I asociated the the variable TempInt a predifine from the "edit property" with "Temperture Celsius". So I changed in "float".
I think that this wal the problem.