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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,981
» Latest member: MANDEX
» Forum threads: 2,428
» Forum posts: 12,557

Full Statistics

Online Users
There are currently 33 online users.
» 1 Member(s) | 18 Guest(s)
AhrefsBot, Bing, Bytespider, Crawl, Google, Yandex, bot, Rasim

Latest Threads
Help whit update Cold CPU...
Forum: KC868-HxB series Smart Controller
Last Post: itzek
53 minutes ago
» Replies: 0
» Views: 1
DI8
Forum: Development
Last Post: Vaughan2024
10 hours ago
» Replies: 0
» Views: 4
Clarification on CT Clamp...
Forum: KC868-M16 / M1 / MB / M30
Last Post: ironbill
10 hours ago
» Replies: 0
» Views: 10
AS ESPHome yaml for home ...
Forum: KinCony AS
Last Post: admin
Yesterday, 12:29 PM
» Replies: 4
» Views: 268
KCS firmware - MQTT LWT?
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 12:02 PM
» Replies: 34
» Views: 3,306
H32W Firmware
Forum: KC868-HxB series Smart Controller
Last Post: admin
Yesterday, 10:32 AM
» Replies: 5
» Views: 1,607
"KCS" v3.0.2 firmware for...
Forum: "KCS" firmware system
Last Post: admin
Yesterday, 12:00 AM
» Replies: 0
» Views: 29
What makes the ESP32 chip...
Forum: KC868-A series and Uair Smart Controller
Last Post: alice_amira
11-08-2024, 04:38 PM
» Replies: 0
» Views: 4
Sms relays control
Forum: KC868-A8S
Last Post: Michele
11-08-2024, 11:41 AM
» Replies: 6
» Views: 24
new home automation
Forum: DIY Project
Last Post: admin
11-08-2024, 10:33 AM
» Replies: 1
» Views: 15

  4-20mA Scale for IFTTT is not Precise
Posted by: job-systems - 11-08-2023, 01:12 AM - Forum: KC868-A4 - Replies (3)

Hi everyone, I am new to Kincony products, and have liked them very much until now. 

I have 12x KC868-A4 boards and 24x Dwyer DM-200 Differential Pressure Transmitters connected to the A4 boards on the A1 and A2 inputs that are 4-20mA. (Please refer to enclosed file: Dwyer DM-200).

The DM-200 Transmitter has a range (measured and confirmed) of 4mA = 0 Pascal (Pa) and 20mA = 62.21 Pa (Please refer to enclosed file: Instrument Scale), therefore, I assumed that Custom Value 1 is 0 Pa and Custom Value 2 is 62.21 Pa (Please refer to enclosed file: 4-20mA Scale).

When we go to "Monitor" icon to see what values Kincony is reading live at around 37 Pa on Dwyer, Kincony is showing 35 Pa, and at 0 Pa on Dwyer, Kincony is showing around 8 Pa. The 4-20mA signal is clearly arriving to Kincony, we checked the values of the signal and we get 4mA and around 12 to 14 mA when values of 30 and up Pascal. 

Thinking we where doing something wrong, we put: Custom Value 1 to "-15.56" Pa and Custom Value 2 to 62.21 Pa, like Instrument Scale picture, and values were also not coincident. 

We think there is a problem with scaling inside the KCS_KC868_A4_V2.1.9 firmware. 

Can you check? And let me know?

Thank you.



Attached Files Thumbnail(s)
   
Image(s)
   

.pdf   Dwyer DM-200.pdf (Size: 471.25 KB / Downloads: 185)
Print this item

  Multiple I2C PORTs.
Posted by: djconcept - 11-07-2023, 08:51 PM - Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module - Replies (2)

Hello, I would like to understand the logic, on the board, I find 3 I2C ports:

I2C-0
I2C-1
I2C-10

When i make this: 

