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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,367
» Latest member: talljane
» Forum threads: 2,574
» Forum posts: 13,313

Full Statistics

Online Users
There are currently 47 online users.
» 1 Member(s) | 34 Guest(s)
Crawl, Google, PetalBot, Semrush, bot, xarouli5

Latest Threads
How can I power multiple ...
Forum: KC868-A series and Uair Smart Controller
Last Post: ingersoj
2 hours ago
» Replies: 11
» Views: 121
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: biofects
3 hours ago
» Replies: 13
» Views: 455
change wake up name
Forum: KinCony AS
Last Post: admin
4 hours ago
» Replies: 13
» Views: 95
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
6 hours ago
» Replies: 6
» Views: 45
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: admin
7 hours ago
» Replies: 18
» Views: 185
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: admin
7 hours ago
» Replies: 8
» Views: 2,266
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
Yesterday, 04:32 AM
» Replies: 32
» Views: 395
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
12-17-2024, 11:43 PM
» Replies: 10
» Views: 68
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
12-17-2024, 11:40 PM
» Replies: 7
» Views: 51
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
12-17-2024, 11:38 PM
» Replies: 2
» Views: 179

  Serial command ??
Posted by: vincen - 01-15-2023, 09:24 AM - Forum: KC868-A4 - Replies (3)

Hi

First time trying to use serial control with HA (have done it for years with antic automation system like AMX, Crestron ones) but I struggle to get it working with HA and ESPHome.
I'm using the Kincony K868-A4 box https://www.kincony.com/arduino-esp32-4-...odule.html to get a serial port.
I have tried wiring serial port between kincony and device controlled straight or crossed but not better ! (product was controlled previously without problems by a Crestron system).
Here is code used in ESPHome:

Code:
substitutions:
  friendly_name: esp-tr-02

esphome:
  name: $friendly_name
  platform: ESP32
  board: esp32dev

logger:

web_server:

ota:

wifi:
  networks:
  - ssid: !secret wifi_ssid
    password: !secret wifi_passwd
  manual_ip:
    static_ip: 172.16.2.81
    gateway: 172.16.1.1
    subnet: 255.255.252.0
  ap:
    ssid: $friendly_name

captive_portal:

api:
  reboot_timeout: 10min
#  services:
#    - service: volume
#      variables:
#        volume: Int
#      then:
#        - uart.write: !lambda
#            return {0x00, 0x20, 0x42};

sensor:
  - platform: uptime
    name: $friendly_name Uptime
    filters:
      - lambda: return x / 60.0 /60.0;
    unit_of_measurement: hours
  - platform: wifi_signal
    name: $friendly_name WiFi Signal
    update_interval: 60s

button:
  - platform: template
    name: CD Input
    on_press:
      - uart.write: "CD\r"
  - platform: template
    name: DVD Input
    on_press:
      - uart.write: "DV\r"

uart:
  tx_pin: GPIO17
  rx_pin: GPIO16
  baud_rate: 9600
  debug:
Protocol of the device I try to control: https://cloud.domedia.net/index.php/s/g6ANGP9CLbaG7iK

Any ideas what's wrong here ?

Thanks

Vincèn

Print this item

  suggestions
Posted by: engmohades - 01-14-2023, 11:49 AM - Forum: Suggestions and feedback on KinCony's products - Replies (1)

1- Reducing the wires used to connect switches and adopting the bus system, especially switches and sensors
2- Manufacturing a small relay module for use in places far from the smart board, and it is connected to the bus system
3- Manufacture of TFT touch panels, for example

Print this item

  KC868-COLB/BS/Mini V1.14 new firmware
Posted by: admin - 01-14-2023, 04:25 AM - Forum: News - Replies (2)

improvement:
1. fixed bug that MQTT message "analog input" value 10 times larger sometimes.

.zip   AD_COLB_V1_1_14_230113.zip (Size: 41.9 KB / Downloads: 215)

Print this item

  Submit your suggestions and ideas for the product
