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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,368
» Latest member: Alan.llm
» Forum threads: 2,574
» Forum posts: 13,305

Full Statistics

Online Users
There are currently 55 online users.
» 2 Member(s) | 39 Guest(s)
Applebot, Bing, Bytespider, Crawl, Google, PetalBot, Yandex, bot, engrezk, tugra

Latest Threads
KC868-A2 ESP32 I/O pin de...
Forum: KC868-A2
Last Post: tugra
38 minutes ago
» Replies: 7
» Views: 2,259
change wake up name
Forum: KinCony AS
Last Post: gal
8 hours ago
» Replies: 12
» Views: 78
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: xarouli5
9 hours ago
» Replies: 17
» Views: 181
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
11 hours ago
» Replies: 32
» Views: 392
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
Yesterday, 11:43 PM
» Replies: 10
» Views: 64
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: 169
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
Yesterday, 11:37 PM
» Replies: 1
» Views: 22
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

  KC868-A32, more information need
Posted by: duky - 03-23-2022, 09:42 AM - Forum: KC868-A32/A32 Pro - Replies (5)

Could you post ESPHome configuration file and schematic?

Thank you.

Print this item

  Lesson7 - install home assistant mobile phone application
Posted by: admin - 03-19-2022, 10:16 PM - Forum: Home automation training courses - No Replies


Configuration in home assistant

    Basic configuration

    default_ config:

    or

    mobile_app:
    discovery:

It is recommended to add this when using iOS app

    ios:

App Download

    iOS: Search and install home assistant directly in the app store

    Android:
        Google Play Store
        https://play.google.com/store/apps/detai...on.android

        GitHub Download
        https://github.com/home-assistant/android/tags

functions for use

Connection information
    Provide configuration of Internet URL address and Intranet URL address
Sensor
Mobile location
Notification
    Push message in Android is based on Google play services.
    You need to obtain the push ID under iOS to use the push message function
    500 messages can be sent every day
More features
  Multimedia message
  Message control mobile phone
  Apple watch

Print this item

  Lesson6 - configure integration of home assistant
Posted by: admin - 03-18-2022, 10:45 PM - Forum: Home automation training courses - No Replies


intergration in Home assistant

1. All integration (components)
https://www.home-assistant.io/integrations/

2. Main functions of integration (component)

Realize the logic of some state generation and change, and realize some services that can be called

3. Configuration of integration (component)

Some can only be in configuration "configuration.yaml" file;
Some can only be configured in the front-end interface;
Some can be configured in both places


Configuring COVID-19 data
https://www.home-assistant.io/integrations/coronavirus/

Configure the moon
   

# Example configuration. yaml entry
sensor:
  - platform: moon

https://www.home-assistant.io/integrations/moon/

Set location of home assistant

how to find out your house latitude and longitude?     https://www.openstreetmap.org/

zone:
  - name: home
    latitude: 30.29595
    longitude: 120.06699
    icon: mdi:home
    radius: 100

Configure the sun
   

Integration and Add-on

Integration is part of home assistant, but Add-on is not
Home assistant loads the integration program through configuration, and home assistant supervisor manages the installation / configuration / startup and shutdown of Add-on

Print this item

  KC868-A32 ESP32 home automation relay module released!
Posted by: admin - 03-17-2022, 01:50 PM - Forum: News - Replies (4)

we have designed KC868-A32 ESP32 home automation relay module. it’s new version based on KC868-A16 ESP32 relay module, add RS485 port. Support ESPHome for home assistant and Tasmota firmware for home automation DIY. A32 use 32 channel relay and 32 channel digital input.


[Image: KC868-A32-1_03.jpg]

Print this item

  COLB MQTT-RS485
Posted by: Dm81 - 03-17-2022, 08:07 AM - Forum: KC868-HxB series Smart Controller - Replies (1)

Good Morning
is it possible to send/receive modbus data (on RS485) through MQTT protocol?
thank you

Print this item

  K868-A16 433 RF MHz receiver
Posted by: Razvan - 03-16-2022, 09:30 PM - Forum: KC868-A16 - Replies (44)

Hello,

I recently bought some kincony modules to test. I want to make a smart home with modules made by kincony and Home assistant using ESPhome. My problem is this. I'm trying to use KC868-A16 with ESPhome and I can't decode the 433 MHz RF signal. (Of course I bought the KC868-A16 with the RF Transmit and receive modules). I saw "Lesson31- How to decode 433MHz RF signal and control RF device by ESPHome". According to the wiring diagram for KC868-A16, GPIO 2 is 433 MHz receive, and GPIO 15 is 433 MHz transmit. I use a common 433MHz remote control that has 4 buttons and I can't get any signal. Please help me solve this problem. Below is the configuration I have in KC868-A16.
.txt   KC868-A16..txt (Size: 12.89 KB / Downloads: 412)

Print this item

  H32B and H16B Digital input
Posted by: Dm81 - 03-16-2022, 03:24 PM - Forum: KC868-HxB series Smart Controller - Replies (13)

If device is in Client mode, why I don't receive any kind of string (hex, ansistring or else) on my server if digital input change state?
with COLB I receive the string about any input changes
thank you

Print this item

  Lesson5 - Add-on Samba and file structure of home assistant
Posted by: admin - 03-15-2022, 01:35 PM - Forum: Home automation training courses - No Replies


Installation, configuration and use of Add-on Samba

What is Samba?

software tool to realize network file sharing.

Note: before Samba starts, you need to configure the user name and password

Introduction to shared folders

folder                    content

config            Homeassistant configuration directory

backup          Store system backup contents

ssl                 Store the private key and certificate file for encrypted transmission

media            Media files

addons          Store local add on, which is generally used for add-on development

share             Shared content with no specific purpose

What is add-on

Add-on is other software running in parallel with home assistant core

Add-on can be installed / started / configured through home assistant supervisor

Add-on is generally associated with home assistant

Add-on File editor

Print this item

  KC868-Uair: пролетая над гнездом кукушки. Часть 1. Гнездо
Posted by: admin - 03-14-2022, 09:05 PM - Forum: KC868-Uair - No Replies

KC868-Uair: пролетая над гнездом кукушки. Часть 1. Гнездо
https://habr.com/ru/company/ruvds/blog/654691/

Print this item

  KC868-H32 controlled by Raspberry pi
Posted by: Alex1987sar - 03-14-2022, 05:42 PM - Forum: KC868-HxB series Smart Controller - Replies (6)

Hi
I have KC868-H32 (2020 year)
And raspberry pi 3B+

some qestions
1) What firmware should I have to controll from RPi 
2) Can I upload new firmware via VircomTool on KC868-H32 ?
3) the next steps are the same as for 32B? like this https://www.kincony.com/kc868-h32b-integ...-mqtt.html

Print this item