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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 8,814
» Latest member: usmanseo
» Forum threads: 3,865
» Forum posts: 19,735

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 22 Guest(s)
AhrefsBot, Amazonbot, Applebot, Bytespider, PetalBot, Sogou web, bot

Latest Threads
kWh resolution
Forum: N30
Last Post: Vega
11 minutes ago
» Replies: 33
» Views: 1,071
N60 N30 N20 N10 ARM CPU f...
Forum: N30
Last Post: Painy
53 minutes ago
» Replies: 3
» Views: 34
Channels always have curr...
Forum: KC868-AP / ADR
Last Post: admin
2 hours ago
» Replies: 21
» Views: 5,999
"KCS" v3.24.2 firmware BI...
Forum: "KCS" v3 firmware
Last Post: admin
Yesterday, 05:58 AM
» Replies: 0
» Views: 59
N60 Energy RS485 Modbus P...
Forum: N60
Last Post: admin
Yesterday, 05:42 AM
» Replies: 1
» Views: 362
N30 Energy RS485 Modbus P...
Forum: N30
Last Post: admin
Yesterday, 05:41 AM
» Replies: 1
» Views: 425
N20 Energy RS485 Modbus P...
Forum: N20
Last Post: admin
Yesterday, 05:40 AM
» Replies: 1
» Views: 370
N10 Energy RS485 Modbus P...
Forum: N10
Last Post: admin
Yesterday, 05:35 AM
» Replies: 1
» Views: 441
N60 N30 N20 N10 ARM CPU f...
Forum: N60
Last Post: admin
Yesterday, 05:01 AM
» Replies: 3
» Views: 117
N60 N30 N20 N10 ARM CPU f...
Forum: N20
Last Post: admin
Yesterday, 04:59 AM
» Replies: 0
» Views: 15

  Read 4 channel analog inputs by TCP or RS485 protocol
Posted by: admin - 04-15-2022, 03:25 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (2)

1: Read 4 channel analog inputs by TCP command:
Send: RELAY-GET_AI-255
Feedback: RELAY-AI-ALL,A0,A1,A2,A3,OK

A0,A1 analog input range: DC0-5V
A2,A3 analog input range: 4-20mA

example:
A0 and A1 connect with 3.3V , will feedback:
RELAY-AI-ALL,330,330,0,0,OK

A2 and A3 connect with 10mA sensor , will feedback:
RELAY-AI-ALL,0,0,455,455,OK


--------------------------------------------------------------
2: enable/disable analog inputs by TCP command:
Send: RELAY-AI_REPORT-255,1    //Enable analog input AUTO feedback
Feedback: RELAY-AI_REPORT-255,1,OK

Send: RELAY-AI_REPORT-255,0   //Disable analog input AUTO feedback
Feedback: RELAY-AI_REPORT-255,0,OK


---------------------------------------------------------------
3. Read 4 channel analog inputs by MODBUS RS485

01 03 01 2C 00 04 CRCH CRCL   
Feedback: 01 03 08 A0 A1 A2 A3 CRCH CRCL

01:RS485 address ID
01 2C=300 register address
00 04 register number

example:
if A0 connect with 3.29V
Send: 01 03 01 2C 00 04 84 3C
Feedback: 01 03 08 01 49 00 00 00 00 00 00 8C DF
01 49 =329 = 3.29V

if A1 connect with 3.31V
Send: 01 03 01 2C 00 04 84 3C
Feedback: 01 03 08 00 00 01 4B 00 00 00 00 30 08
01 4B =331 = 3.31V

Print this item

  KC868-Server V1.48 new firmware update
Posted by: admin - 04-15-2022, 02:21 AM - Forum: News - Replies (13)

improvement:

add manufactory test commands for RS232

command-1 for set to test mode:
    set static IP:192.168.1.200 for ethernet
    set wifi work mode=TCP Server
    set ethernet work mode=TCP Server
    enable 4 chanenl analog input auto report
    set board RS485 address=1
    set board RS485 Baud rate=9600bps

command-2 for Restore factory settings:
    set wifi work mode=UDP
    set ethernet work mode=UDP
    disable 4 channel analog input auto report


.zip   KC868_SERVER_V148_220413.zip (Size: 54.15 KB / Downloads: 825)
download the ZIP file , unzip update the bin file for KC868-H32B relay controller by USB-RS232 cable or ethernet cable.

