I am a student at BUT Brno, Faculty of Electrical Engineering, in the Czech Republic, and I am interested in IoT. At work, we often handle electrical installations and consulting projects, and I would like to suggest that we start implementing Smart Home systems. We have experience with Home Assistant, having built a few homes with it.
I believe that by learning with your system and implementing it in Home Assistant, we could integrate your products more frequently. To demonstrate this potential, I would like to design a smaller smart switchboard at home to showcase to the company. I think this fits with Situation B – starting a project.
If possible, I would be interested in the KC868-A4.
Thank you for considering my request.
Trump
После прошивки KCS_KC868_A6_V2.2.6.zip плата перестала загружаться на кнопки S1 и S2 не реагирует. flash_download_tool_3.9.2 находиться постоянно в синхронизации. Порт COM определяется. Как оживить плату ).
I am experiencing intermittent connectivity issues with my KinCony controller when it's operating in Cloud mode (using the KinCony Smart Home app). It connects initially, but after a few minutes, the connection drops, and I am unable to control the devices remotely. My home network is stable, and I have tested other cloud-connected devices without issues. Could this be related to specific firewall settings or is there any recommended troubleshooting procedure for improving the cloud connection reliability on both the controller and the app side? Also, are there any known server-side issues with KinCony's cloud infrastructure?
Hi, my A64 mosfet with esphome has a problem. Every active output turn off exactly after 15min.
Installation was configured under home assistant but for test HA server was not installed
Hi, I’m working on a project using the KC868-A16 to drive a relay board, and I really appreciate the KCS firmware available for this device. However, I have a concern: it seems that every output change is saved to NVS storage, which could be an issue. I’ll be frequently changing the output state of the MOSFETs, and I’m worried about potentially wearing out the storage. There might be some balancing implemented but none the less having the option to not persist to NVS would be great.
To clarify, I don’t need the output or input states to persist in NVS; storing them in SRAM would be preferable. Since the KCS firmware source code isn’t publicly available, I can’t modify this behavior myself unless I write my own firmware (something I’m considering).
How do i connect to the 868-E16P with TUYA license installed. I try to use my Iphone with the Smart Life app with the QR code on 868-E16P local website, this redirects me to https://smartapp.smart321.com, and there i get the message "package not found".
Hello. I'm configuring the KC868-A8 board with Esphome and the Tuya license. However, I found some errors and would like to share them for a possible solution. KC868-A8 board esphome + Tuya
It's giving an error that I don't know exactly. error image attached.
sensor:
- platform: dallas_temp
name: "Temperatura QCC"
id: temperatura_1
address: 0x06136e7e1f64ff28 # Endereço específico do sensor
accuracy_decimals: 1 # Precisão do sensor em casas decimais
update_interval: 30s # Intervalo de atualização dos dados
- platform: dht
pin: GPIO13 # Ajuste para o pino que você está usando
model: DHT22 # Substitua pelo modelo do seu sensor (DHT11, DHT22, AM2301, etc.)
temperature:
name: "Temperatura externa"
humidity:
name: "Umidade externa"
update_interval: 30s # Ajuste o intervalo de atualização conforme necessário
tuya_iot:
id: tuya_iot_component
product_id: xxx
device_id: xxx
device_secret: xxx
region: us # eu, us, eus, weu, in, cn
# eu: Central Europe Data Center
# us: US West Data Center
# eus: US East Data Center
# weu: Western Europe Data Center
# in: India Data Center
# cn: Chinese Data Center
I have purchased the KC868-ATC V1.4 and want to use the rs232 functionality to control a Heat recovery system.
I use the tuya app to control my house, however i am not sure how to convert this app and KC868-ATC to the full protocol functionallity in the pdf...
Anyone any ideas?
I have a tuya developer account and Arduino IDE, i have created a IDE code, but doesn't work, the connection to tuya is missing i think...