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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,367
» Latest member: johnkalvinsmith
» Forum threads: 2,574
» Forum posts: 13,304

Full Statistics

Online Users
There are currently 62 online users.
» 2 Member(s) | 41 Guest(s)
Baidu, Bing, Bytespider, Crawl, Google, Google-Apps-Script, PetalBot, bot, keys-so-bot, tanoshimi, tugra

Latest Threads
change wake up name
Forum: KinCony AS
Last Post: gal
5 hours ago
» Replies: 12
» Views: 73
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
6 hours ago
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
8 hours ago
» Replies: 32
» Views: 392
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 61
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: 164
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 21
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
M16 SHT31 sensor disconne...
Forum: KC868-M16 / M1 / MB / M30
Last Post: bsarra
12-16-2024, 08:36 PM
» Replies: 4
» Views: 39

  PNP/NPN terminology for control signal
Posted by: eladn - 12-26-2021, 04:59 PM - Forum: KC868-HxB series Smart Controller - Replies (2)

In some 3rd-party applications the terms "PNP" / "NPN" are used to describe the polarity of the control signal (whether positive +12V or ground 0V voltage is used as the control signal). The KC868-H32BS outputs +12V (or +24V) per each output channel to control the relay. If a relay module is used, it gets a 0V as a common control line and +12V signal per each channel. Is this configuration considered as "PNP" or "NPN" connection from the point of view of the relay module?

Print this item

  KC868-H32BS V1.44 new firmware update
Posted by: admin - 12-24-2021, 02:46 AM - Forum: News - No Replies

improvement:

1. add MQTT topic include "post password" function. Improved security for controller

   

2. add 8 channel sensor input ports for effective pulse width options. Such as a sensor trigger signal time, from 10ms ---1 second.

   


download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable.


.zip   H32BS_V144_211222.zip (Size: 53.58 KB / Downloads: 280)

Print this item

  Let me know what tcp client led blinking is.
Posted by: heyheyhey - 12-23-2021, 08:15 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Hello! 

I installed KC868-H32B with our mqtt server.

Sometimes TCP Client Led(white color) is blinking. what is that mean? 

thank you!



Attached Files Thumbnail(s)
   
Print this item

  KC868-D8 V4.36 new firmware update
Posted by: admin - 12-23-2021, 12:56 AM - Forum: News - Replies (5)

improvement:

support send MQTT command control multi output by one command:
such as if you want to let KC868-D8 dimmer output1:50% output2:60% output3:70% you can send:
{"dimmer1":{"value":50},"dimmer2":{"value":60},"dimmer3":{"value":70}}
   

update BIN file firmware by "KC868 Controller Network Bootloader" tool.

[Image: KC868-Controller-Network-Bootloader.png]
firmware BIN file

.zip   Dimmer8_V436_1222.zip (Size: 47.25 KB / Downloads: 274)

Print this item

  Uair configure for ESPhome
Posted by: admin - 12-21-2021, 12:27 AM - Forum: KC868-Uair - No Replies

# follow configure use for DS18B20 temperature sensor, SHT30 temperature and humidity sensor. WS2812B RGB LEDs.
i2c:
  sda: 4
  scl: 16
  scan: true
  id: bus_a

           
# Example configuration entry
dallas:
  - pin: GPIO27
    update_interval: 15s

# Individual sensors
sensor:
  - platform: dallas
    address: 0xC000000004D81528
    name: "internal Temperature"
   
# Example configuration entry
  - platform: sht3xd
    temperature:
      name: "extend Temperature"
    humidity:
      name: "extend Humidity"
    address: 0x44
    update_interval: 15s
   
