Once the sensors are properly connected and all the necessary requirements are installed, the device will establish a connection with the Zoho IoT application. You'll start receiving messages containing temperature and humidity data in the "My RPi" device you created within the application. The temperature and humidity readings will be published every 30 seconds.
To terminate the program/script press:
You can restart the program at any time by executing the following commands one by one:
command 1: cd ~/zoho-iot-sdk-python-master/
command 2: source zoho_iot/bin/activate
command 3: cd examples/DHT_sensor
command 4: python3 dht_sample.py
Now that you have successfully onboarded the raspberry pi device, you can view the messages sent by the raspberry pi in the application and visualize the data.