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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,025
» Latest member: halaltreat
» Forum threads: 2,437
» Forum posts: 12,597

Full Statistics

Online Users
There are currently 44 online users.
» 2 Member(s) | 24 Guest(s)
Bytespider, Crawl, Feedspot, Google, PetalBot, Semrush, bot, boe666

Latest Threads
KC868-A16 - Own Arduino f...
Forum: Development
Last Post: boe666
2 hours ago
» Replies: 9
» Views: 46
KC868-A8 Web interface is...
Forum: KC868-A8
Last Post: admin
4 hours ago
» Replies: 1
» Views: 2
M30 Troubles
Forum: KC868-M16 / M1 / MB / M30
Last Post: Annas
9 hours ago
» Replies: 4
» Views: 21
[Arduino IDE demo source ...
Forum: KC868-A16
Last Post: admin
Yesterday, 10:19 PM
» Replies: 2
» Views: 1,975
Default firmware
Forum: B16M
Last Post: admin
Yesterday, 10:11 PM
» Replies: 1
» Views: 7
AS ESPHome yaml for home ...
Forum: KinCony AS
Last Post: admin
11-12-2024, 10:17 PM
» Replies: 6
» Views: 337
KC868-A8 board esphome + ...
Forum: KC868-A8
Last Post: gnetinternet@gmail.com
11-12-2024, 07:19 AM
» Replies: 10
» Views: 88
"KCS" v3.0.3 firmware for...
Forum: "KCS" firmware system
Last Post: admin
11-11-2024, 10:01 PM
» Replies: 0
» Views: 33
Kc868-a16 v1.6
Forum: DIY Project
Last Post: admin
11-11-2024, 11:17 AM
» Replies: 1
» Views: 30
KCS firmware - MQTT LWT?
Forum: KC868-A series and Uair Smart Controller
Last Post: admin
11-11-2024, 11:15 AM
» Replies: 35
» Views: 3,356

  KC868-A128 ESP32 GPIO Module Released!
Posted by: admin - 08-04-2022, 02:45 AM - Forum: News - No Replies

We have designed KC868-A128 ESP32 board use for huge INPUT and OUTPUT devices for home automation DIY. it is a input module based on ESP32 chip. it have 128 channel digital input ports, every input channel use optocoupler isolation, so that can work for 1000 meter with sensors or any dry contact devices. Support work with RS485. Made For ESPHome and easily integrate to home assistant for smart home automation project DIY. You can write any code by Arduino IDE to ESP32 wifi/bluetooth/ethernet RS485 module.

[Image: KC868-A128-1_01.jpg]

[Image: KC868-A128-2_01.jpg]

Print this item

  KC868-A8 PCB updated V1.5
Posted by: admin - 08-04-2022, 01:34 AM - Forum: News - Replies (23)

new pcb v1.5 of KC868-A8, replaced USB-C with MiniUSB port.

[Image: KC868-A8-1_03.png]

Print this item

  lesson33 - make a 3D dashboard for home assistant
Posted by: admin - 08-03-2022, 03:33 AM - Forum: Home automation training courses - Replies (4)

Here are our demo dashboard used frontend plugin in HACS:

Weather Card
Config Template Card
Simple Weather Card
Kiosk Mode
card-mod
mini-graph-card
button-card
Homekit panel card


Here is 3D dashboard demo video used config file:

.txt   home-assistant-dashboard-3d-kincony-yaml.txt (Size: 35.28 KB / Downloads: 443)
Here is 3D dashboard sample photos:

.zip   home-assistant-dashboard-3d-kincony.zip (Size: 4.87 MB / Downloads: 415)

Print this item

  KC868-A8 MQTT Can someone write me code for this
Posted by: pidetaanyhteytta - 08-02-2022, 06:26 PM - Forum: DIY Project - Replies (5)

Hi.
I need code for KC868-A8 V1.4 For MQTT Use just like in KC868-4 mqtt code what is is useles because i2C and it has only WIFI.

Ineed
1. LAN Configuration with static ip and dhcp disabled with //
2.WIFI Configuration with static ip but not in use //
3.MQTT control lines i will edit subs and bups. inputs has to buplish and outputs has to subscribe
4. example how to make output control momentary or latching.
Can somebody help me . i have tried but i need code to learn and cant find eny clear code to read and understand.

Print this item

  KC868-A16 Tasmota and RS485
Posted by: alex_neo - 07-29-2022, 06:25 AM - Forum: DIY Project - Replies (3)

Please tell me (if it possible) how to use rs 485 port with tasmota firmware?
I've got some rs 485 devices (such as C02 sensors, wind speed and so on) and want them to receive data from. Like i receive data from tasmota sensors to my mqtt server by json strings.

I have connected to rs 485 port some of them (powered on of cource) but no data came. like nothing happens.

Is it really possible with KC868-A16 or I must search some other device?

Thank you.

Print this item

  how to move CM4 eMMC home assistant data to USB driver
Posted by: admin - 07-29-2022, 06:11 AM - Forum: KC868-Server Raspberry Pi4 local server - Replies (2)

if you are using CM4 8G eMMC version, installed home assistant and add-on. when you have not enough space of eMMC, you can use "movedata disk" function, that can move your data to USB disk, save your eMMC space. it's easy.
[Image: attachment.php?aid=1181]

Print this item

  config analog input for 4-20mA device in ESPHome
Posted by: admin - 07-28-2022, 07:29 AM - Forum: KC868-A4 - No Replies

actually esp32 will convert current signal to voltage from sensor. we have tested KC868-A4 board with current source, here are some photos from board and esphome log output:
   
   
   
   


here is ESPHome config file for KC868-A4 analog input:

esphome:
  name: a4

esp32:
  board: esp32dev
  framework:
    type: arduino

# Enable logging
logger:

# Enable Home Assistant API
api:

ota:
  password: "cde668a4953338ac5140f1585c9d5150"

wifi:
  ssid: "KinCony"
  password: "123456"

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "A4 Fallback Hotspot"
    password: "ZvKhDPUYilHj"

captive_portal:

sensor:
  - platform: adc
    pin: 34
    name: "ADC-IN"
    update_interval: 5s

Print this item

  water level measurement as a percentage.
Posted by: 2sdaymars - 07-25-2022, 04:08 AM - Forum: KC868-A4 - Replies (1)

Can you give me some code to measure water with dc current analog 4-20mA using ESPHOME?

I want to know the filter value representing the water level measurement as a percentage.

I am new to esphome.

Print this item

  KC868-A8S PCB updated V1.2
Posted by: admin - 07-21-2022, 07:52 AM - Forum: News - No Replies

new pcb v1.2 of KC868-A8S, added 4G SIM7600 module socket on the pcb.



Attached Files Thumbnail(s)
                   
Print this item

  KC868 A4 - Help in Program
Posted by: mfjunior96 - 07-20-2022, 03:15 AM - Forum: KC868-A4 - Replies (1)

Goodnight,

I have a led driver that uses the tuya/smart home platform, it is connected to alexa and works only by voice command, I wanted to use a digital input to change the state of the led driver from on to off, could anyone help me?


Thanks in Advance



Attached Files
.zip   Casa_A4_Digital_Wifi_IR_LED_BOTAO.zip (Size: 1.64 KB / Downloads: 233)
Print this item