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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,978
» Latest member: sonalisen
» Forum threads: 2,425
» Forum posts: 12,554

Full Statistics

Online Users
There are currently 60 online users.
» 0 Member(s) | 40 Guest(s)
AhrefsBot, Applebot, Bing, Bytespider, Crawl, Google, Semrush, Yandex, bot

Latest Threads
AS ESPHome yaml for home ...
Forum: KinCony AS
Last Post: admin
4 hours ago
» Replies: 4
» Views: 260
KCS firmware - MQTT LWT?
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
4 hours ago
» Replies: 34
» Views: 3,301
H32W Firmware
Forum: KC868-HxB series Smart Controller
Last Post: admin
6 hours ago
» Replies: 5
» Views: 1,605
"KCS" v3.0.2 firmware for...
Forum: "KCS" firmware system
Last Post: admin
Today, 12:00 AM
» Replies: 0
» Views: 17
What makes the ESP32 chip...
Forum: KC868-A series and Uair Smart Controller
Last Post: alice_amira
Yesterday, 04:38 PM
» Replies: 0
» Views: 4
Sms relays control
Forum: KC868-A8S
Last Post: Michele
Yesterday, 11:41 AM
» Replies: 6
» Views: 23
new home automation
Forum: DIY Project
Last Post: admin
Yesterday, 10:33 AM
» Replies: 1
» Views: 11
Energy consumption not me...
Forum: KC868-M16 / M1 / MB / M30
Last Post: sebastianfs
Yesterday, 05:26 AM
» Replies: 2
» Views: 31
M30 energy consumption no...
Forum: KC868-M16 / M1 / MB / M30
Last Post: admin
11-07-2024, 11:51 PM
» Replies: 1
» Views: 8
[Arduino IDE demo source ...
Forum: KC868-A16
Last Post: admin
11-07-2024, 11:49 PM
» Replies: 10
» Views: 2,959

  A32 RRO -homeassistanbt-Tuya-SIM-RF
Posted by: hassankash - 06-22-2024, 08:06 AM - Forum: KC868-A32/A32 Pro - Replies (11)

hi Admin
is there is any way I can have the source file not the .bin for the A32 pro with RF and SIM modules that has delays of 10 ms? 

Because using that file I can't connect it to home assistant .

Thanks,

Print this item

  KCS v2.2.4 versus ESPHOME
Posted by: Philadam - 06-21-2024, 04:19 AM - Forum: KC868-AM - Replies (1)

I am testing ds18b20 sensors with KC868-AM I have 8 sensors attached, 2 per input terminal. 

With KCS v2.2.4 firmware I get results from at least 4 sensors. See picture.

However when I try to setup in ESPHOME I consistently getting the following:

20:42:58][C][gpio.one_wire:016]: GPIO 1-wire bus:
[20:42:58][C][gpio.one_wire:017]:  Pin: GPIO5
[20:42:58][C][gpio.one_wire:080]:  Found devices:
[20:42:58][C][gpio.one_wire:082]:    0x8c000000306c8028 (DS18B20)
[20:42:58][C][gpio.one_wire:082]:    0xc800000030c41b28 (DS18B20)
[20:42:58][C][gpio.one_wire:016]: GPIO 1-wire bus:
[20:42:58][C][gpio.one_wire:017]:  Pin: GPIO14
[20:42:58][W][gpio.one_wire:078]:  Found no devices!
[20:42:58][C][gpio.one_wire:016]: GPIO 1-wire bus:
[20:42:58][C][gpio.one_wire:017]:  Pin: GPIO13
[20:42:58][W][gpio.one_wire:078]:  Found no devices!
[20:42:58][C][gpio.one_wire:016]: GPIO 1-wire bus:
[20:42:58][C][gpio.one_wire:017]:  Pin: GPIO33
[20:42:58][C][gpio.one_wire:080]:  Found devices:
[20:42:58][C][gpio.one_wire:082]:    0xfe00000030e49428 (DS18B20)
[20:42:58][C][gpio.one_wire:082]:    0x770000003065cc28 (DS18B20)

