kc868-e8

KC868-E8 DIN Rail Relay Module

KC868-E8 din rail relay module introduce: Inside relay model : OMRON G2R-1-E SPDT every channel output : COM,NO Coil voltage: 12V MAX current: 16A at 250VAC Operation Temperature: -40~55 ℃ Relay consumption: 0.53W/each Mechanical life: more than 5 million times Electrical life: (under rated control capacity) more than 100,000 times (ON-OFF frequency 20 times/minute) Maximum…

made-for-esphome

KinCony is officially authorized by “Made for ESPHome”

KC868-A series IOT products have authorized “Made for ESPHome” from Nabu Casa. ESPHome has a great and active community that loves creating and sharing projects. “Made for ESPHome” ensures that project is powered by ESPHome and guarantees a minimum level of customizability to users.   ESP Web Tools allows you to manage ESP8266 and ESP32…

mqtt dashboard app

KBOX android app v2.0 updated for remote use by internet!

We have designed “KBOX” V2.0 android phone application, now “KBOX” both support use by local network or remote control by internet. The most important is you can use any MQTT broker cloud server. new functions as follows: 1. Add remote control and monitor function by internet. 2. Support KinCony cloud server or any 3rd MQTT…

made-for-esphome

KC868-A4 send infrared signal control TV configure for ESPHome

esphome: name: kc868-a4 platform: ESP32 board: esp32dev # Enable logging logger: # Enable Home Assistant API api: wifi: ssid: “KinCony” password: “xxxxxxxx” captive_portal: web_server: port: 80 remote_receiver: pin: number: 23 inverted: True dump: all remote_transmitter: pin: number: 22 carrier_duty_percent: 50% switch: – platform: template name: “TV Power” turn_on_action: – remote_transmitter.transmit_nec: address: 0x00BD command: 0x807F repeat:…

made-for-esphome

KC868-Uair work with home assistant by ESPHome configure

This is ESPHome configure for KC868-Uair smart home automation box. example for use inside temperature sensor (DS18B20) and extend temperature sensor (SHT3x)   and WS2812B RGB LED strip.   esphome: name: kc868-uair platform: ESP32 board: esp32dev # Enable logging logger: # Enable Home Assistant API api: ota: password: “978e66f878ed5041b830cfb427393c79” wifi: ssid: “KinCony” # your wifi router…

made-for-esphome

KC868-A4 wifi work with home assistant by ESPHome configure

This is ESPHome configure for KC868-A4 smart home automation board. example for use output1-4 and input1-4 by GPIOs. esphome: name: kc868-a4 platform: ESP32 board: esp32dev # Enable logging logger: # Enable Home Assistant API api: ota: password: “4d5a388de4f759bf88e71cde7a31af6f” wifi: ssid: “KinCony” password: “a12345678” # Enable fallback hotspot (captive portal) in case wifi connection fails ap:…