№1 Connecting MQTT device to RIC platform
- Signing up on the platform.
- Creation and formation of a model using the MQTT template.
- Creation and adding an object.
- Connecting MQTT device (example on MQTT mosquitto).
- Visualization of data in Rightech IoT Cloud platform.
№2 How to send data from DHT11 to the platform
Сonnect DHT11 with esp8266 and transfer data to RIC platform:
- Configuring Arduino IDE.
- Setting up the Internet and MQTT client.
- Uploading the sketch to esp8266.
- Checking the display of data in Rightech IoT Cloud platform.
№3 How to control the light via the platform using esp8266
Create a prototype of a device that controls light on the example of esp8266 and the LED:
- Configuring the model in the platform. Setting up commands.
- An example of a layout and uploading a sketch through the Arduino IDE.
- LED control via Rightech IoT Cloud platform.
№4 How to create your own smart home script
Creation of logic of the device operation without programming:
- Creation of the automaton.
- Creation of the “Turn off”, “coldly”, “fine” and “hot” states.
- Creation of transitions between states. Defining transition events and conditions.
№5 Real-time data processing in RIC platform using the “Handler” tool
Based on the statements of temperature and humidity, we get effective temperature values:
- Creating a “handler”. Writing code in javascript (ES6).
- Selecting an object in the platform.
- Correlation of “handler” parameters and object parameters.
- Launching the “handler” and checking its status.
- Making corrections to the automatons and restarting in the platform.
№6 Smart light in 7 minutes
Implement a smart network that will turn on and off on schedule, and additionally turn on when there is low light in the room:
- Creating a model and an object in the platform.
- Assembling the layout and connecting it to the platform.
- Creation of a script 1, running and testing the script.
- Creation of a script 2, launching the second automaton in the platform.
№7 How to implement the interaction of multiple devices in one automation script
Create interaction of multiple objects using one automaton:
- Creating a model and an object for Zigbee devices.
- Connecting Zigbee sensor and the button.
- Implementing “turn on” and “turn off” events to the LED by pressing the Zigbee-button.
№8 Control the movement of the object in specified geofences with a bot
Control the movement of the object in the geofence. Create a bot for testing the automatic control of geofences.
- Creating a model and an object based on MQTT.
- Choosing a route for the object and starting a trip.
- Creation of a controlled geofence.
- Creation and launch of a script for controlling the location of an object in the geofence.
№9 How to access tools and data in the platform using the REST API
Generation of API token and integration with Rightech IoT Cloud platform:
- Setting up a token. Selection of available methods for its generation.
- Checking the token using Postman.
- Getting a list of objects. Get a data log.
- Send a command to the device. Getting a list of running automatons.