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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,369
» Latest member: talljane
» Forum threads: 2,574
» Forum posts: 13,305

Full Statistics

Online Users
There are currently 49 online users.
» 0 Member(s) | 27 Guest(s)
Bing, Bytespider, Crawl, Google, PetalBot, Semrush, bot, keys-so-bot

Latest Threads
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: tugra
4 hours ago
» Replies: 7
» Views: 2,261
change wake up name
Forum: KinCony AS
Last Post: gal
11 hours ago
» Replies: 12
» Views: 78
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
Today, 06:38 AM
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
Today, 04:32 AM
» Replies: 32
» Views: 393
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 66
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
Yesterday, 11:40 PM
» Replies: 7
» Views: 49
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 11:38 PM
» Replies: 2
» Views: 172
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 23
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: admin
12-16-2024, 10:55 PM
» Replies: 12
» Views: 448
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
12-16-2024, 10:53 PM
» Replies: 5
» Views: 34

  Lesson13 - integrate KC868-AG to home assistant control air conditioner by IR
Posted by: admin - 04-06-2022, 07:05 AM - Forum: Home automation training courses - Replies (23)


   

ESPHome document: https://esphome.io/components/climate/cl...heatpumpir

# Example configuration entry
remote_transmitter:
  pin: GPIO2
  carrier_duty_percent: 50%

climate:
  - platform: mitsubishi     # adjust to match your AC unit!
    name: "Living Room AC"

Print this item

  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: 363)

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: 356)

Print this item