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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,022
» Latest member: Globaltourism
» Forum threads: 3,977
» Forum posts: 20,159

Full Statistics

Online Users
There are currently 237 online users.
» 0 Member(s) | 221 Guest(s)
Amazonbot, Baidu, Crawl, Google, PetalBot, Semrush, Yandex, bot

Latest Threads
RS485 Modbus SHT30 sensor...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 02:30 AM
» Replies: 4
» Views: 287
N60 N30 N20 N10 ARM CPU f...
Forum: N30
Last Post: admin
05-10-2026, 11:00 PM
» Replies: 21
» Views: 895
Current and Power not add...
Forum: N60
Last Post: edalquist
05-09-2026, 03:58 AM
» Replies: 10
» Views: 304
Python and arduino code
Forum: News
Last Post: admin
05-08-2026, 12:38 PM
» Replies: 1
» Views: 28
[SOLVED] N10 - no KWH sho...
Forum: N10
Last Post: admin
05-07-2026, 05:56 AM
» Replies: 7
» Views: 124
B24 Smart Controller Wiri...
Forum: B24
Last Post: admin
05-06-2026, 10:12 PM
» Replies: 2
» Views: 100
AIO Hybrid ESP32-S3 IO pi...
Forum: AIO Hybrid
Last Post: H_spadacini
05-06-2026, 10:03 AM
» Replies: 3
» Views: 594
T32M issue with Output 1
Forum: DIY Project
Last Post: BarbaraVikuvis
05-06-2026, 06:49 AM
» Replies: 4
» Views: 367
RTC DS3231 yaml code
Forum: KC868-A16v3
Last Post: admin
05-05-2026, 01:38 PM
» Replies: 1
» Views: 59
T64M PCB layout CAD file
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
05-05-2026, 08:08 AM
» Replies: 0
» Views: 46

  How can the power be calculated for the SMART control system
Posted by: engmohades - 12-20-2022, 05:31 PM - Forum: DIY Project - Replies (3)

How can the power be calculated for the SMART control system, considering the use of a 12 volt DC source for the following components, all of which operate on 12 volts DC and 
HOW calculat the total current ?

number  4  of KC868-E16V2            ( total 64relay )
number  2  ofof H32B PRO              ( total 64relay )
number  2 switch module boards      ( total 64 switch ) 
number  3 contactor 45A 12v dc )

Print this item

  GPIO
Posted by: Serci - 12-20-2022, 02:40 PM - Forum: KC868-AG / AG Pro / AG8 / Z1 - Replies (3)

I tryed to use this configuration for tasmota

https://templates.blakadder.com/kincony_...3e5fOFiJP6

But it does not work for me

I did configure a IR receiver on GPIO 32 and it seems to receive something when I press a button on my remote control.
However it also receive with an UNKNOWN protocol when I do not press anything.

I also have a RF remote control, and I cannot receive anything from this one.

Is the GPIO32 the one for IR Receive ?
What is the GPIO Number for RF send and RF receive ?

Print this item

  Adding wifi setup button with Homespan
Posted by: leotordo - 12-20-2022, 10:09 AM - Forum: Home automation training courses - Replies (3)

Hello everybody.
I'm new on Homekit/homespan
Is it possible to add a button for launch HomeSpan’s temporary WiFi network and the related procedure with only one single press and release action?
Thanks
Stefano

Print this item

  Libraries
Posted by: Vulcan - 12-20-2022, 04:22 AM - Forum: KC868-A6 - Replies (16)

I am a newbie and learning.

When it comes to Arduino libraries for the KC868-A6 such as PCF8574.h, I struggle to find the correct one for the board. Can anyone tell me which library I should be loading? I just got the KC868 and just want to get a few things loaded and running as part of my self-training. I have been working with ESP32 for a few months. Any help would be greatly appreciated.

Print this item

  KC868-A8, Settimino, connection to Siemens PLC
Posted by: vooszoo - 12-19-2022, 10:01 PM - Forum: Development - Replies (3)

Hello,
I'm trying to connect this board to Siemens PLC directly, using S7 Protocol with no luck. Have anyone tryed this?
There is another option using TCP Server-client connection, will try this later.
I'm looking for direct connection to PLC without MQTT broker and others.

Print this item

  microPython
Posted by: Thor - 12-17-2022, 06:41 PM - Forum: KC868-A6 - Replies (1)

Hello

how may i install micropython on the board ? 
All the precompiled image don't run ?

Yves

Print this item

Bug How to connect DS18B20 in KC868-A64?
Posted by: maro1977pl - 12-15-2022, 05:45 PM - Forum: KC868-A64 - Replies (3)

Hi, how to read temperature from DS18B20 in KC868-A64 using ESPHome?
Please show an example with a pin?



# Example configuration entry
dallas:
  - pin: ???????????????????????????????

# Individual sensors
sensor:
  - platform: dallas
    address: 0x1C0000031EDD2A28
    name: "Living Room Temperature"

Print this item

  KC868-H32BS V1.50sp new firmware update
Posted by: admin - 12-14-2022, 07:18 AM - Forum: News - Replies (6)

Update content:
1. support KC868-HA RS485 button adapter.
2. support "interlock" function for "output", that can use for curtain motor, protect your motor. some "interlock" output will never ON at the same time.
   

.zip   H32BS_V150SP_20221214.zip (Size: 56.28 KB / Downloads: 655)

Print this item

  KinCony RS485 energy meter RS485 modbus protocol
Posted by: admin - 12-14-2022, 01:05 AM - Forum: KC868-HxB series Smart Controller - Replies (9)

Modbus-RTU: 9600 E 8 1  read function:03 

Register address        data                                        data type-IEEE-754      function

0000, 0001              power consumption (kWh)                 Float                        read
0100, 0101                  voltage (V)                                   Float                        read
0106, 0107                  current  (A)                                  Float                        read
0118, 0119                  power (kW)                                  Float                        read
0142, 0143                  power factor                                 Float                        read
0144, 0145                  frequency                                     Float                        read

How to change meter ID, for example: change ID:01  to 20 just send command:
01 10 0D B0 00 01 02 00 14 60 AF
first (01) current ID
14 is (20) decimal
60 AF (CRC)

   

Print this item

  KC868-A8 Novice
Posted by: BOND71 - 12-13-2022, 02:41 PM - Forum: DIY Project - Replies (1)

Hi there,
I’m an Electrician and have recently built my own house. I’d like to be able to simply switch on and off a few circuits(eg. Lights, heating, electric gates, etc.) remotely using an IPhone app when I’m away from home. I recently bought a KC868-A8 controller but am a bit at a loss for what I should do next. I’m a total novice at ’Home Automation’ but I’d like to give it a go on my own house. Any help or advice would be greatly appreciated. 
Thanks. 
BOND71

Print this item