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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 4,495
» Latest member: leojames01525
» Forum threads: 2,287
» Forum posts: 11,889

Full Statistics

Online Users
There are currently 40 online users.
» 0 Member(s) | 24 Guest(s)
AhrefsBot, Bing, Bytespider, Feedspot, Google, PetalBot, bot

Latest Threads
[arduino code examples fo...
Forum: KC868-A32/A32 Pro
Last Post: admin
34 minutes ago
» Replies: 0
» Views: 2
USB ports
Forum: KinCony Server-Mini / Server-16 Raspberry Pi4 relay module
Last Post: BaconRanch
2 hours ago
» Replies: 2
» Views: 6
PWM support?
Forum: KC868-A16
Last Post: admin
6 hours ago
» Replies: 1
» Views: 12
Lesson23- How to connect ...
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
Yesterday, 10:11 AM
» Replies: 10
» Views: 7,155
KC868-AG RF - sending rep...
Forum: KC868-A series and Uair Smart Controller
Last Post: PhilW
Yesterday, 07:46 AM
» Replies: 3
» Views: 9
Usar entradas y oled i2c ...
Forum: KC868-A6
Last Post: sistemasyusa
Yesterday, 03:16 AM
» Replies: 4
» Views: 15
a16 as basis for a securi...
Forum: KC868-A16
Last Post: admin
09-18-2024, 11:58 PM
» Replies: 8
» Views: 54
GSM CALL RELAY
Forum: KC868-A2
Last Post: admin
09-18-2024, 11:53 PM
» Replies: 9
» Views: 4,107
KC868-A16S or KC868-A8S
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:51 PM
» Replies: 3
» Views: 38
KCS firmware
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
09-18-2024, 11:48 PM
» Replies: 10
» Views: 113

  KC868-A6 with rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
Posted by: kupak51 - 09-30-2023, 10:50 AM - Forum: KC868-A6 - Replies (3)

Greetings.

I am working with KC868-A6, a fairly long program, and after several hours of development, loading and testing, an error occurred, which I reflect below.

ets Jul 29 2019 12:21:46

rst:0x10 (RTCWDT_RTC_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1184
load:0x40078000,len:13260
load:0x40080400,len:3028
entry 0x400805e4
Fatal exception (0): IllegalInstruction
epc1=0x4007d567, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000

I have tested if it is my program, loading another program, a basic one, ASCII Table in communication and the error persists.
I have tested my development on a commercial DEVKIT, and the program works without error.
I have searched the internet for the error and I see that it is quite common.
The application I am developing is of the critical type, control of a precision air conditioning unit. And I can't afford for it to fail in such a short time.
I developed a card very similar to this model, but I made it with generic DEVKIT modules. So if a failure occurs in this module, I change it and that's it. But on the KC868-A6, that's not feasible.
The production of several units of this development depends on the success of this project.
Someone will have an idea what happens, why this defect occurs, how to correct it and how to avoid it.

Print this item

  Getting Started with H32B Pro
Posted by: dharma - 09-30-2023, 09:16 AM - Forum: KC868-HxB series Smart Controller - Replies (9)

I'm trying this video to connect to the PLC via wifi, but do you have a similar video for H32B Pro controller?  Basically, I have now connected the controller with 23v 5A DC power supply and trying to get it connected to wifi and then to bring the contoller to my Home Assistant app and take things from there, but I don't see the controller wifi active yet.

https://www.youtube.com/watch?v=2AViXMH8yHM

Print this item

  water level sensor 4-20ma, 0-100cm, 12v ?
Posted by: Vendril - 09-30-2023, 12:11 AM - Forum: KC868-A8S - Replies (3)

Hi,

In the circuit diagram post you have a water pressure sensor. I want to do the same.

https://www.kincony.com/forum/showthread.php?tid=3246

Can you recommend one to buy please? It needs to be 0-1m.

Thanks!

Print this item

  MQTT does not publish received RF signal
Posted by: truongdq54 - 09-29-2023, 01:28 PM - Forum: KC868-A16 - Replies (3)

I follow the document here https://www.kincony.com/forum/attachment.php?aid=2872

I have a RF switch that has the signal learned by Kincony latest firmware. I connect Kincony to home assistant via MQTT, and I'm trying to create an automation that will be triggered by the RF signal. However the Kincony MQTT does not published the RF ID when I push the button.

How to make the Kincony MQTT pushed the RF ID?

Print this item

  My questions about KC868-H32B PRO?
Posted by: chelios59 - 09-28-2023, 04:35 PM - Forum: KC868-A series and Uair Smart Controller - Replies (1)

Hello, I am going to install a lighting system that can be turned off and on remotely for the factory I work in. Do I need anything else for this except this link "https://www.kincony.com/32-channel-relay-controller-board.html" product? Do I have to write code to control it from the mobile application? Is it troublesome to connect this device to the mobile application? In the attached image, is there a detailed document about what all the terminal ends of this product need and how it works? I like the product, I'm thinking of buying it. I would appreciate if you answer my questions.



Attached Files Image(s)
   
Print this item

  Water meter puls sensor on KC868-A16
Posted by: Jon - 09-27-2023, 05:18 PM - Forum: KC868-A16 - No Replies

Hello,

I have connected a inductive sensor (output 12v or 0v) to the digital input of the board in order to measure water usage in HA (Energy dashboard).
In HA only a sensor can be selected and not a binary sensor which is the output of the config below.




  - platform: gpio   
    id: water_pulse
    name: "water pulse"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 7
      mode: INPUT
      inverted: true



How can I convert this binary sensor (id: water pulse) to a sensor that can be used in the Energy Dashboard of HA?

There is a puls counter sensor function in ESPhome available but than I have to specify a pin number which is not directly selectable because of the I/O expander.



Regards,

Jon



Attached Files Thumbnail(s)
   
Print this item

  KC868-A32 wiring diagram
Posted by: KinCony Support - 09-27-2023, 08:14 AM - Forum: KC868-A32/A32 Pro - Replies (2)

   

Print this item

  "KCS" v2.1.9 firmware BIN file download
Posted by: admin - 09-26-2023, 07:32 AM - Forum: "KCS" firmware system - Replies (15)

Here is "KCS" firmware for KinCony KC868-A series (ESP32) board.
How to download and use, online guide: https://www.kincony.com/esp32-kcsv2-firmware.html

v2.1.4 improment:
1. fixed KC868-A128 IFTTT bug (can't save >23 IFTTT commands)
2. fixed i2c bus bug for KC868-A8M
3. add support SHT31 i2c temperature & humidity sensor.
4. add auto upload  temperature & humidity sensor to TCP server mode or RS232 port.



Attached Files
.zip   KCS_KC868_A2_V2.1.9.zip (Size: 786.31 KB / Downloads: 393)
.zip   KCS_KC868_A4_V2.1.9.zip (Size: 776.72 KB / Downloads: 479)
.zip   KCS_KC868_A4S_V2.1.9.zip (Size: 797.11 KB / Downloads: 180)
.zip   KCS_KC868_A6_V2.1.9.zip (Size: 772.6 KB / Downloads: 287)
.zip   KCS_KC868_A8_V2.1.9.zip (Size: 780.24 KB / Downloads: 480)
.zip   KCS_KC868_A8M_V2.1.9.zip (Size: 796.64 KB / Downloads: 302)
.zip   KCS_KC868_A8S_V2.1.9.zip (Size: 798.09 KB / Downloads: 416)
.zip   KCS_KC868_A16_V2.1.9.zip (Size: 787.52 KB / Downloads: 470)
.zip   KCS_KC868_A16S_V2.1.9.zip (Size: 798.49 KB / Downloads: 200)
.zip   KCS_KC868_A32_V2.1.9.zip (Size: 781.42 KB / Downloads: 209)
.zip   KCS_KC868_A32M_V2.1.9.zip (Size: 799.78 KB / Downloads: 340)
.zip   KCS_KC868_A64_V2.1.9.zip (Size: 781.46 KB / Downloads: 344)
.zip   KCS_KC868_A128_V2.1.9.zip (Size: 781.48 KB / Downloads: 306)
.zip   KCS_KC868_AG_V2.1.9.zip (Size: 760.11 KB / Downloads: 304)
.zip   KCS_KC868_AI_V2.1.9.zip (Size: 783.97 KB / Downloads: 359)
.zip   KCS_KC868_AIO_V2.1.9.zip (Size: 797.93 KB / Downloads: 365)
.zip   KCS_KC868_AK_V2.1.9.zip (Size: 762.73 KB / Downloads: 265)
.zip   KCS_KC868_AM_V2.1.9.zip (Size: 773.66 KB / Downloads: 172)
.zip   KCS_KC868_AP_V2.1.9.zip (Size: 779.65 KB / Downloads: 340)
.zip   KCS_KC868_ASR_V2.1.9.zip (Size: 751.31 KB / Downloads: 293)
.zip   KCS_KC868_E16S_V2.1.9.zip (Size: 785.99 KB / Downloads: 362)
.zip   KCS_KC868_UAIR_V2.1.9.zip (Size: 763.22 KB / Downloads: 334)
Print this item

  KC868-UAIR+BME-680 BSEC
Posted by: bsubasi - 09-25-2023, 05:20 AM - Forum: Development - Replies (22)

hi,

Can the extend icc feature in your KC868-UAIR product be integrated with BME680 Temperature+Pressure+Humidity+Gas Sensor via BSEC?
 
Can all data be accessed without any problems?
temperature,humidity,co2,aqi etc
 
https://esphome.io/components/sensor/bme680_bsec
 
 KC868-UAIRbundle2
  Can we purchase the product with sensors for R&D purposes?
 

Print this item

Photo How to boot home assistant with sd card on cm4?
Posted by: soethu - 09-25-2023, 05:11 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (1)

Hello,

I'm new to Kincony. I installed home assistant on sd card and tried to boot on cm4 but it doesn't boot and showing as attached picture.



Attached Files Thumbnail(s)
   
Print this item