IFTTT command automatic logical control by sensors
What you will learn
Automatic control pump by water level sensor
Automatic control siren alarm sound by motion sensor
Automatic control valve by soil moisture sensor
Automatic control siren alarm by door magnetic sensor
Automatic control fan by ds18b20 temperature sensor
Water level automatic control by programmable logic controller
Gas valve automatic control siren alarm by gas sensor
Description
Make your old light switches smart by KC868-COL logical controller and KC868-Hx relay controller for smart home automation DIY.
1. KC868-COL cooperates with KC868-Hx relay controller to work as automatic control system.
KC868-COL is the AI brain and KC868-Hx is actuator. KC868-COL use IFTTT command locally without Internet.
2. Watch all sensors data on PC in real time and do automatic control as user preset.
3. Like PLC controller, but it not need professional technology to program,it’s easy to use.
4. It have 16 digital input, 16 analog input and 5 temperature DS18B20 sensors.
5. Support multiple control modes: A: relay ON, OFF and status switch; B: send custom command by RS232 custom command auto control with third-party equipment
6. Automatic control all runs locally without Internet, no need cloud server.
Protect user data privacy.
7. Support many kinds of sensors, such as: temperature, humidity, pressure, light, pH value, water level, soil temperature and humidity, ammonia, noise, air quality, human infrared, smoke, gas, door magnetic, etc.
8. User can create MAX 50 automatic control command save to KC868-COL.
Examples of logical control applications:
1.if you want to water for 10 minutes at 10 a.m. every day, you can create a command:
IF Timer=10:00AM THEN relay1=ON delay 600 seconds relay1=OFF
2.If you want to automatically pump water when your water tank is empty,you can create a command:
IF Water Level=0 THEN relay1=ON
3.If the soil humidity in farmland is less than 40%, 32 valves need to be controlled to open automatically,you can create a command:
IF soil humidity less then 40 THEN relay1=ON,relay2=ON,……….relay32=ON
4.If you create multiple conditions for automatic control,you can create a command:
IF (A more then x) and (B less then y) and (C more than Z) THEN action
The above command set by KC868-COL’s PC software.