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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,497
» Latest member: tubemateapk048
» Forum threads: 2,287
» Forum posts: 11,889

Full Statistics

Online Users
There are currently 42 online users.
» 1 Member(s) | 23 Guest(s)
AhrefsBot, Bing, Bytespider, Google, Semrush, Yandex, bot, PhilW

Latest Threads
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: admin
2 hours ago
» Replies: 0
» Views: 3
USB ports
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: BaconRanch
4 hours ago
» Replies: 2
» Views: 6
PWM support?
Forum: KC868-A16
Last Post: admin
8 hours ago
» Replies: 1
» Views: 12
Lesson23- How to connect ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 10:11 AM
» Replies: 10
» Views: 7,155
KC868-AG RF - sending rep...
Forum: KC868-A series and Uair Smart Controller
Last Post: PhilW
Yesterday, 07:46 AM
» Replies: 3
» Views: 9
Usar entradas y oled i2c ...
Forum: KC868-A6
Last Post: sistemasyusa
Yesterday, 03:16 AM
» Replies: 4
» Views: 15
a16 as basis for a securi...
Forum: KC868-A16
Last Post: admin
09-18-2024, 11:58 PM
» Replies: 8
» Views: 54
GSM CALL RELAY
Forum: KC868-A2
Last Post: admin
09-18-2024, 11:53 PM
» Replies: 9
» Views: 4,107
KC868-A16S or KC868-A8S
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:51 PM
» Replies: 3
» Views: 38
KCS firmware
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:48 PM
» Replies: 10
» Views: 114

  how to add Raspberry Pi GPIO integration to home assistant for SERVER-MINI
Posted by: admin - 08-22-2023, 04:50 AM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (6)

1. make home assistant SD card for KinCony Server-16.

download  https://www.raspberrypi.com/software/

2. install HACS addon (use by SSH)

https://hacs.xyz/docs/setup/download/

3. install "rpi_gpio" through HACS.

https://github.com/thecode/ha-rpi_gpio

4. config ymal for CM4 GPIOs.

install file edit add-on for HA , then config yaml

-------------------------------------
switch:
  - platform: rpi_gpio
    switches:
      - port: 5
        name: "CM4 relay1"
      - port: 22
        name: "CM4 relay2"
      - port: 17
        name: "CM4 relay3"
      - port: 4
        name: "CM4 relay4"
      - port: 6
        name: "CM4 relay5"
      - port: 13
        name: "CM4 relay6"
      - port: 19
        name: "CM4 relay7"
      - port: 26
        name: "CM4 relay8"
       
binary_sensor:
  - platform: rpi_gpio
    sensors:
      - port: 18
        name: "CM4 IN1"
        invert_logic: true
      - port: 23
        name: "CM4 IN2"
        invert_logic: true
      - port: 24
        name: "CM4 IN3"
        invert_logic: true
      - port: 25
        name: "CM4 IN4"
        invert_logic: true
      - port: 12
        name: "CM4 IN5"
        invert_logic: true
      - port: 16
        name: "CM4 IN6"
        invert_logic: true
      - port: 20
        name: "CM4 IN7"
        invert_logic: true
      - port: 21
        name: "CM4 IN8"
        invert_logic: true

Print this item

  "KCS" v2.1.1 firmware BIN file download
Posted by: admin - 08-22-2023, 02:52 AM - Forum: "KCS" firmware system - Replies (20)

Here is "KCS" firmware for KinCony KC868-A series (ESP32) board.
How to download and use, online guide: https://www.kincony.com/esp32-kcsv2-firmware.html

v2.1.1 improment:
add IFTTT command for KC868-A64 up to 150



Attached Files
.zip   KCS_KC868_A4S_V2.1.1.zip (Size: 796.3 KB / Downloads: 157)
.zip   KCS_KC868_A2_V2.1.1.zip (Size: 785.72 KB / Downloads: 253)
.zip   KCS_KC868_A4_V2.1.1.zip (Size: 775.87 KB / Downloads: 220)
.zip   KCS_KC868_A6_V2.1.1.zip (Size: 771.64 KB / Downloads: 237)
.zip   KCS_KC868_A8_V2.1.1.zip (Size: 779.72 KB / Downloads: 363)
.zip   KCS_KC868_A8M_V2.1.1.zip (Size: 796.04 KB / Downloads: 193)
.zip   KCS_KC868_A8S_V2.1.1.zip (Size: 797.44 KB / Downloads: 288)
.zip   KCS_KC868_A16_V2.1.1.zip (Size: 786.82 KB / Downloads: 248)
.zip   KCS_KC868_A16S_V2.1.1.zip (Size: 797.85 KB / Downloads: 160)
.zip   KCS_KC868_A32_V2.1.1.zip (Size: 780.72 KB / Downloads: 292)
.zip   KCS_KC868_A32M_V2.1.1.zip (Size: 799.15 KB / Downloads: 236)
.zip   KCS_KC868_A64_V2.1.1.zip (Size: 780.73 KB / Downloads: 289)
.zip   KCS_KC868_A128_V2.1.1.zip (Size: 780.6 KB / Downloads: 249)
.zip   KCS_KC868_AG_V2.1.1.zip (Size: 759.45 KB / Downloads: 295)
.zip   KCS_KC868_AI_V2.1.1.zip (Size: 783.23 KB / Downloads: 156)
.zip   KCS_KC868_AIO_V2.1.1.zip (Size: 797.13 KB / Downloads: 196)
.zip   KCS_KC868_AK_V2.1.1.zip (Size: 762.16 KB / Downloads: 153)
.zip   KCS_KC868_AM_V2.1.1.zip (Size: 772.85 KB / Downloads: 244)
.zip   KCS_KC868_AP_V2.1.1.zip (Size: 778.76 KB / Downloads: 165)
.zip   KCS_KC868_ASR_V2.1.1.zip (Size: 750.72 KB / Downloads: 219)
.zip   KCS_KC868_E16S_V2.1.1.zip (Size: 783.25 KB / Downloads: 200)
.zip   KCS_KC868_UAIR_V2.1.1.zip (Size: 762.65 KB / Downloads: 188)
Print this item

  KC868-A8 - question regarding safety shutdown
