Page 1 of 1

How to show DHT11 data on QIoT Dashboard?

Posted: Mon Jun 25, 2018 5:22 pm
by SunnyYou
The DHT11 is a basic, ultra low-cost digital temperature and humidity sensor. This tutorial will show how to display - DHT11 data on QIoT Dashboard (using a Seeeduino with W5500 Ethernet Shield).

1. "IoT Applications" → "Add IoT applications"
dht11-qiot_02.jpg
2. In "Create a New IoT application":
  • Enter a name for your IoT Application.
    The Rule name and Dashboard name will be automatically generated based on the IoT Application Name.
    Click "Create".
dht11-qiot_03.png
3. "Add Thing":
  • Enter a name for the Thing (in this sample: "Thingname").
    "Custom" in "Thing Category".
    Click "Add".
dht11-qiot_04.jpg
4. Click the "Thing Resources"button, and enter "Thing Resource".
dht11-qiot_05.jpg
5. In "Add Thing Resource":
  • Enter a name for the resource (in this example: "myTemperature").
    Enter a resource ID.
    (The resource ID is used to create a topic in the QIoT broker. This ID should be unique for the device and no duplicates should be allowed for the same device).
    Click "Add".
dht11-qiot_06.jpg
6. Click "Connect to device", and "in Thing Information" choose "MQTT", click "Next", and click "download JSON file".
dht11-qiot_07.jpg
dht11-qiot_08.jpg
7. In the "Rule" window to set the "MQTT Message":
  • Click "MQTT Message In"
    Uncheck "Use custom topic"
    Choose the Thing "Thingname".
    Click "Add", and choose "myTemperature" in "Resources".
    Click "Done", and "Save".
dht11-qiot_09.jpg
8. After setting the Rule, open the Arduino and the JSON file, and then copy the code (username, clientId, host, password, and topic) into Arduino, respectively. After copying, upload the file.
dht11-qiot_10.jpg
9. Return to the Rule tab, and connect the MQTT Message In and Dashboard.
dht11-qiot_11.png
10. In the Dashboard tab, you could see a sample temperature.

For more tutorial, visit this link https://www.qnap.com/en/how-to/tutorial ... -dashboard :)

Re: How to show DHT11 data on QIoT Dashboard?

Posted: Tue Jun 26, 2018 11:39 pm
by eddio
Can You please to publish code for Arduino side of this project?

Re: How to show DHT11 data on QIoT Dashboard?

Posted: Mon Aug 27, 2018 1:43 pm
by andersoncheng