Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,577
» Latest member: shipprefume
» Forum threads: 4,187
» Forum posts: 20,817

Full Statistics

Online Users
There are currently 24 online users.
» 0 Member(s) | 15 Guest(s)
Amazonbot, Baidu, Crawl, PetalBot, bot

Latest Threads
Connecting sensors to Kin...
Forum: F16
Last Post: admin
3 hours ago
» Replies: 1
» Views: 1
CT Sensor Direction
Forum: N60
Last Post: admin
Yesterday, 08:14 AM
» Replies: 1
» Views: 9
N60 Voltage reference
Forum: N60
Last Post: admin
08-11-2026, 11:09 PM
» Replies: 3
» Views: 17
4-20mA loop voltage consi...
Forum: B4M
Last Post: admin
08-11-2026, 08:05 AM
» Replies: 1
» Views: 14
K868-a32 plastic case
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
08-10-2026, 08:48 AM
» Replies: 3
» Views: 1,183
CT Clamp Compatibility
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
08-09-2026, 10:32 PM
» Replies: 10
» Views: 1,682
KinCony F8 + ESPHome: Una...
Forum: F8
Last Post: admin
08-08-2026, 11:51 PM
» Replies: 6
» Views: 128
How to get started
Forum: KC868-A16
Last Post: admin
08-07-2026, 11:42 PM
» Replies: 39
» Views: 9,711
Questions on the B4M
Forum: B4M
Last Post: admin
08-07-2026, 11:19 PM
» Replies: 3
» Views: 216
cannot see KC868-A6 in ro...
Forum: "KCS" v2 firmware system
Last Post: admin
08-07-2026, 09:59 AM
» Replies: 7
» Views: 340

  Lesson12 - integrate KC868-Uair to home assistant to monitor temperature & humidity
Posted by: admin - 04-06-2022, 01:24 AM - Forum: Home automation training courses - No Replies



   

   

1. To enable the USB 2.0 ports on the raspberry pi 4 Compute Module 4, you need to edit the boot config file (/boot/config.txt) and add:

dtoverlay=dwc2,dr_mode=host

2. enable home assistant "Advanced Mode"

3. install ESPHome in Add-ons

4. config KC868-Uair

KC868-Uair document:

KC868-Uair ESP32 I/O pin define: https://www.kincony.com/forum/showthread.php?tid=1438

ESPHome configure for KC868-Uair: 

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 ssid
  password: "12345678"  # your wifi password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Kc868-Uair Fallback Hotspot"
    password: "FbTxCLlbDvbO"

captive_portal:

# follow configure use for DS18B20 temperature sensor, SHT30 temperature and humidity sensor. WS2812B RGB LEDs.
i2c:
  sda: 4
  scl: 16
  scan: true
  id: bus_a

         
# Example configuration entry
dallas:
  - pin: GPIO27
    update_interval: 15s

# Individual sensors
sensor:
  - platform: dallas
    address: 0xC000000004D81528  # your DS18B20 address
    name: "internal Temperature"
 
# Example configuration entry
  - platform: sht3xd
    temperature:
      name: "extend Temperature"
    humidity:
      name: "extend Humidity"
    address: 0x44
    update_interval: 15s
 
light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO32    # Pin Define connected with LED strip
    num_leds: 4  #LEDs number
    rgb_order: GRB
    name: "Uair-Bottom-LED"
    effects:
      - addressable_rainbow:        ##defined 7 effects styles
      - addressable_color_wipe:
      - addressable_scan:
      - addressable_twinkle:
      - addressable_random_twinkle:
      - addressable_fireworks:
      - addressable_flicker:

  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO33    # Pin Define connected with LED strip
    num_leds: 1  #LEDs number
    rgb_order: RGB
    name: "Uair-Vertical-LED"
    effects:
      - addressable_rainbow:        ##defined 7 effects styles
      - addressable_color_wipe:
      - addressable_scan:
      - addressable_twinkle:
      - addressable_random_twinkle:
      - addressable_fireworks:
      - addressable_flicker:


.txt   Made_for_ESPHome_KC868-Uair.txt (Size: 1.97 KB / Downloads: 816)

Print this item

Video Make KinCony KC868-A4 and ESP32 ready for Loxone introduction to Loxone part-2
Posted by: admin - 04-05-2022, 06:34 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-A4 relay controller integrate with Loxone smart home automation system.