Code:
ls /dev/*i2c*

I receive this
Code:
/dev/i2c-1  /dev/i2c-20  /dev/i2c-21

what exactly is the link?

Thank you in advance for your support.

Print this item

  5v sensor
Posted by: gilad - 11-07-2023, 07:51 AM - Forum: KC868-A4 - Replies (1)

i need A4 module to drive 5v IR module with length of cable of up to 2 meter.
our can i get the 5v



Attached Files Thumbnail(s)
   
Print this item

  IR LED extention cable
Posted by: gilad - 11-07-2023, 07:34 AM - Forum: KC868-A4 - Replies (5)

seeking to have the IR LED extended to 2 meter cable. 
is it going to be supported ?
VCC
DATA
GND

Print this item

  how to use switch button by esphome for home assistant
Posted by: admin - 11-07-2023, 12:25 AM - Forum: Getting Started with ESPHome and Home Assistant - No Replies

Print this item

  how to use gpio binary sensor by esphome for home assistant
Posted by: admin - 11-07-2023, 12:23 AM - Forum: Getting Started with ESPHome and Home Assistant - No Replies

Print this item

  KC868_A8 relay not vorking
Posted by: Aiot - 11-06-2023, 06:44 PM - Forum: "KCS" firmware system - Replies (1)

I have this board and I install kcs v2 firmware on the board but relays not working. Any idea?

Board

Print this item

  BMP180/280
Posted by: greg-79 - 11-06-2023, 01:20 PM - Forum: KC868-A4 - Replies (2)

Hello! Good afternoon! How can I add a BMP180/280 pressure and temperature sensor to the KS868-A4 board?

Print this item

  send pushover notification from input pin change
Posted by: jeremy80 - 11-05-2023, 04:20 PM - Forum: "KCS" firmware system - Replies (3)

Hello,

I am trying to send pushover notification from KCS firmware input pin change.

In protocol custom we can make HTTP post but what to fill in field Message and URL so it work with pushover API that is documented below

https://pushover.net/api

Does anyone had already a similar integration to send notification on input change ?



Attached Files Thumbnail(s)
   
Print this item

  esphome yaml file with ADC analog input 0-5v and 4-20mA for KC868-A8S/A8Sv2
Posted by: admin - 11-05-2023, 03:00 AM - Forum: KC868-A8S - No Replies

Code:
esphome:
  name: a8sv2
  platform: ESP32
  board: esp32dev
 
# Example configuration entry for ESP32
i2c:
  sda: 4
  scl: 5
  scan: true
  id: bus_a


# Example configuration entry
ethernet:
  type: LAN8720
  mdc_pin: GPIO23
  mdio_pin: GPIO18
  clk_mode: GPIO17_OUT
  phy_addr: 0

# Example configuration entry
pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-8
    address: 0x24

  - id: 'pcf8574_hub_in_1'  # for input channel 1-8
    address: 0x22

# Individual outputs
switch:
  - platform: gpio
    name: "a8s_light1"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "a8s_light2"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 1
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a8s_light3"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 2
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a8s_light4"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 3
      mode: OUTPUT
      inverted: true
     
  - platform: gpio
    name: "a8s_light5"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 4
      mode: OUTPUT
      inverted: true
     
     
  - platform: gpio
    name: "a8s_light6"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 5
      mode: OUTPUT
      inverted: true
     

  - platform: gpio
    name: "a8s_light7"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 6
      mode: OUTPUT
      inverted: true

     
  - platform: gpio
    name: "a8s_light8"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 7
      mode: OUTPUT
      inverted: true

     
binary_sensor:
  - platform: gpio
    name: "a8s_input1"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input2"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input3"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 2
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input4"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 3
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input5"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 4
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input6"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 5
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input7"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 6
      mode: INPUT
      inverted: true

  - platform: gpio
    name: "a8s_input8"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 7
      mode: INPUT
      inverted: true

sensor:
  - platform: adc
    pin: 36
    name: "A8S A1 Voltage"
    update_interval: 5s
    attenuation: 11db
    filters:
      - lambda:
          if (x >= 3.11) {
            return x * 1.60256;
          } else if (x <= 0.15) {
            return 0;
          } else {
            return x * 1.51;
          }
  - platform: adc
    pin: 34
    name: "A8S A2 Voltage"
    update_interval: 5s
    attenuation: 11db
    filters:
      # - multiply: 1.51515
      - lambda:
          if (x >= 3.11) {
            return x * 1.60256;
          } else if (x <= 0.15) {
            return 0;
          } else {
            return x * 1.51;
          }
  - platform: adc
    pin: 35
    name: "A8S A3 Current"
    update_interval: 5s
    unit_of_measurement: mA
    attenuation: 11db
    filters:
      - multiply: 6.66666666
  - platform: adc
    pin: 39
    name: "A8S A4 Current"
    update_interval: 5s
    unit_of_measurement: mA
    attenuation: 11db
    filters:
      - multiply: 6.66666666

# Enable logging
logger:

# Enable Home Assistant API
api:
yaml file download: 
.txt   KC868-A8S-ha-config-ADC_voltage_current.txt (Size: 3.98 KB / Downloads: 306)

Print this item