Posted by: Karle - 08-21-2023, 05:38 PM - Forum: KC868-A series and Uair Smart Controller - Replies (5)

Hi !

I think about buying the KC868-A8 module for controlling my heating system by external signals.

The KC868-A8 board shall be connected via ethernet to my home assistant device which will control the board (switching relais to control the temperature, set heating or cooling mode and so on).

This is clear so far and I think this can be done relatively easily.

What is not clear for me at the moment:

How does the KC868-A8 board react ....

... if home assistant freezes or the ethernet connection is gone ?

...  if there is a power loss and power comes back ?

Does it go always to the state "all relays" off -> which would mean a safe state in my case ?

Is there a way to supervise the board or turn off all relais in case of any failure coming from home assistant ?

Is there a way to control the proper functioning of the board itself respectively the relais ?

With the 8 relais I only want to switch "signals" no "load" -> Are this relais suitable for this purpose ?

For how many switching cycles are the relais designed ?


Thank you for your feedback.

Greets Karl

Print this item

  KC868-E16T Factory Original Firmware added RF remote code
Posted by: admin - 08-21-2023, 02:09 AM - Forum: KC868-E16T - Replies (9)

Here is Factory Original Firmware for KC868-E16T. You can use Tuya mobile phone application directly. it supprt remote control by internet and manual control buttons and on board. Support learn RF signal send control for relay.

firmware BIN file download: 
.zip   E16T-RF-Tuya.zip (Size: 416.47 KB / Downloads: 284)

about ESP flash tool download link and details see here : https://www.kincony.com/esp-module-flash...tools.html
   

arduino source code download:

.zip   E16T-Tuya-RF.zip (Size: 5.6 KB / Downloads: 241)

How does KC868-E16T learn wireless signals see here: https://www.kincony.com/forum/showthread.php?tid=3169

Print this item

  How does KC868-E16T learn wireless signals
Posted by: KinCony Support - 08-21-2023, 02:05 AM - Forum: KC868-E16T - No Replies

Download the following program, you can turn on and turn off the relays by a wireless remoter

.zip   E16T-test-2022_RF_study.zip (Size: 5.88 KB / Downloads: 160)
       

Print this item

Wink easy way to export/import everything from ESP32 - CLONE/BACKUP Tool
Posted by: admin - 08-20-2023, 11:32 AM - Forum: KC868-A series and Uair Smart Controller - Replies (3)

click "dump.bat" to read ESP32 board. it will save file as "firmware.bin".
click "flash.bat" to write any other new ESP32 board by "firmware.bin".
   

.zip   esptool.zip (Size: 30.94 MB / Downloads: 1116)

Print this item

  KC868-D16 inputs
Posted by: Valter - 08-20-2023, 09:47 AM - Forum: KC868-AP / ADR - Replies (3)

Good Morning,


Is it possible to have the inputs independent of the dimmers in MQTT ?

The ideia is to use these inputs in home assistant to actuate others elements in my house. 

The ideia is to publish the state of these inputs.

Is this available in any firmware version for KC868-D16 ?

Thank you

Best regards

Print this item

  Status led model?
Posted by: tatu - 08-19-2023, 04:52 PM - Forum: KC868-A64 - Replies (2)

Hi!

Two leds (output status led) accidentally damaged on board during installation, what model number are them that I can search for replacements? Or do you sell spares?

Print this item

  KC868-D16 first connection
Posted by: Valter - 08-18-2023, 08:06 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello,


I'm a newbie for Kincony.

I have some KC868-A32 boards, I just connect and all work perfect.

However, with a KC868-D16, I connect the ethernet cable and my router do not detect them and no IP given ?

Is this normal ?

How to connect to the board in the very first time?

Thank you

Print this item

  Smart Home project
Posted by: arksop - 08-18-2023, 08:03 PM - Forum: DIY Project - Replies (8)

Hi to All,

Its my first post here and i so hapy that i can do all this things regarding automation by myself.  it's really satisfying.  
I decided to go with Kincony.

I will use:

KC868 - Server with RP and Home assistant.
KC868- A64
KC868 - AIO

KC868 -E16 x 5

KC868- A64 it will be used to connect 64 wall swiches via LAN cable cat 6 to Digital Input,
on outpot side it will be conected to  KC868 -E16 x 4 to control all lights in home.

it will be powered by 12 v 2 A power supply. It will be enought?
what type of cable i shoud use to connect Digital Outpot to E16? 
For what type of use is ITC Expand?


KC868-AIO will be used to connect 16 led strips via 0-10 V 
DO  will be conected to  KC868 -E16  control roller shutter
on DI will be conected to wall swiches to control shutters also i woudl like to connect here some wall swiches that will be able to turn on led and some contactrons.

if there is any option to configure IFTTT that when i double click wall swich connected to  KC868- A64 it will turn off all DO in KC868- A64 and  some KC868-AIO
AIO has some Analog input for sensors wich one i should buy to have information about temperature , maybe humidity also ?
which type of sensor it can operate and how long cable it can have?

KC868 - Server will be used for RP and connection to electric metter via modbus RTU. 
and control sprinkels garage etc via 12 v



Thanks for help.

Print this item