Print this item

  KC868-Server User Guide Online
Posted by: admin - 04-15-2022, 01:56 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (8)

[b]1.Diagram of relay Controller[/b]
[Image: KC868-Server2_02.png]
Download PDF details
[b]Leds status different color means:[/b]
Red: Controller is power on.
Green: WiFi module is connect to your router successfully.
White: network run in “TCP Client” mode or “MQTT” mode.
Yellow: network run in “TCP Server” mode.
Blue: network run in “UDP” mode.
[b]what’s UDP , TCP Server, TCP Client, MQTT means:[/b]
When set to “UDP” and set the cloud server IP and port, controller will auto connect to KinCony’s Cloud server. Then you can use “KinCony Smart Home” phone app for remote control relay.
When set to “TCP Server”, controller own is a server work in local network ,you can use “KBOX” phone app without internet and our cloud server to control relay in local network.just your mobile phone or PC and controller connect with same router.
When set to “TCP Client” and set the server IP and port, controller will auto connect to your own server (not KinCony’s cloud server) by “TCP Client”, you can write program for server and make your own phone app to use, this for developer to use.
When set to “MQTT” and set the server IP and port, controller will auto connect to KinCony’s MQTT cloud server or your own server (not KinCony’s cloud server) by MQTT, you can write program for server and make your own phone app to use, this for developer to use. Or you can use “KBOX” android phone app for remote control.
[b]what’s buttons function:[/b]
Button1 “WiFi Reset” : Reset WiFi module, then controller will be work as “AP” mode, you will see the wifi signal “LPT230” for use.Now you can config the ssid and password for your router.
Button2 “Ethernet Mode” : change ethernet work mode for UDP->TCP Server->TCP Client.
Button3 “WiFi Mode” : change WiFi work mode for UDP->TCP Server->TCP Client.
[b]How to use buttons:[/b]
[b]Button1 “WiFi Reset” :[/b] Hold on the button for 5 seconds,then restart power of controller.
[b]Button2 “Ethernet Mode” :[/b]
Hold on the button until LED color changed. There are 5 status:
a.) Hold on button, when the [yellow LED] is ON, release it, then work mode in “TCP server” mode;
b.) Hold on button, when the [white LED] is ON, release it, then work mode in “TCP Client” mode;
c.) Hold on button, when the [blue LED] is ON, release it, then work mode in “UDP” mode;
d.) Hold on button, when the [yellow and white LED] all is ON, release it, then work mode in “UDP” and IP by DHCP mode;
e.) Hold on button, when the [yellow and white and blue LED] all is ON, release it, then work mode in “TCP Server” and IP (192.168.1.200) by static mode;
Note: after changed mode, the controller will restart automatically.
The controller default work mode is DHCP and UDP mode.
[b]Button3 “WiFi Mode” :[/b]
Hold on the button until LED color changed. There are 3 status:
a.) Hold on button, when the [yellow LED] is ON, release it, then work mode in “TCP server” mode;
b.) Hold on button, when the [white LED] is ON, release it, then work mode in “TCP Client” mode;
c.) Hold on button, when the [blue LED] is ON, release it, then work mode in “UDP” mode;
Note: after changed mode, the controller will restart automatically.
The controller default work mode is DHCP and UDP mode.
[b]2.Network Setting[/b]
A.WiFi config (if you use ethernet cable, you can skip WiFi config step):
B.Set Work Mode for remote control (Need internet and KinCony’s cloud server)
C.Set Work Mode for local LAN control (without internet)



