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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,204
» Latest member: vsadnik11
» Forum threads: 4,092
» Forum posts: 20,525

Full Statistics

Online Users
There are currently 26 online users.
» 0 Member(s) | 15 Guest(s)
AhrefsBot, Amazonbot, Google, PetalBot, bot

Latest Threads
Request for 230VAC LEDs /...
Forum: Development
Last Post: benoitd54
3 hours ago
» Replies: 4
» Views: 25
KC868-a6 2 analog output...
Forum: KC868-A6
Last Post: admin
8 hours ago
» Replies: 7
» Views: 109
Multiple phase L1,L2,L3
Forum: N20
Last Post: phrfpeixoto
10 hours ago
» Replies: 6
» Views: 353
Single-family home automa...
Forum: DIY Project
Last Post: Jan_W
Yesterday, 06:07 AM
» Replies: 3
» Views: 142
Kincony A4s
Forum: KC868-A4S
Last Post: admin
06-15-2026, 11:27 PM
» Replies: 1
» Views: 54
"KCS" v3.25.0 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
06-15-2026, 11:26 PM
» Replies: 9
» Views: 830
The watch shows the wrong...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
06-15-2026, 11:25 PM
» Replies: 1
» Views: 65
KC868-A16v3 integration w...
Forum: KC868-A series and Uair Smart Controller
Last Post: rosnoteh
06-15-2026, 08:26 PM
» Replies: 2
» Views: 175
[Arduino IDE demo source ...
Forum: KC868-A8S
Last Post: admin
06-15-2026, 06:16 AM
» Replies: 0
» Views: 70
Tiny Alarm board after fl...
Forum: TA
Last Post: admin
06-14-2026, 11:19 AM
» Replies: 7
» Views: 83

  Lesson31 - control modbus relay by Node-Red
Posted by: admin - 06-10-2022, 05:12 AM - Forum: Home automation training courses - Replies (2)

Print this item

  Read Serial (RS485) Data
Posted by: v1rtus - 06-09-2022, 09:40 PM - Forum: KC868-Server Raspberry Pi4 local server - Replies (26)

Hello,

I have no success to read data from RS485 port (orange one). I use NODE-RED for building flows.

To make sure that it is not issue in any configuration I used USB->RS485 adapter and I had success to read data.

There are two serial available when execute

Code:
dmesg | grep tty

  1. /dev/ttyS0
  2. /dev/ttyAMA0

I assume that /dev/ttyAMA0 is the right one to use but when I try to read data the response is "Modbus Failure On State sending Get More About It By Logging"

Could someone help me with that? I can read data if I use USB->RS485 adapter but not trought the built-in RS-485 port (orange one).

Print this item

  Lesson30 - how to install Node-Red on home assistant
Posted by: admin - 06-09-2022, 04:42 AM - Forum: Home automation training courses - No Replies

Print this item

  Lesson29 - how to config manual push button for switches and LED strip
Posted by: admin - 06-08-2022, 10:10 AM - Forum: Home automation training courses - No Replies

1. get the MQTT feedback message from every puch button.

2. create "automation" for buttons in home assistant.

Print this item

  KC-868-AG ESP32 IR/RF
Posted by: ahmedk4444@yahoo.com - 06-07-2022, 07:02 PM - Forum: DIY Project - Replies (3)

Dear kincony Custmer support,
I bought 4 pieces of this module to connect them to varies function
1. External for learn the remote control of garage gate motor to open close by mobile app the same application for all.
2. Another to control reception 3 Air conditions remote control + home appliances of living room:-
DVD
VIDEO
OUTDOOR AMPLIFIER
PROJECTOR
HOME THEATER
SATELLITE RECIEVER
BLURAY
SMART TV
APPLE TV 

All in the same room and all work with remote control
Bearing in mind the 3 AC split AC are the same remote and code for all 3 unit and i need to control each separate from mobile app.
3. Master bedroom AC, TV, Satelite reciever, shutter motor using Wifi SONOFF
4. Multi purpose room Bluray 4 K, smart TV, XBox, home theater reciever.
Please send me clear procedures and you tube videos for installation and vsries programing related toeach function above..
Thanks in advance
Ahmed

Print this item

  Enable serial port on Raspberry Pi CM4
Posted by: admin - 06-07-2022, 06:58 AM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

I also noticed sometimes UART is disabled in kernel. The enable it you need to check in /boot/config.txt the line enable_uart

If it's set to 0 like follow

enable_uart=0
You need to change to 1 as follow

enable_uart=1
And reboot of course!

sudo raspi-config
   
make sure disable Linux UART console

Print this item

  KC868-Server 16 channel digital input use for push button - home asssitant configurat
Posted by: admin - 06-07-2022, 02:00 AM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

- platform: mqtt
    name: 'sw1'
    unique_id: sw-1
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW1.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw2'
    unique_id: sw-2
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW2.on }}'
    payload_on: 1
    payload_off: 0
   
  - platform: mqtt
    name: 'sw3'
    unique_id: sw-3
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW3.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw4'
    unique_id: sw-4
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW4.on }}'
    payload_on: 1
    payload_off: 0   
   
  - platform: mqtt
    name: 'sw5'
    unique_id: sw-5
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW5.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw6'
    unique_id: sw-6
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW6.on }}'
    payload_on: 1
    payload_off: 0
   
  - platform: mqtt
    name: 'sw7'
    unique_id: sw-7
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW7.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw8'
    unique_id: sw-8
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW8.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw9'
    unique_id: sw-9
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW9.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw10'
    unique_id: sw-10
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW10.on }}'
    payload_on: 1
    payload_off: 0
   
  - platform: mqtt
    name: 'sw11'
    unique_id: sw-11
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW11.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw12'
    unique_id: sw-12
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW12.on }}'
    payload_on: 1
    payload_off: 0   
   
  - platform: mqtt
    name: 'sw13'
    unique_id: sw-13
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW13.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw14'
    unique_id: sw-14
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW14.on }}'
    payload_on: 1
    payload_off: 0
   
  - platform: mqtt
    name: 'sw15'
    unique_id: sw-15
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW15.on }}'
    payload_on: 1
    payload_off: 0   

  - platform: mqtt
    name: 'sw16'
    unique_id: sw-16
    state_topic: 'server/8ae082ec66f37db231cf2b8f/state'
    value_template: '{{ value_json.SW16.on }}'
    payload_on: 1
    payload_off: 0