light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO32    # Pin Define connected with LED strip
    num_leds: 4  #LEDs number
    rgb_order: GRB
    name: "Uair-Bottom-LED"
    effects:
      - addressable_rainbow:        ##defined 7 effects styles
      - addressable_color_wipe:
      - addressable_scan:
      - addressable_twinkle:
      - addressable_random_twinkle:
      - addressable_fireworks:
      - addressable_flicker:

  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO33    # Pin Define connected with LED strip
    num_leds: 1  #LEDs number
    rgb_order: RGB
    name: "Uair-Vertical-LED"
    effects:
      - addressable_rainbow:        ##defined 7 effects styles
      - addressable_color_wipe:
      - addressable_scan:
      - addressable_twinkle:
      - addressable_random_twinkle:
      - addressable_fireworks:
      - addressable_flicker:

Print this item

  KC868-Uair ESP32 I/O pin define
Posted by: admin - 12-20-2021, 02:28 AM - Forum: KC868-Uair - No Replies

   

433M receiver:GPIO13
433M sender:GPIO2

IR receiver  GPIO19
IR sender GPIO22

i2c:
  sda: GPIO4
  scl: GPIO16

DS18B20 temperature sensor (internal) :GPIO27

Buzzer:GPIO26

WS2812B 4pcs bottom RGBW LEDs:GPIO32
WS2812B 1pc vertical bar RGBW LED:GPIO33

free GPIO for DIY extend on PCB:

GPIO15,GPIO5,GPIO21,GPIO25,GPIO36,GPIO34
GPIO17,GPIO18,GPIO23,GPIO14,GPIO39,GPIO35

extend port details: 

.pdf   KC886-Uair-extend-GPIO.pdf (Size: 1.66 MB / Downloads: 502)

Print this item

  Basic IFTTT commands
Posted by: James Alabama - 12-14-2021, 11:36 PM - Forum: KC868-HxB series Smart Controller - Replies (4)

I need help with some basic IFTTT commands, for example, if I have an alarm condition I want to turn on lights at night, but not during the day:
DI #1 = IR beam perimeter sensor
AI #1= Light meter (<1.0V = night time, >= 1.0V = daytime)
 
IFTTT:
Number 1:  If DI #1 EdgeP,
Then:       Relay #1 OPEN (turn on alarm light)
                Relay #2 OPEN (send notification)
Number 2:  IF DI #1 Edge P and AI #1 < 1.0
Then:    Relay #3 OPEN (turn on outdoor lights)
===== This does not work, only  Number 1 is executed.  If I trigger the IR beam again then Number 2 is executed.  But that is not real life (I can’t ask intruder to break beam again !!).
(I also tried putting the Relay #3 OPEN command in Number 1 and set up a new Number 2 command to CLOSE Relay #3 if daytime, but that doesn’t work either.
Any suggestions?
Can you share any detailed IFTTT examples?

Print this item

  How can use the products of other companies with kincony products ?
Posted by: engmohades - 12-13-2021, 12:23 PM - Forum: KC868-HxB series Smart Controller - Replies (1)

1- How can the products of other companies such as sonoff or tuya or other company  be used with kincony products, especially sensors?

2- How to know the specifications of the sensors that are compatible with kincony devices?

Print this item

  how to use wall switch multi-click create any scene mode by Node-Red
Posted by: admin - 12-13-2021, 04:40 AM - Forum: KC868-HxB series Smart Controller - No Replies


update your KC868-H32BS firmware >=1.43 version. Here is Node-Red flow download:
   

example:
1-click: relay1 toggle
2-click: relay1 ON, relay2 ON
hold-on: relay1 OFF, relay2 OFF


.zip   multi-click-h32bs.zip (Size: 1.25 KB / Downloads: 327)

Print this item

  KC868-H32BS V1.43 new firmware update
Posted by: admin - 12-13-2021, 12:25 AM - Forum: News - Replies (2)

improvement:

add mqtt "TOGGLE" command.
for example:
Payload={"relay1":{"on":1}}    relay1:ON
Payload={"relay1":{"on":0}}    relay1:OFF
Payload={"relay1":{"on":2}}    relay1: toggle (ON->OFF or OFF->ON) new firmware add this command


.zip   H32BS_V143_211212.zip (Size: 53.24 KB / Downloads: 293)
download the ZIP file , unzip update the bin file for KC868-H32BS relay controller by USB-RS232 cable.

Print this item