[b]A-1.use Ethernet port to config IP and different work mode by “KinCony-SCAN_Device Tool” for KC868-xB/xBS” series (Recommend)[/b]
Let your KinCony smart controller connect to your router by ethernet cable (CAT5) and your computer also connect with your same router, download “KinCony-SCAN_Device Tool” and unzip file, open “KinCony-SCAN_Device.exe”
[Image: ip-scan-1.png]
[Image: kc868-server.png]
Step1: chose your network device of your computer.
Step2: click “StartMonitorPort” button.
Step3: click “SCAN” button.
Now all KinCony Controller (KC868-HxB or KC868-HxBS) will be see. You will see the device IP,Port,UID,type.
[Image: kc868-server-login.png]
web browser login with your KC868-Server’s IP Address, user and password default all are : admin    admin
[Image: kc868-server-control-panel.png]
Here is “Relay Control” panel webpage, you can control every channel output independently.
[Image: Network-Setting-size-small.png]
Here is network setting details.
[b]SSID and password:[/b] These are your router’s.
[b]Work Mode:[/b]
1- UDP: Connect with KinCony Cloud server by internet, you can use “KinCony Smart Home ” mobile phone application.
2- TCP Server: Work in local network without internet, you can use “KBOX” mobile phone application.
3- TCP Client: This mode for programmer or developer, controller can connect to your own cloud server by TCP socket connection.
4- MQTT: Connect to any MQTT broker by IP and Port.
[b]Domain name:[/b] connnect to cloud server by domain name, KC868-Server will use DNS to find IP address for cloud server
[b]Post Password:[/b] for http command line use
[b]SW trigger output:[/b] 16 channel output action link or unlink with 16 channel input
[b]Input filter time:[/b] Valid holding time can trigger the input for Digital Input 1-8 ports

[b]B.WiFi advanced config by hotspot without router: (Most time not need to use, you can skip this step)[/b]
1. Install WiFi antenna for Controller.
2. Make sure “DHCP” function is enabled by your router.
3. Enable your computer WiFi network.
4. Begin to config WiFi as follow steps:
Let your computer to connect WiFi wireless network name of “LPT230”

[Image: wifi-ap-1.jpg]
When wifi connected, open browser visit: http://10.10.100.254/

[Image: wifi-config-1.jpg]
[Image: wifi-config-2.jpg]
input the user name: admin password: admin
[Image: wifi-config-3.jpg]

now the default menu is Chinese , you can click “English” change to English language menu.
[Image: wifi-config-4.jpg]

this is English menu.
[Image: wifi-config-5.jpg]

Enter wifi work mode, default is “AP mode”
[Image: wifi-config-6.jpg]

Now we change to “STA mode”, “STA” means “Station”
[Image: wifi-config-7.jpg]

not need to “Restart” , just click “Back” button for other settings, at last you need Restart once.
[Image: wifi-config-8.jpg]

Press “Scan” to search your router’s wifi signal or you input manually.
[Image: wifi-config-9.jpg]
Chose your router’s wifi ssid
[Image: wifi-config-10.jpg]

there is a tip message for you to input password of your router.
[Image: wifi-config-11.jpg]

now input password of your router.
[Image: wifi-config-12.jpg]

also press “Back” begin for other settings.
[b]Note:[/b]
If you want to reset wifi for new config, you can use WiFi Reset button for re-config.
[b]B.Set Work Mode for remote control (Need internet and KinCony’s cloud server)[/b]
[Image: wifi-config-13.jpg]
now you want to use “KinCony smart home ” phone app for remote control, so make sure your Protocol line is “UDP” and Server address is “114.55.89.143”,Port is “5555”. now all setting is finished, we press “Save”, then restart.
[Image: wifi-config-14.jpg]

now you can restart power of your controller. Now you can use “KinCony Smart Home” app and PC software for remote control.
[b]C.Set Work Mode for local LAN control (without internet)[/b]
[Image: wifi-config-15.jpg]
Just change Protocol = TCP Server after “Save” Re-start power for controller. Now you can use “KBOX Smart” app and PC software for local control.
 
[b]3. How to use Phone APP and PC software in WAN/LAN[/b]
[b]Click below photo to see video:[/b]
A.APP- KinCony Smart Home (WAN:need internet)
[Image: kincony-smart-home.JPG]
B.APP- KBOX Smart (LAN:without internet)

[Image: kbox.png]
C.PC Software (LAN:without internet)

[Image: smart-controller-pc-software.jpg]
D.PC Software (WAN:need internet)

[Image: smart-controller-pc-software.jpg]

Print this item

  KC868-H32BS integrate to apple homekit by Node-Red
Posted by: admin - 04-14-2022, 06:29 AM - Forum: Development - No Replies


.pdf   KC868-H32 NODE RED HOMEKIT.pdf (Size: 3.3 MB / Downloads: 757)

Print this item

  KC868-G IR integration
Posted by: admin - 04-14-2022, 06:22 AM - Forum: KinCony integrate with Loxone home automation - No Replies


.pdf   KC868-G IR INTEGRATION.pdf (Size: 3.37 MB / Downloads: 804)

