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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,924
» Latest member: Tnkad
» Forum threads: 3,903
» Forum posts: 19,909

Full Statistics

Online Users
There are currently 27 online users.
» 0 Member(s) | 14 Guest(s)
AhrefsBot, Amazonbot, Applebot, Crawl, Sogou web, bot

Latest Threads
4 - 20 mA adc not giving ...
Forum: KC868-AIO
Last Post: admin
9 hours ago
» Replies: 3
» Views: 24
Http protocol
Forum: News
Last Post: admin
Yesterday, 09:37 PM
» Replies: 5
» Views: 28
E8v3 PCB layout CAD file
Forum: Schematic & diagram & Dimensions of KinCony PCB layout CAD file
Last Post: admin
Yesterday, 09:35 PM
» Replies: 0
» Views: 6
KC868-A16 rev1.6 firmware
Forum: "KCS" v2 firmware system
Last Post: admin
Yesterday, 09:30 PM
» Replies: 1
» Views: 11
KC868-16A crashing in inf...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 09:17 PM
» Replies: 7
» Views: 48
N60 Sensor channel label
Forum: N60
Last Post: admin
04-14-2026, 09:41 PM
» Replies: 1
» Views: 10
ERROR SIM not inserted SI...
Forum: KC868-E8T
Last Post: admin
04-14-2026, 12:10 PM
» Replies: 18
» Views: 981
B4 Smart Controller ESP32...
Forum: B4
Last Post: admin
04-14-2026, 12:52 AM
» Replies: 0
» Views: 5
kWh resolution
Forum: N30
Last Post: admin
04-13-2026, 11:11 PM
» Replies: 37
» Views: 1,718
Current and Power not add...
Forum: N60
Last Post: admin
04-13-2026, 05:35 AM
» Replies: 3
» Views: 31

  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

  [question]Max current in 12V DC
Posted by: chaka - 01-04-2025, 06:17 AM - Forum: B16M - Replies (3)

Hi, need to power some high current  (~9A) devices at 12V DC.
Does MOSFET relays support 10A 12V DC?
I see in specs 10A but doesn't say if its AC or DC, please clarify.

Print this item

  Set KC868-A8M
Posted by: kulibin - 01-03-2025, 05:11 PM - Forum: KC868-A8M - Replies (3)

How to set up an KC868-A8M  that is connected via Ethernet in WiFi access point mode in order for devices to connect to it at the same gatewaygatewa as the main router? The devices will be wifi esp32 which will work together in HA.  For example, my main network is 192.168.1.1 and I want the WiFi distribution network (KC868-A8M) to be in the same range 192.168.1…… Thanks

Print this item