Now that you have onboarded your raspberry pi and have started sending data about the temperature and humidity measured by the DHT22 sensor we can now store the data and visualize it as a graph in the Zoho IOT application. Viewing the received message
We need to view the messages sent by the raspberry pi in the Zoho IOT application and identify the parsing for temperature and humidity.
To view the messages,
Access the End Application.
Click Devices > Devices in the left pane.
Click on My RPi (device created for this recipe). This will open the device's information page.
<change screenshot with connected> Select the Messages tab.
Toggle to Live Messages.
Click Start Listening.
<Include screenshot with received messages>
The messages sent by the raspberry pi device will now be displayed. From the received messages, the parsing key can be identified as temperature and humidity.
Note: click Stop Listening after receiving a few messages to proceed with the setup.Adding a Datapoint
Now with the parsing keys identified, we can now import datapoints for temperature and humidity.
To import datapoints,
Click on Actions > Datapoint Configurations.
Click Add Datapoint.
Select Import from Datapoint Group and click Proceed.
Click Add New Datapoint Group.
Select Import From Gallery and click Import.
Select Environmental Monitoring and click Import.
Scroll down and select Temperature and Humidity and click Import.
The datapoints will now be imported to the My RPi device and the Gateway model. The imported datapoints have the same parsing as sent by the raspberry pi.