Print this item

  Automation using KC868-A16 and KC868-E16 diagram
Posted by: admin - 04-14-2022, 06:18 AM - Forum: KC868-A16 - No Replies


.pdf   Automation using KC868-A16 and KC868-E16.pdf (Size: 6.26 MB / Downloads: 1100)

Print this item

  Lesson16 - integrate ZigBee device to home assistant by Zigbee2MQTT
Posted by: admin - 04-13-2022, 01:42 AM - Forum: Home automation training courses - Replies (5)


1. Add the repository URL under Supervisor->Add-on store->...->Manage add-on repositories:

https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

2. Zigbee2mqtt add-on Configuration for home assistant

data_path: /config/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
  server: mqtt://192.168.1.96:1883
  user: mqtt
  password: '123'
serial:
  port: /dev/ttyACM0
advanced:
  log_level: info
  pan_id: 6754
  channel: 11
  network_key:
    - 1
    - 3
    - 5
    - 7
    - 9
    - 11
    - 13
    - 15
    - 0
    - 2
    - 4
    - 6
    - 8
    - 10
    - 12
    - 13
  availability_blocklist: []
  availability_passlist: []
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
  port: 8099
experimental: {}
socat:
  enabled: false
  master: pty,raw,echo=0,link=/tmp/ttyZ2M,mode=777
  slave: tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5
  options: '-d -d'

3. feedback click action mqtt message:

  1: single
  2: double
  3: triple
  4: quadruple
  5: many

4. Xiaomi zigbee switch configure for home assistant by Zigbee2mqtt

sensor:
  - platform: mqtt
    name: Voltage
    state_topic: "zigbee2mqtt/0x00158d00067ec29e"
    value_template: "{{ value_json.battery }}"
    unit_of_measurement: "%"
    availability_topic: "zigbee2mqtt/bridge/state"
    payload_available: "online"
    payload_not_available: "offline"
    qos: 0
    device_class: battery

  - platform: mqtt
    name: signal
    state_topic: "zigbee2mqtt/0x00158d00067ec29e"
    value_template: "{{ value_json.linkquality }}"
    availability_topic: "zigbee2mqtt/bridge/state"
    payload_available: "online"
    payload_not_available: "offline"
    qos: 0
    device_class: signal_strength

  - platform: mqtt
    name: click
    state_topic: "zigbee2mqtt/0x00158d00067ec29e"
    value_template: "{{ value_json.click }}"
    availability_topic: "zigbee2mqtt/bridge/state"
    payload_available: "online"
    payload_not_available: "offline"

Note: ID need replace with your device. such as '0x00158d00067ec29e'

5. create a new automation:

Trigger type: State
Entity: sensor.click
To: single


Actions:
Action type: Call service
Service: Switch:Toggle
+ Pick entity

Print this item

  Lesson15 - control IR device by Infrared extender cable
Posted by: admin - 04-12-2022, 12:56 AM - Forum: Home automation training courses - No Replies


[Image: attachment.php?aid=831]   
[Image: attachment.php?aid=705]   
[Image: attachment.php?aid=706]

ESPHome config:

# Example configuration entry
remote_transmitter:
  pin: GPIO23
  carrier_duty_percent: 50%

climate:
  - platform: mitsubishi    # adjust to match your AC unit!
    name: "Room AC"

Print this item

  Lesson14 - integrate DS18B20 temperature sensor to home assistant
Posted by: admin - 04-12-2022, 12:48 AM - Forum: Home automation training courses - Replies (10)


DS18B20 temperature range: -55°C to +125°C and is accurate to ±0.5°C

ESPHome config:

# Example configuration entry
dallas:
  - pin: 4
    update_interval: 5s

# Individual sensors
sensor:
  - platform: dallas
    address: 0x69062162d9ec4328
    name: "Temperature"


   

Print this item

  KC868-Server schematic for ESP32 and raspberry pi CM4 circuit
Posted by: admin - 04-11-2022, 01:57 PM - Forum: KC868-Server Raspberry Pi4 local server - No Replies

ESP32 use serial port communication with KinCony ARM CPU. user can write any code work with KinCony ARM CPU read/write digital input, digital output and analog input.


.pdf   KC868_SERVER_OPENSOURCE_SCH.pdf (Size: 373.22 KB / Downloads: 1255)

Print this item