It cannot find any sensors on gpio 13 and 14. This was working before the ESPHOME update to 2024.6.1

Any idea on what might have happened?


Also tested with one ds18b20 sensor in each one of the sensor inputs with KCS v2.2.4 firmware and each individual sensor input worked.



Attached Files Thumbnail(s)
       

.txt   esphome.txt (Size: 1.36 KB / Downloads: 47)
Print this item

  Dallas DS18b20 sensor is no longer found after the last ESPHOME update - KC868-A4
Posted by: csacomani - 06-20-2024, 07:40 PM - Forum: KC868-A4 - Replies (10)

I made the corrections requested by ESPHOME 2024.6.1 for 1 WIRE:

Dallas:
- pin: 13

for

one_wire:
- platform: gpio
  pin: 13
sensor: 
  - platform: dallas_temp
    address: 0x650114534966aa28
    name: "Temperatura Teste"


And the sensor was no longer recognized, I am receiving the message in the LOG:

[C][gpio.one_wire:017]: Pin: GPIO13
[W][gpio.one_wire:078]: Found no devices!

Help me

Print this item

  Home Assistant ESP home AIO firmware update failed
Posted by: telewizard13 - 06-20-2024, 11:56 AM - Forum: KC868-AIO - Replies (6)

       
In Home Assistant this morning, there was an ESP home update and a AIO firmware update shown. I clicked on install in the AIO update, but it failed. Do you have any information about what might be the issue?

Print this item

  on relays via modbus rs485
Posted by: 31marlosouza - 06-20-2024, 02:57 AM - Forum: KC868-A6 - Replies (7)

Olá, estou com dificuldade para ativar os relés da placa KC868 - através do pool modbus consigo ler as entradas analógicas, ler as entradas digitais, mas não consigo ativar os relés. Você poderia me enviar a documentação.



Attached Files Thumbnail(s)
       
Print this item

  433MHz remote_receiver
Posted by: deltabridge - 06-19-2024, 09:54 PM - Forum: KC868-A8S - Replies (3)

Hello,

I am using ESPHome 2024.5.5 on the KC868-A8S device. After uploading the firmware that includes the remote_receiver component on GPIO16 for 433 MHz receiving module, the device becomes unresponsive and the web dashboard returns ERR_CONNECTION_REFUSED. Interestingly, when the remote_receiver component is not included, everything functions as expected.

Any ideas about that? Thank you!

Code:
esphome:
  name: kc868-a8s
  platform: ESP32
  board: esp32dev


# Enable logging
logger:

web_server:
  port: 80

ota:

# Enable Home Assistant API
api:

#remote_receiver:
#  pin: GPIO16
#  dump: all
#  tolerance: 50%
#  filter: 250us
#  idle: 2ms
#  buffer_size: 2kb

# 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 9-16
    address: 0x22

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

  - platform: gpio
    name: "relay2"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 1
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "relay3"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 2
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "relay4"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 3
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "relay5"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 4
      mode: OUTPUT
      inverted: true

  - platform: gpio
    name: "relay6"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 5
      mode: OUTPUT
      inverted: true

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

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

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

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

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

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

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

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

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

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


output:
  - platform: ledc
    pin: GPIO2
    id: buzzer_output

rtttl:
  output: buzzer_output


light:
  - platform: fastled_clockless
    chipset: WS2812B
    pin: GPIO12
    num_leds: 1
    rgb_order: GRB
    name: "rgb_led"
    id: rgb_led
    default_transition_length: 0s
    restore_mode: ALWAYS_OFF

Print this item

  A16 rs485 problem
Posted by: Psix_anp - 06-19-2024, 09:05 PM - Forum: KC868-A16 - Replies (9)

Hi!
Help me pls for a16
not working relay after 8relay on rs485