Print this item

Video Make KinCony KC868-A4 ready for Loxone introduction to Loxone Limitless part-1
Posted by: admin - 04-05-2022, 06:33 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-A4 relay controller integrate with Loxone smart home automation system.

Print this item

Video KC868-H16B work with Loxone Smart Home Mini Server Virtual Output case
Posted by: admin - 04-05-2022, 06:32 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by made by Mr. wilson fernandes from Kuwait.

Print this item

Video KinCony relay controller work with Loxone Smart Home Virtual Output case
Posted by: admin - 04-05-2022, 06:31 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by made by Mr. wilson fernandes from Kuwait.

Print this item

Video KinCony-H32B relay board integrate with Loxone home automation-2 update relay status
Posted by: admin - 04-05-2022, 06:29 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-H32B relay controller integrate with Loxone smart home automation system.

Print this item

Video KinCony-H32B relay board integrate with Loxone home automation-1 turn ON/OFF
Posted by: admin - 04-05-2022, 06:27 AM - Forum: KinCony integrate with Loxone home automation - No Replies

This video is made by Calin from UK. Thanks for him help us let KC868-H32B relay controller integrate with Loxone smart home automation system.

Print this item

  button switch module for KC868-Hx
Posted by: Dm81 - 04-04-2022, 05:37 AM - Forum: KC868-HxB series Smart Controller - Replies (7)

As I wrote in my other post, I connected the push button switch module to rs232 to the LAN converter, I would know if it is possible to change the push button switch module firmware to get a message every time I press and leave a contact from the input like in your video (https://www.kincony.com/momentary-latch-...n-diy.html)
If I press and hold a button I receive RELAY-KEY-255, X, 1,
If I release the button I receive RELAY-KEY-255, X, 0

do you think is possible?
thank you in advance

Print this item

  KinCony KC868-HxB relay module integration with Loxone RS232 extension
Posted by: admin - 04-03-2022, 08:43 AM - Forum: KinCony integrate with Loxone home automation - No Replies

Thanks for zgabi from Hungary made the document for KC868-H32B integrate with Loxone by RS232.

   
   

.pdf   KC868 HxB Integration with Loxone RS232.pdf (Size: 193.79 KB / Downloads: 1170)

Print this item

  KC868-H32B V4.43 new firmware update
Posted by: admin - 04-03-2022, 08:08 AM - Forum: News - Replies (19)

improvement:

mainly support integrate to Loxone Mini-Server by RS232 port.

1. after INPUT trigger (when released input with GND) will auto feedback "DIARM" message to TCP client and RS232.

such as if you let INPUT short with GND, will send "RELAY-ALARM-1,OK" , that means: INPUT-1 is trigger.
when released, will send "RELAY-DIARM-1,OK" , that means: INPUT-1 is released, just "disable alarm".

2. It supports sending multiple control relay commands to the KC868-H32B at one time by RS232 or TCP. The controller will process them in a queue without discarding the commands. At most, MAX 32 commands can be received at the same time

such as you can send these command at one time by RS232 or TCP:
RELAY-SET-255,1,1
RELAY-SET-255,2,1
RELAY-SET-255,3,1
RELAY-SET-255,4,1
RELAY-SET-255,5,1
RELAY-SET-255,6,1
RELAY-SET-255,7,1
RELAY-SET-255,8,1
RELAY-SET-255,9,1
RELAY-SET-255,10,1
RELAY-SET-255,11,1
RELAY-SET-255,12,1
RELAY-SET-255,13,1
RELAY-SET-255,14,1
RELAY-SET-255,15,1
RELAY-SET-255,16,1
RELAY-SET-255,17,1
RELAY-SET-255,18,1
RELAY-SET-255,19,1
RELAY-SET-255,20,1
RELAY-SET-255,21,1
RELAY-SET-255,22,1
RELAY-SET-255,23,1
RELAY-SET-255,24,1
RELAY-SET-255,25,1
RELAY-SET-255,26,1
RELAY-SET-255,27,1
RELAY-SET-255,28,1
RELAY-SET-255,29,1
RELAY-SET-255,30,1
RELAY-SET-255,31,1
RELAY-SET-255,32,1


.zip   Relay32_V443_220402.zip (Size: 47.02 KB / Downloads: 980)
download the ZIP file , unzip update the bin file for KC868-H32B relay controller by USB-RS232 cable.

Print this item