Posted by: admin - 01-12-2023, 05:02 AM - Forum: Suggestions and feedback on KinCony's products - Replies (8)

We will record any valuable suggestions, whether for hardware products or software. We will consider your suggestions in future updates or new products. KinCony's products are not completely designed by KinCony, but are inspired by KinCony's users.

Print this item

  For a 16 firmware
Posted by: reehanlambe - 01-10-2023, 05:46 AM - Forum: KC868-A16 - Replies (40)

Hi sir   just want to know   can we download your new firmware   which you have in e16 t   without coding   ( for  a16)  if yes  pls send firmware link

Print this item

Photo KC868-AG - Tasmota firmware - cant read ir remote data
Posted by: ADLER LINHARES - 01-08-2023, 10:24 PM - Forum: Development - Replies (1)

Hello folks,
i am facing a problem with my KC868-AG and I would apreciate some help.
first of all i am a noob on tasmota subject so probaly my poor knowledge should be the reason that i dont get result.

as stated in the body of the message, I recently acquired a KC868-AG. As soon as I opened the package, I performed the recording of the tasmota through the link below:

https://tasmota.github.io/install/

[Image: view?usp=sharing]
image 01 - tasmota
   


after completing the previous step, went to the following path: CONFIGURATION > CONFIGURE OTHER

and insert the following template:
{"NAME":"KC868-AG","GPIO":[0,0,1056,0,480,0,0,0,0,0,1,0,1,1,1,1,0,1,1120,1152,0,7968,0,0,0,0,0,0,1,1,1,1,1,0,0,1],"FLAG":0,"BASE":1,"CMND":"BuzzerPwm 1"}
as in kincony site - template

image 02
   

after that i have no idea how to read te code of a ir remote control of mine.

when i go to console I can see only this :

image 03 - tasmota console
   

Is there a way to read the remote control IR signal through the console?
Is there a command model in order to modulate the signal?

Best regards,

Print this item

  Can A1 to A4 used as buttons too?
Posted by: exico - 01-08-2023, 05:42 PM - Forum: KC868-E16S/E16P - Replies (7)

Hello, I'm going to buy a couple of these boards for a new house but I'd like to know if the connectors A1 to A4 can be used to attach more switches/buttons.

I will use ESPHOME and connect the boards to Home Assistant. These extra buttons would be nice to have for activating automations.

In the schematics the connectors are attached to pin 36, 35, 34 and 39. Searches on google tells me that it might work but I'd like a confirmation from who built the board  Big Grin

Thank you

Print this item

  KC102 Tuya IR universal remote Released
Posted by: admin - 01-08-2023, 01:29 PM - Forum: News - No Replies

KC102 Smart IR Controller is tuya ir universal remote product. it can use by Tuya application to remote control IR device by internet. There are some IR code on cloud server, you just need to change electrical appliances brand, then you can use quick guide to config IR signal. if your electrical appliances IR code not in clould server’s code database, you can learn IR signal from remoter and it will save and send IR signal out to your electrical appliances.
[Image: KC102-1_01.jpg]
[Image: KC102-1_02.jpg]
[Image: KC102-1_03.jpg]

Print this item

  I would like to suggest to you the following
Posted by: engmohades - 01-08-2023, 06:16 AM - Forum: News - Replies (1)

Hello, every on e
dear kincony 

I would like to suggest to you the following 

1- Adding a settings page to trigger the 6 inputs in the output of the H32B PRO relay, such as the Interlock settings page
Because when the internet or Toya server stops, automation will not work

2-  Updating the Touch and Montary switches by adding an rs485 bus to it bluit in , not adding another special piece to it

3- Run all Kincony products that contain rs485 to reduce the large number of wires used in connection, and by making one software and programming the entire system through it

Print this item

  KC868-A64 work with KC868-E16v2 + lamp and manual control by switch panel
Posted by: admin - 01-07-2023, 03:52 AM - Forum: Schematic and diagram - No Replies

KC868-A64 work with lamp via KC868-E16v2 extend relay module and manual control by momentary switch panel.
   

Print this item