Now we have development new firmware and PC software for KC868-COL for powerful logical control function. Before KC868-COL only can read data, now you can create any IFTTT command for automatic logical control.
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<40 THEN relay1=ON,relay2=ON,……….relay32=ON
4.If you create multiple conditions for automatic control,you can create a command:
IF (A>x) and (B<y) and (C>=Z) THEN action
The above command set by KC868-COL’s PC software.