4. How to create your own smart home scenario with Righetch IoT Cloud platform

Creation of logic of device operation without programming (no code). Hardware: esp8266, DHT11, RGB LED. Described scenario: LED lights up with blue if the room temperature is less than 20° (coldly); red - more than 30° (hot); green - if the temperature is in the range from 20° to 30° (fine). 1. Creation of the automaton. 2. Creation of the “Turn off“ state (when the temperature is unknown). Adding an action to turn off the LED. 3. State “coldly“. Turning on the blue indication. 4. State “fine“. Turning on the green indication. 5. State “hot“. Turning on the red indication. 6. Creation of transitions between states. Defining transition events and conditions. 7. Demonstration of the work of the automaton in the platform. Import Model from the video: - a model of the device for Rightech IoT Cloud Import Automaton from the video: А - LED lights up with blue if the
Back to Top