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...
1. KinCony cloud server support KinCony Devices list (constantly update):
KC868-COLB
KC868-H32B Pro
A32 Pro
M30
B16M
F16
2. KinCony cloud service function:
remote control or monitor sensor state by browser (mobile phone / Windows PC / Apple MAC computer)
3. price of KinCony cloud server:
5usd/year for one board free 2 years only for KinCony official online shop customer. (shop.kincony.com)
if you buy products from KinCony offical shop. You can send email (web@kincony.com) to us, tell us your "order number" and "order photo" , "board model" and "serial number" or "UID". We will add your board serial number to our cloud server.
how to use KinCony cloud server:
a. login by KinCony cloud server webpage: https://mq.kincony.com/qq/login
b. register user name and password
c. login with your user name and password
d. add your device by SCAN QRcode or INPUT your serial number.
Can anyone tell me if the KC868-AIO supports more than two temp sensors?
From the videos it looks like it has two GPIO ports for temp sensors, but not sure if that means only can use two?
Or can multiple temp sensors be hooked to each port ?
We have a project that needs 4 temp sensors. Would we have to use analog temp sensors if we needed more than 2?