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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 9,223
» Latest member: irfan
» Forum threads: 4,094
» Forum posts: 20,532

Full Statistics

Online Users
There are currently 160 online users.
» 0 Member(s) | 148 Guest(s)
Amazonbot, Bytespider, Google, PetalBot, bot

Latest Threads
N series Energy Meter for...
Forum: N60
Last Post: admin
8 hours ago
» Replies: 2
» Views: 115
Request for free sample
Forum: Apply for free sample product
Last Post: oscarsoler
11 hours ago
» Replies: 0
» Views: 6
KCS v2 relay state after ...
Forum: "KCS" v2 firmware system
Last Post: admin
Today, 04:33 AM
» Replies: 1
» Views: 13
Multiple phase L1,L2,L3
Forum: N20
Last Post: admin
Today, 02:35 AM
» Replies: 7
» Views: 363
Request for 230VAC LEDs /...
Forum: Development
Last Post: admin
Yesterday, 11:09 PM
» Replies: 5
» Views: 43
KC868-a6 2 analog output...
Forum: KC868-A6
Last Post: admin
Yesterday, 01:21 PM
» Replies: 7
» Views: 119
Single-family home automa...
Forum: DIY Project
Last Post: Jan_W
06-16-2026, 06:07 AM
» Replies: 3
» Views: 161
Kincony A4s
Forum: KC868-A4S
Last Post: admin
06-15-2026, 11:27 PM
» Replies: 1
» Views: 67
"KCS" v3.25.0 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
06-15-2026, 11:26 PM
» Replies: 9
» Views: 867
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: 75

  Lesson31- How to decode 433MHz RF signal and control RF device by ESPHome
Posted by: admin - 12-01-2021, 12:36 AM - Forum: KC868-A series and Uair Smart Controller - Replies (17)


esphome:
  name: kc868-a4
  platform: ESP32
  board: esp32dev

# Enable logging
logger:

# Enable Home Assistant API
api:

wifi:
  ssid: "KinCony"
  password: "xxxxxxxx"


captive_portal:

web_server:
  port: 80

remote_receiver:
  pin: 19
  dump:
    - rc_switch
  tolerance: 50%
  filter: 250us
  idle: 4ms
  buffer_size: 2kb

 
remote_transmitter:
  pin: 21
  # RF uses a 100% carrier signal
  carrier_duty_percent: 100%

switch:
  - platform: template
    name: RF Power Button
    turn_on_action:
      - remote_transmitter.transmit_rc_switch_raw:
          code: '0101011111111101000000111'
          protocol: 1
          repeat:
            times: 2
            wait_time: 20ms

    turn_off_action:
      - remote_transmitter.transmit_rc_switch_raw:
          code: '0101011111111101000000111'
          protocol: 1
          repeat:
            times: 2
            wait_time: 20ms

Print this item

  Lesson30- How to decode IR signal and control air conditioning and TV by ESPHome
Posted by: admin - 11-30-2021, 04:11 AM - Forum: KC868-A series and Uair Smart Controller - No Replies


esphome:
  name: kc868-a4
  platform: ESP32
  board: esp32dev

# Enable logging
logger:

# Enable Home Assistant API
api:

wifi:
  ssid: "KinCony"
  password: "xxxxxxxx"


captive_portal:

web_server:
  port: 80

remote_receiver:
  pin:
    number: 23
    inverted: True
  dump: all

 
remote_transmitter:
  pin:
    number: 22
  carrier_duty_percent: 50%

switch:
  - platform: template
    name: "TV Power"
    turn_on_action:
      - remote_transmitter.transmit_nec:
          address: 0x00BD
          command: 0x807F
          repeat:
            times: 10
            wait_time: 50ms
    turn_off_action:
      - remote_transmitter.transmit_nec:
          address: 0x00BD
          command: 0x807F
          repeat:
            times: 10
            wait_time: 50ms

Print this item

  KC868-A8 - RS485
Posted by: esha - 11-29-2021, 06:14 PM - Forum: KC868-A8 - Replies (5)

Is there any possibility of RS485 connection ?

Print this item

  KC868-h32b goes down.
Posted by: heyheyhey - 11-29-2021, 07:03 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello everyone!

I have same problem like this posting https://www.kincony.com/forum/showthread.php?tid=1178

Did you solve this problem?

Problems I am facing.

1. KC868-H32B is setup with magnetic contactor and RC snubber. but sometimes it goes down. MQTT No response.

2. When it was not working. The setup page like this.


subnet mask and gateway changed.
3. When connecting included WIFI antenna. KC868-H32b goes down.

I look forward to your feedback..



Attached Files Thumbnail(s)
   
Print this item

  COL - start index error
Posted by: athxp - 11-27-2021, 05:23 PM - Forum: KC868-HxB series Smart Controller - Replies (15)

Hello, after creating some rules in the IFTTT page I got this error message you see in the image. it looks like something related to the name. it just does it to me with IFTTT number 3 and 4. how can i solve?



Attached Files Thumbnail(s)
   
Print this item

  Alexa in h32bs
Posted by: eladn - 11-27-2021, 01:41 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hi. Is the Alexa module still needed in the h32bs or is it already built-in there?

Print this item

  KinCony ESP32 IoT lesson on ESPRESSIF website
Posted by: admin - 11-25-2021, 02:46 AM - Forum: KC868-A series and Uair Smart Controller - No Replies

KinCony ESP32 application course is published on the udemy online course platform for everyone to learn for free. At the same time, we will publish on the online course platform of Espressif's official website, and we will continue to produce more courses based on ESP32 applications.
https://www.espressif.com/en/ecosystem/i...ge/courses
[Image: IoT-College-Cources_Espressif-Systems.jpg]

Print this item

  kc868h2b firmware
Posted by: Patrick - 11-24-2021, 05:04 PM - Forum: KC868-HxB series Smart Controller - Replies (3)

can this controller be updated from version 4.13.26 

allow for MQTT option?  4.13.26  4.13.26 4.13.26

Print this item

  Connecting protection fuses before relay
Posted by: eladn - 11-24-2021, 11:07 AM - Forum: KC868-HxB series Smart Controller - Replies (9)

Hi. I'm planning to connect the protection fuses before the relays, and not after as shown in the tutorials. This way I would be able to have one fuse for a group of channels (for example all lights in an area/room).

I do so because of 2 reasons: (1) Such connection is viable in my house because, for example, the wiring to all the lights for the living room is being passed through a single connections-box. Using wiring of different protected circuits in the same box is prohibited by law in my country. (2) Grouping circuits use fewer fuses and save space in the power distribution box.

Can such a connection cause any problem? The relays module has a varistor per channel, and I read online that a fuse has to be connected over the circuit with the varistor. My question regards the location of the fuse. Schematically, I'm asking whether it is critical to have the fuse on the closed-circuit between the varistor and the device (like you suggest in your tutorials), or is it also fine to connect the fuse to the feeding phase (leaving the closed circuit between the varistor and the consumption end device without any protection, as shown in the diagram below). I don't really understand the theory behind the varistor's operation, so I don't know if it may be a problem leaving it with the device in a closed circuit without protection on it.
   

Thanks for the help!

Print this item

  Purpose of the blue capacitors in the OMRONs module
Posted by: eladn - 11-23-2021, 09:41 AM - Forum: KC868-HxB series Smart Controller - Replies (8)

Hi.
I noticed there are blue capacitors attached to the load terminals of the OMRON relays module (can be seen in the picture attached below).
Can you please explain what is their purpose? what they are needed for?

   

Print this item