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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 6,539
» Latest member: Urviahuja001
» Forum threads: 2,899
» Forum posts: 15,385

Full Statistics

Online Users
There are currently 33 online users.
» 0 Member(s) | 17 Guest(s)
Amazonbot, Crawl, PetalBot, Semrush, WordPress/, Yandex, bot, owler

Latest Threads
Question:AS. Improving A...
Forum: KinCony AS
Last Post: admin
6 hours ago
» Replies: 1
» Views: 4
Integration zigbee and tu...
Forum: KC868-AG / AG Pro / AG8
Last Post: admin
10 hours ago
» Replies: 3
» Views: 19
Tuya Controller
Forum: KC868-A16
Last Post: admin
10 hours ago
» Replies: 35
» Views: 1,604
[Bug] Network
Forum: KC868-A8
Last Post: admin
10 hours ago
» Replies: 1
» Views: 8
T16M discovery on linux
Forum: T16M
Last Post: admin
10 hours ago
» Replies: 1
» Views: 2
Etgernet + wifi
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
10 hours ago
» Replies: 32
» Views: 662
KinCony G1 ESP32-S3 SIM76...
Forum: News
Last Post: admin
10 hours ago
» Replies: 2
» Views: 114
ALR error at uploading
Forum: KinCony ALR
Last Post: admin
03-24-2025, 11:36 PM
» Replies: 1
» Views: 8
KC868-A8 ethernet work wi...
Forum: KC868-A8
Last Post: admin
03-24-2025, 11:33 PM
» Replies: 4
» Views: 4,305
868-A6 Tasmota "Reset"
Forum: KC868-A6
Last Post: admin
03-24-2025, 11:32 PM
» Replies: 1
» Views: 14

  KC868-H32 Relay Controller REV:2.4 Problem after firmware update
Posted by: bvelinov - 01-08-2025, 05:21 AM - Forum: News - Replies (3)

Hello, today I ordered from your controller for control through the Tuya application, and in this regard I decided to change the firmware version with a new one downloaded from your site following all the steps as described. After the procedure is completed, my kc868-h32 is no longer the same. outputs 2 and 3 flash and the response time of the buttons is unstable. Please give me feedback and if there is the original version of my device, could you provide it to me?

I installed the firmware H32B_V508_230921



Attached Files Thumbnail(s)
   
Print this item

  KC868-a6 Relay switches
Posted by: icemannz - 01-08-2025, 04:21 AM - Forum: DIY Project - Replies (3)

Hi, I have a KC868-a6 board and it is up and running with ESPHome.
I can control all the relays via Home Assistant without issue.

What I would like to do is also have manual switches mounted on the box so I can switch a relay on or off.
I thought that grounding the DI-1 through 6 pins were for this but they don't appear to work that way.

Is there a way to connect up 6 small switches to the board to allow for manual switching if the relays ?

Print this item

  a32 pro conrolled by homeassistant
Posted by: Saif Kitany - 01-07-2025, 08:04 PM - Forum: News - Replies (29)

is there any video explains how to make all the proccess from A-Z HOW to conrol a32 pro by home assistant?

Print this item

  Programmed in ESPHOME
Posted by: Fernando_FSF - 01-07-2025, 03:33 PM - Forum: DIY Project - Replies (1)

Hello. I have a Kincony F16 that has been programmed in ESPHOME so that the digital inputs act on de "relay" outputs as a wall switch, the question is. Is there a way to keep working like this but add a condition that if a Home Assasistant entity is active, It blocks the relay from turning on in any wall and cannot be turned off? In ESPHOME of course. If possible, can you give an example? Thanks.

Print this item

  Not showing up as Assist satellite target in automations
Posted by: ApexNick - 01-07-2025, 03:30 PM - Forum: KinCony AS - Replies (4)

I am trying to create an automation that makes an announcement at a certain time, but it does not shoe up as a target. How do I fix this? HAOS 2024.12.5 .

Print this item

  KC868-A16 Ethernet DS18B20 issues
Posted by: nielsek - 01-07-2025, 10:52 AM - Forum: KC868-A series and Uair Smart Controller - Replies (11)

Greetings to everybody.
I have quite extensively tested KC868-16 and KC868-6 with tens of DS18B20 temperature sensors.  I'm using ESPHOME.  With KC868-16 I found that if enabling Ethernet (instead of Wifi), after few hours I loose connection with temperature sensors:

Code:
12:26:37][W][dallas.temp.sensor:139]: 'Temperature sensor 115 (1m)' - Scratch pad checksum invalid!
[12:26:37][W][component:157]: Component dallas_temp.sensor set Warning flag: scratch pad checksum invalid
[12:26:37][D][sensor:093]: 'Temperature sensor 115 (1m)': Sending state nan °C with 2 decimals of accuracy
It first starts with few of these messages in logs, but soon (in few hours or even less) it happens to all of them.  Also tested with 5v (from 433mhz port), but still the same.
With wifi there isn't that problem.

While testing I had 6 sensors connected to HT2.  It doesn't matter, if there's less or more sensors, or shared between all three HT ports (HT1-HT3).  The outcome is the same.
Have different good quality power supplies that I have tested. During the testing there were no other devices connected.  Below I use 1 second interval, if using longer time, the issue is still there.
I really need ethernet.  Much appreciated, if you could point me in a direction, what to test next.
outtake from yaml (with one sensor):
Code:
#Workaround for sensors update
interval:
  - interval: 6s
    then:
      - component.update: temp_111 #IO_2
      - delay: 1s
      - component.update: temp_112 #IO_2
      - delay: 1s
      - component.update: temp_113 #IO_2
      - delay: 1s
      - component.update: temp_114 #IO_2
      - delay: 1s
      - component.update: temp_115 #IO_2
      - delay: 1s
      - component.update: temp_117 #IO_2
one_wire:
  - platform: gpio
    pin: GPIO32
    id: IO_1 #HT1
  - platform: gpio
    pin: GPIO33 #HT2
    id: IO_2
  - platform: gpio
    pin: GPIO14 #HT2
    id: IO_3
sensor: 
  - platform: dallas_temp
    address: xxxxxxxxxxxxxxx
    name: Temperature sensor 109 (1m)
    id: temp_109
    one_wire_id: IO_3
    unit_of_measurement: "°C"
    icon: "mdi:thermometer-plus"
    device_class: "temperature"
    state_class: "measurement"
    accuracy_decimals: 2
    update_interval: never
    filters:
#      - filter_out: nan
      - filter_out: 85.0

Print this item

  board setup
Posted by: gyengeb - 01-06-2025, 09:34 PM - Forum: KC868-A6 - Replies (5)

Hi,

Could you please tell me which board shall I choose in arduino ide?

And coul you please paste a test code to test the flash and the relay-s?

Thank you.

Print this item

  Using 12v on Digital Input
Posted by: DW1 - 01-05-2025, 12:08 AM - Forum: KC868-A16 - Replies (19)

I am using a KC898-A16 in ESPHome.  I have it successfuly set it up in ESPHome/HomeAssistant.  I can switch the outputs on and off and if I connect any digital input to ground (dry contact) I see it as input in ESPHome.

My issue is that if I apply 12vdc negative to the digital ground and 12vdc positive to any digital input I get no input.

I have tried setting invert = false

It is my understanding that it is possible to apply 12vdc to a digital input and get a result.

Print this item

  KC868-A16 restore mode
Posted by: JP50 - 01-04-2025, 08:29 PM - Forum: KC868-A16 - Replies (3)

Hello. I purchased a KC868-A16 and got it integrated with home assistant successfully via ESP32. Everything was good until i removed and reconnected power to the board and realized that the way I wired things, I need the board to boot up with outputs 1-16 on. By default they are all turning off upon power up. Can I add something to the yaml and send from ESPhome Builder to change the power on states of the outputs to ON?

I see this snippet in the logs so I assume there should be a way to set restore mode?

GPIO Switch 'light1'
[14:27:40][C][switch.gpio:091]:  Restore Mode: always OFF
[14:27:40][C][switch.gpio:031]:  Pin: 0 via PCF8574
[14:27:40][C][switch.gpio:068]: GPIO Switch 'light2'
[14:27:40][C][switch.gpio:091]:  Restore Mode: always OFF
[14:27:40][C][switch.gpio:031]:  Pin: 1 via PCF8574  etc.....

Print this item

  A8 Ethernet strange malfunction
Posted by: bogdan_0 - 01-04-2025, 10:14 AM - Forum: KC868-A8 - Replies (1)

Hello

Wired ethernet is not functioning properly.
Via usb cable it is responding but webpage (KCS) usually can not be displayed (it worked a few times but most of times it does not work):
"This site can not be reached"
ESPhome integration in HA via ethernet is generally offline.
I tried reset and new set-up of UDP connection settings.
I tried upgrade of firmware and then reset and new set-up. 

Can you please help?
Thank you
Bogdan



Attached Files Thumbnail(s)
       
Print this item