Smart Home Controllers Specification Parameters
The following table lists the functional parameters of the KinCony Smart Home Host (wireless and wired versions). You can choose the right product by comparing parameters.
DetailsThe following table lists the functional parameters of the KinCony Smart Home Host (wireless and wired versions). You can choose the right product by comparing parameters.
DetailsWe will start to analyze KC868-Hx or KC868-HxB communication protocol. The KC868-H2B,KC868-H4B,KC868-H8B,KC868-H16B,KC868-H32B just different channel relays. The protocol is almost same. If you use KC868-HxB series relay controller, when the controller is set in “TCP server” mode by webpage, PC is a client device. The default IP address and Port of the controller are “192.168.1.200”…
DetailsThere two steps for using the device of KC868-H8 or KC868-H32: Firstly: to configure Wi-Fi and get the device into the internet via Wi-Fi Secondly: Scan the QR code; add the device into the Kincony mobile APP for controlling Or open the programs in the computer for controlling. Hereby, we only introduce the first…
DetailsOpen the Vircom program as below, click the Device Icon As default, when the device had been connecting to the internet, it shows the device automatically. If not showing,Pls click the Auto Search button. It’s the default settings for the UDP mode; Drop-down the IP mode to choose Static, instead of DHCP. Then the IP…
Detailsirstly, pls have a check if it’s TCP mode by the “Vircom” Program(as below) After making sure it is already the TCP mode, then open the “Relay” program Input IP address and port due to the “Vircom” program, then click Connect button: After clicking “Connect” button, then click the “Scan” button (see below picture) When…
DetailsKC868-H8&H32 APP user manual Firstly, pls have a check if it’s the UDP mode by the “vircom” program: Then, please scan the below QR code to download the APP. For IOS: you can also search “smart home” from Apply store. After download the APP, pls operate with the following steps: adding the device into APP…
DetailsThis is KC868-H8 Controller & KC868-H32 Controller local control demo source code by LAN mode use Visual Studio VB2017 . It can control devices by App account. The Demo code is a Client. It connect to KinCony’s server, read the config information of house and send control instructions.
DetailsThis is KC868-H8 Controller & KC868-H32 Controller local control demo source code by LAN mode use Visual Basic 2005. It can control relays by IP address and Socket port. The Controller is a Server.
DetailsThis is KC868-H8 Controller & KC868-H32 Controller local control demo source code by LAN mode use python by PyCharm tool. It can control relays by IP address and Socket port. The Controller is a Server.
DetailsThis is KC868-H8 Controller & KC868-H32 Controller local control demo source code by LAN mode use Xcode 10.x. It can control relays by IP address and Socket port. The Controller is a Server.
DetailsThis is KC868-H8 Controller & KC868-H32 Controller local control demo source code by LAN mode use Android Studio. It can control relays by IP address and Socket port. The Controller is a Server.
DetailsRelay Controlling(SET): RELAY-SET-x(1bytepack_num),x(1byterelayserialnumber),x(1byteaction0/1) RETURN: RELAY-SET-x(1bytepack_num),x(1byterelayserialnumber),x(1byteaction0/1),OK/ERROR Relay Status(READ): RELAY-READ-x(1bytepack_num),x(1byterelayserialnumber) RETURN: RELAY-READ-x(1bytepack_num),x(1byterelayserialnumber),x(1bytestatus0/1),OK/ERROR Input Status(GET_INPUT): RELAY-GET_INPUT-x(1bytepack_num) RETURN: RELAY-GET_INPUT-x(1bytepack_num),x(1bytestatus),OK/ERROR Trigger Alarm(ALARM): RELAY-ALARM-x(1bytealarmchannel) BACKSTAGE RETURN: RELAY-ALARM-x(1bytealarmchannel),OK/ERROR Re: Without receiving the RETURN, ALARM will be re-triggered every 3 seconds, totally re-triggered 3 times. Scanning(SCAN_DEVICE): RELAY–SCAN_DEVICE–NOW RETURN: RELAY–SCAN_DEVICE–CHANNEL_8,OK/ERROR Serial Number acquisition(HOST): RELAY-HOST-NOW(under TCP working mode) RETURN: HOST-CHKLIC-97813679bd8cc4c42ddb6c27(return…
Details