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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,368
» Latest member: Alan.llm
» Forum threads: 2,574
» Forum posts: 13,305

Full Statistics

Online Users
There are currently 57 online users.
» 1 Member(s) | 39 Guest(s)
Bytespider, Crawl, Google, PetalBot, Semrush, Yandex, bot, tugra

Latest Threads
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: tugra
1 hour ago
» Replies: 7
» Views: 2,261
change wake up name
Forum: KinCony AS
Last Post: gal
8 hours ago
» Replies: 12
» Views: 78
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
9 hours ago
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
11 hours ago
» Replies: 32
» Views: 392
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 65
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
Yesterday, 11:40 PM
» Replies: 7
» Views: 46
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 11:38 PM
» Replies: 2
» Views: 170
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 22
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: admin
12-16-2024, 10:55 PM
» Replies: 12
» Views: 447
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
12-16-2024, 10:53 PM
» Replies: 5
» Views: 34

  KC868-COLB-Mini MQTT Input Module released
Posted by: admin - 06-30-2021, 01:25 AM - Forum: News - No Replies

We have designed Mini version for KC868-COLB. it have 8 digital input ports and 8 analog input ports, all functions as same as KC868-COLB. KC868-COLB-Mini is smaller than KC868-COLB, it can save your power distribution box space. also support install the PCB on the DIN rail without metal box.

[Image: kc868-colb-mini.jpg]

Print this item

  RC snubber
Posted by: eladn - 06-30-2021, 01:02 AM - Forum: KC868-HxB series Smart Controller - No Replies

1. You recommend using an RC snubber for contactors. However, the contactors you usually use are operated with AC voltage. Is it recommended to use an RC snubber for 12V DC contactors as well? Or is it relevant for AC only?
2. What does the RC snubber actually protect? Is it the circuit that feeds the control voltage to the contactor, or the output load consumers? Or both?
3. I couldn't find on the market contactors with built-in RC snubber as you sell. It is never mentioned. Even with big companies like ABB. Why is that? Is it your own idea to insert the snubber inside the module? Or maybe they put it and just don't mention it?

Thanks a lot,
Elad

Print this item

  Recommended 12V DC controlled contactor
Posted by: eladn - 06-30-2021, 12:54 AM - Forum: KC868-HxB series Smart Controller - Replies (5)

The contactors sold at Kincony's store are operated with 230V AC.
1. Can you recommend other contactors that use 12V DC for operation?
2. Are there any downsides for using 12V DC contactors instead of 230V AC ones?

Thanks,
Elad

Print this item

  DS18B20 with COLB
Posted by: ahcdias - 06-29-2021, 12:46 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Is it possible to work with more than one DS18B20 in the same channel of the COL-B?

I would like to monitor more than 5 temperature points...

Print this item

  Home assistant Add-on:Zigbee2mqtt github installation
Posted by: admin - 06-28-2021, 12:12 AM - Forum: DIY Project - No Replies

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

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

Print this item

  Zigbee2mqtt add-on Configuration for home assistant
Posted by: admin - 06-27-2021, 04:11 AM - Forum: DIY Project - No Replies

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.2.220: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'

Print this item

  Xiaomi zigbee switch configure for home assistant by Zigbee2mqtt
Posted by: admin - 06-27-2021, 04:07 AM - Forum: DIY Project - Replies (1)

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"

Print this item

  time function
Posted by: athxp - 06-24-2021, 05:04 AM - Forum: KC868-HxB series Smart Controller - Replies (15)

I would like to use COL to set a time function + a light sensor. i have already wired everything, but i can't program how i want: i would like it from 22 to 7 every day, if DI4 = 1, then k27 on for 10 seconds. I don't find the specific way to set the function from 10pm to 7am thank you

Print this item

  NTC Thermistor with KC868-COLB
Posted by: ahcdias - 06-23-2021, 02:13 AM - Forum: KC868-HxB series Smart Controller - Replies (3)

I'm testing a NTC Thermistor with analog input of COLB.
An NTC 103AT in series with a 10k resistor.
Both connected to +5V and input A1.

The voltage measured at input A1 is different from the calculated one (VA1 = 10k x 5/(RThermistor + 10k).
It seems that the A1 input impedance is low and influences the circuit.
Can you help me with that?


Thanks!

Print this item

  Lesson16- Home Automation using TASMOTA for http mqtt knx
Posted by: admin - 06-23-2021, 01:07 AM - Forum: KC868-A series and Uair Smart Controller - Replies (11)

Print this item