Posts: 8
Threads: 2
Joined: Dec 2021
Reputation:
0
KC868-HA can be used with KC868-A8S module?
What is the type of communication over RS485.
Do you have some sample Arduino IDE code to use the KC868-HA button module.
My Next Question.
How the digital inputs on the KC868-HA button module are used in cooperation with the KC868-H32B Pro, how they are displayed in Homekit with the firmware downloaded from the kincony website.
Can I use one module of buttons with relay and one module as Digital input example motion detect?
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
1. if DIYers want to use the RS485 adapter board with own ESP32 code, in furture, we will make a protocol document about it. it's private RS485 protocol.
2. if you controlled H32B Pro's relay ON/OFF by any way, not only by RS485, but also RS232, network http, mqtt, tcp, just relay state changed, it will update state to Apple Homekit app's ico.
3. sure, you can also use for dry contact sensor, set INPUT type = "Momentary".
when use for "Momentary", trigger relay by "down level" signal, if use for "Latch", trigger relay both by "down level" and "up level" signal
Posts: 8
Threads: 2
Joined: Dec 2021
Reputation:
0
The adapter KC868-HA have ESP32 chip?
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
no, not by ESP32 chip, it's too big, we use small CPU, so that can let size small , suitable for install into wall switch.
Posts: 8
Threads: 2
Joined: Dec 2021
Reputation:
0
do you offer esp32 boards for sale, maybe you will think about releasing some firmware for the Kc868-ha button module operating on the modbus protocol to implement it with very good ESP32 boards, e.g. KC868-a8s
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
we will open KC868-HA protocol later and make ESP32 arduino demo source code for it. sure, such as KC868-A8S work with KC868-HA's demo code.
Posts: 8
Threads: 2
Joined: Dec 2021
Reputation:
0
when, I already bought one device (KC868-HA) with the thought of integration with KC868-A8S
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
not soon, but will do it.
Posts: 8
Threads: 2
Joined: Dec 2021
Reputation:
0
ok. Thanks,
How I can expand input Analog/Digital interfaces(contactron, motion sensor, temperature sensor) in KC868-H32B Pro
Posts: 6,323
Threads: 808
Joined: Oct 2020
Reputation:
155
6 channel input for KC868-H32B Pro is digital input, use by dry contact signal.