.txt   KC868-Server-home-assistant-config-16-channel-DI-mqtt.txt (Size: 3.28 KB / Downloads: 628)

Print this item

  PCF8574 - begin() throws error
Posted by: staehla - 06-06-2022, 08:33 AM - Forum: KC868-A series and Uair Smart Controller - Replies (3)

Hi all,

i am pretty new to ESP32 and programming with Arduion IDE. I have purchased a KC868-A8-V1.4 board and now i wanted to do the Realy programming according to the instruction from your site KC868-A8 programming
Correct type of board is selected NodeMCU-32S and the pins in pins_arduino.h are changed to 4 + 5, PCF8574 library V2.3.1 from Renzo Mischianti is installed.
The problem i am facing is that the PCF8574 throws all the time "error" instead of "OK" and therefore the relays are not working.

In order to test whether the board has a hardware problem, I have also tried once the TASMATO accoring to the video Tasmato KC868-A8, this has worked without any problems. So the hardware is ok.

Do you know what i am doing wrong that the PCF8574 throws the error?

Any help would be appreaciated

Used code:

PHP Code:
/*
Kincony KC868-A8
Relays example
*/
 
#include "Arduino.h"
#include "PCF8574.h"
 
#define I2C_RELAYS_ADR 0x24
PCF8574 pcf(I2C_RELAYS_ADR);

void setup() {
  Serial.begin(115200);
  Serial.println(F("Start Kincony KC868-A8 Relays example…"));
  pcf.pinMode(P0OUTPUT);
  pcf.pinMode(P1OUTPUT);
  pcf.pinMode(P2OUTPUT);
  pcf.pinMode(P3OUTPUT);
  pcf.pinMode(P4OUTPUT);
  pcf.pinMode(P5OUTPUT);
  pcf.pinMode(P6OUTPUT);
  pcf.pinMode(P7OUTPUT);
  Serial.print("Init PCF8574… ");
  if (pcf.begin()){
    Serial.println(F("Ok"));
  }else {
    Serial.println(F("Error"));}
}

void loop() {
  pcf.digitalWrite(P0HIGH);
  Serial.print(F("Relay #")); Serial.print(P0); Serial.println(F(" ON"));
  delay(10000);
  pcf.digitalWrite(P0LOW);
  Serial.print(F("Relay #")); Serial.print(P0); Serial.println(F(" OFF"));
  delay(10000);



Attached Files Thumbnail(s)
   
Print this item

  MANAGE HEX STRING COLB
Posted by: Dm81 - 06-04-2022, 01:10 PM - Forum: KC868-HxB series Smart Controller - Replies (4)

Hello
I have also some problem to receive complete string (I'm ususing ararat synapse library in lazarus)
In your debug software works all ok and I check also with other program and all works correctly, I would know if the received string could contain some special Char because if I send this string   "5E0123C001000000000000000000000000000000000000000000000000000000000000000000000000000000FF" (to read digital input for example) I receiv only this
string   "5E0123C011000000000000000000000000000000000000000000000000000000000000000000000000000000FF"
while the correct (and complete) string should be this "5E0123C011000000000000000000000000000000000000000000000000000000000000000000000000000000FF00000000000000000101010001010101
I don't understand why I don't receive the last part of string (00000000000000000101010001010101)

thank you in advance

Print this item

  KC868-A6 ESPHome demo config for home assistant
Posted by: admin - 06-01-2022, 07:25 AM - Forum: KC868-A6 - Replies (4)

   

esphome:
  name: kc868-a6

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:
  password: "b9c07c109b7ecc6c63dac976c0c23a12"

wifi:
  ssid: KinCony
  password: xxxxxxxx

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "A6 Fallback Hotspot"
    password: "GLdHSsZr1p96"

captive_portal:


# Example configuration entry for ESP32
i2c:
  sda: 4
  scl: 15
  scan: true
  id: bus_a

# Example configuration entry
pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-8
    address: 0x24

  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22

# Individual outputs
switch:
  - platform: gpio
    name: "a6-light1"
    id: light1
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a6-light2"
    id: light2
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 1
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a6-light3"
    id: light3
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 2
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a6-light4"
    id: light4
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 3
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a6-light5"
    id: light5
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 4
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a6-light6"
    id: light6
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 5
      mode: OUTPUT
      inverted: true
     

binary_sensor:
  - platform: gpio
    name: "a6-input1"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a6-input2"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a6-input3"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a6-input4"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a6-input5"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a6-input6"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 5
      mode: INPUT
      inverted: true



Attached Files
.txt   KC868-A6_ESPhome.txt (Size: 2.59 KB / Downloads: 2116)
Print this item