- platform: modbus_controller
    name: 'modbus-switch2_1'
    address: 0  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_2'
    address: 1  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1
   
  - platform: modbus_controller
    name: 'modbus-switch2_3'
    address: 2  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_4'
    address: 3  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_5'
    address: 4  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1       

  - platform: modbus_controller
    name: 'modbus-switch2_6'
    address: 5  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_7'
    address: 6  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1
   
  - platform: modbus_controller
    name: 'modbus-switch2_8'
    address: 7  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_9'
    address: 8  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_10'
    address: 9  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1   

  - platform: modbus_controller
    name: 'modbus-switch2_11'
    address: 10  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1       

  - platform: modbus_controller
    name: 'modbus-switch2_12'
    address: 11  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_13'
    address: 12  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1
   
  - platform: modbus_controller
    name: 'modbus-switch2_14'
    address: 13  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_15'
    address: 14  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

  - platform: modbus_controller
    name: 'modbus-switch2_16'
    address: 15  # 0:relay1  1:relay2 ......
    register_type: coil
    bitmask: 1

address 10,11 etc not working
I can switch only 8 relays? my hardware A16

Print this item

  How to connect SMOKE DETECTOR SENSOR with KC868-A64?
Posted by: jigneshk5 - 06-19-2024, 04:50 PM - Forum: KC868-A64 - Replies (17)

Hi, how to connect Smoke sensor (https://www.kincony.com/smoke-detector-sensor.html) with KC868-A64.
These are the pins present in smoke sensor:
RED: 12V
BLACK:GND
WHITE: COM
ORANGE: Normal open
YELLOW: Normal close

I have uploaded KCS_KC868_A64_v1.0.27 firmware in the controller. What is the MQTT topic for receiving data from digital pins?

Print this item

  how to replace ESP32 large memory module for KinCony ESP32 Controller
Posted by: admin - 06-18-2024, 12:18 PM - Forum: KC868-A series and Uair Smart Controller - No Replies

this video replace ESP32-WROOM-32 by ESP32-WROOM-32E N16R2 for KinCony KC868-A8S board. it have PSRAM with ESP32. just make sure not need GPIO16 when you need to use PSRAM. So we have removed U17 chip, so that cut the ESP32 GPIO16 circuit.

   
   
here is arduino code for testing PSRAM and all hardware information for ESP32:
   
arduino source code download:

.zip   test-psram.zip (Size: 596 bytes / Downloads: 40)

Code:
#include <Arduino.h>

void setup() {

//Use this code to init the pSARM
  Serial.begin(115200);

// 打印 Arduino 库的版本信息

Serial.println("Arduino 库版本");
Serial.println(ESP_ARDUINO_VERSION);

   // 获取 Flash 大小(以字节为单位)
  uint32_t flashSize = ESP.getFlashChipSize();
  Serial.printf("Flash Size: %u bytes\n", flashSize);

  // 获取 PSRAM 的大小(以字节为单位)
  uint32_t psramSize = ESP.getPsramSize();
  Serial.printf("PSRAM Size: %u bytes\n", psramSize);

  // 获取剩余内存
  uint32_t freeMemory = ESP.getFreeHeap();
  Serial.printf("Free Memory: %u bytes\n", freeMemory);

   // 获取总内存
  uint32_t Totalheap = ESP.getHeapSize();
  Serial.printf("Total heap: %u bytes\n", Totalheap);

   // 获取 PSRAM 剩余内存
  uint32_t FreePSRAM = ESP.getFreePsram();
  Serial.printf("Free PSRAM: %u bytes\n", FreePSRAM);
 

}

void loop() {}

Print this item

  START A PROJECT
Posted by: Nobleben80 - 06-17-2024, 09:55 PM - Forum: Apply for free sample product - Replies (1)

Dear Kincony Team.

i am a project engineer in automation engineering. i came across your products from youtube, and i am amazed with the profiling and ability of your product in handling facility automation.

I would like to get a free kit of your products to integrate it on my prospecting project (smart home installation on a duplex building) in nigeria.

These will enable me to become conversant with your products, use it on subsequent upcoming projects and also market it to client as a better automation product.

Below is my detail
Ogwo Noble-Ben Chukwuma
Project Engineer and Consultant at Mytric Waves
Tel and WhatsApp +2348063696900
ncogwo@gmail.com
I look for to hear from you. And also join your team

Sincerely.
Ogwo N.c

Print this item