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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,363
» Latest member: melrose63
» Forum threads: 2,574
» Forum posts: 13,303

Full Statistics

Online Users
There are currently 45 online users.
» 2 Member(s) | 29 Guest(s)
Amazonbot, Applebot, Bing, Bytespider, Crawl, Google, Yandex, bot, korl, tugra

Latest Threads
Need help with configurat...
Forum: KC868-HxB series Smart Controller
Last Post: admin
1 hour ago
» Replies: 32
» Views: 380
ESP32 S3 set up issue
Forum: Extender module
Last Post: admin
6 hours ago
» Replies: 10
» Views: 57
A32 Pro ESPHome yaml incl...
Forum: KC868-A32/A32 Pro
Last Post: admin
6 hours ago
» Replies: 16
» Views: 175
KC868-A8 Schematic
Forum: KC868-A8
Last Post: admin
6 hours ago
» Replies: 7
» Views: 41
change wake up name
Forum: KinCony AS
Last Post: admin
6 hours ago
» Replies: 11
» Views: 64
"KCS" v2.2.8 firmware BIN...
Forum: "KCS" firmware system
Last Post: admin
6 hours ago
» Replies: 2
» Views: 158
Dimensions/drawings of bo...
Forum: Schematic and diagram
Last Post: admin
6 hours ago
» Replies: 1
» Views: 18
how to use AS ESP32-S3 vo...
Forum: KinCony AS
Last Post: admin
12-16-2024, 10:55 PM
» Replies: 12
» Views: 446
Problem with IFTTT automa...
Forum: "KCS" firmware system
Last Post: admin
12-16-2024, 10:53 PM
» Replies: 5
» Views: 34
M16 SHT31 sensor disconne...
Forum: KC868-M16 / M1 / MB / M30
Last Post: bsarra
12-16-2024, 08:36 PM
» Replies: 4
» Views: 38

  H32B Pro No integration possible in Home assistant
Posted by: kenny H - 10-29-2024, 02:11 AM - Forum: KC868-HxB series Smart Controller - Replies (5)

Hello

I'm struggling with the integration of the H32B Pro controller into Home assistant via MQTT on Ethernet.
So I followed all the steps like in your video  (https://www.youtube.com/watch?v=wMkQccSFY3A&t=406s )
But I cannot see any entity of the relay inputs/Outputs. 

Instead in the log files I get fault messages on the configuration code:

Logger: homeassistant.config
Source: config.py:1300

Invalid config for 'mqtt' at configuration.yaml, line 13: 'broker' is an invalid option for 'mqtt', check: mqtt->0->broker, please check the docs at https://www.home-assistant.io/integrations/mqtt Invalid config for 'mqtt' at configuration.yaml, line 13: 'password' is an invalid option for 'mqtt', check: mqtt->0->password, please check the docs at https://www.home-assistant.io/integrations/mqtt Invalid config for 'mqtt' at configuration.yaml, line 13: 'port' is an invalid option for 'mqtt', check: mqtt->0->port, please check the docs at https://www.home-assistant.io/integrations/mqtt Invalid config for 'mqtt' at configuration.yaml, line 13: 'username' is an invalid option for 'mqtt', check: mqtt->0->username, please check the docs at https://www.home-assistant.io/integrations/mqtt






In the file editor I added the configuration code with the Broker IP adress of the Raspberry pie 5 it's running on, and filled in the correct UID.

Here is what I filled in:

/homeassistant/configuration.yaml


mqtt:
  broker: 192.168.0.25
  port: 1883
  username: mqtt
  password: 123

  switch:
  - name: 'output-1'
    unique_id: output-1
    state_topic: 'relay32/582284c1f1ea0c0db02022b1/state'
    command_topic: 'relay32/582284c1f1ea0c0db02022b1/set'
    payload_on:  '{"relay1":{"on":1}}'
    payload_off:  '{"relay1":{"on":0}}'
    value_template: '{{ value_json.relay1.on }}'
    state_on: 1
    state_off: 0

....

I installed the Mosquitto broker and the MQTT integration I can't see what Im missing here
   
   
   
   

Print this item

  voice assistant supported languages list in home assistant
Posted by: admin - 10-27-2024, 11:39 PM - Forum: KinCony AS - No Replies

https://developers.home-assistant.io/doc...languages/

Print this item

  "KCS" v2.2.6 firmware BIN file download
Posted by: admin - 10-27-2024, 12:53 AM - Forum: "KCS" firmware system - No Replies

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.2.6 improvement:
1. Missing coma after last input and before first output, example:
... "input15":{"value":false},"input16":{"value":false}"output1":{"value":false}, ...
2. Missing coma after last output and before first adc, example:
... "output15":{"value":false},"output16":{"value":true}"adc1":{"value":0}, ...
3. Missing coma after last adc and before first sensor, example:
... "adc4":{"value":0}"sensor1":{"temperature":-100.0,"humity":-100.0}, ...
4. Typo error on sensor humidity name, example:
... sensor1":{"temperature":-100.0,"humity":-100.0}, ...
instead of: ... sensor1":{"temperature":-100.0,"humidity":-100.0}, ...



Attached Files
.zip   KCS_KC868_A2_V2.2.6.zip (Size: 785.33 KB / Downloads: 38)
.zip   KCS_KC868_A4_V2.2.6.zip (Size: 772.44 KB / Downloads: 46)
.zip   KCS_KC868_A4S_V2.2.6.zip (Size: 795.91 KB / Downloads: 55)
.zip   KCS_KC868_A6_V2.2.6.zip (Size: 770.95 KB / Downloads: 58)
.zip   KCS_KC868_A8_V2.2.6.zip (Size: 778.91 KB / Downloads: 52)
.zip   KCS_KC868_A8M_V2.2.6.zip (Size: 795.43 KB / Downloads: 34)
.zip   KCS_KC868_A8S_V2.2.6.zip (Size: 796.92 KB / Downloads: 43)
.zip   KCS_KC868_A16_V2.2.6.zip (Size: 786.53 KB / Downloads: 124)
.zip   KCS_KC868_A16S_V2.2.6.zip (Size: 797.08 KB / Downloads: 41)
.zip   KCS_KC868_A32_V2.2.6.zip (Size: 776.66 KB / Downloads: 40)
.zip   KCS_KC868_A32M_V2.2.6.zip (Size: 794.87 KB / Downloads: 34)
.zip   KCS_KC868_A64_V2.2.6.zip (Size: 776.8 KB / Downloads: 38)
.zip   KCS_KC868_A128_V2.2.6.zip (Size: 776.65 KB / Downloads: 29)
.zip   KCS_KC868_AG_V2.2.6.zip (Size: 755.13 KB / Downloads: 25)
.zip   KCS_KC868_AI_V2.2.6.zip (Size: 779.15 KB / Downloads: 33)
.zip   KCS_KC868_AIO_V2.2.6.zip (Size: 796.54 KB / Downloads: 31)
.zip   KCS_KC868_AK_V2.2.6.zip (Size: 757.96 KB / Downloads: 44)
.zip   KCS_KC868_AM_V2.2.6.zip (Size: 772.38 KB / Downloads: 29)
.zip   KCS_KC868_AP_V2.2.6.zip (Size: 774.81 KB / Downloads: 25)
.zip   KCS_KC868_ASR_V2.2.6.zip (Size: 752.01 KB / Downloads: 32)
.zip   KCS_KC868_E16S_V2.2.6.zip (Size: 781.42 KB / Downloads: 40)
.zip   KCS_KC868_UAIR_V2.2.6.zip (Size: 758.67 KB / Downloads: 29)
Print this item

  KC8686-A2 + SIM7070 GSM
Posted by: fogamz - 10-26-2024, 06:25 PM - Forum: KC868-A2 - Replies (1)

KC868-A2 works well with SIM76XX  but I can't connect (no AT response) to the SIM7070.
I've noticed that PWRKEY pin is not conected with the ESP32, so no possibility to do correct reset.

Do you have experience with SIM7070?

Regards

Print this item

  KC868-HAv2 phantom press in ESPhome
Posted by: Dario - 10-26-2024, 09:27 AM - Forum: KC868-HA /HA v2 - Replies (1)

Hi,

Is there a way to optimise the Kincony KC868-HAv2? I currently use the new B16M and 2 of the KC868-HAv2 boards in test on ESPhome and I noticed that when I press and release the button quickly multiple times the B16M sees the button as pressed while it is not. When I press again it ofcourse gets reset.

It needs to be fool/child proof in my solution because I'm going to work with double/triple and long press commands in my solution.
Might the debounce setting do something?

Kind regards,

Dario

Print this item

  B16M ESPHome yaml for home assistant work with Tuya app
Posted by: admin - 10-26-2024, 07:01 AM - Forum: B16M - No Replies

   

Code:
esphome:
  name: b16m
  friendly_name: b16m
  platformio_options:
    board_build.extra_flags:
      # WIFI_CONTROL_SELF_MODE = 0
      # WIFI_CONTROL_SELF_MODE = 1
      - "-DWIFI_CONTROL_SELF_MODE=1"
esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: arduino
   

external_components:
  - source:
      type: git
      url: https://github.com/hzkincony/esphome-tuya-wifi-mcu
      ref: v1.1.0

# Enable logging

  # hardware_uart: USB_SERIAL_JTAG
# Enable Home Assistant API
api:
  encryption:
    key: "WeVOuL5oNhjXcfzXtTirlOwvtWvCD5yqIxd3oV4es1k="

ethernet:
  type: W5500
  clk_pin: GPIO42
  mosi_pin: GPIO43
  miso_pin: GPIO44
  cs_pin: GPIO41
  interrupt_pin: GPIO2
  reset_pin: GPIO1

i2c:
   - id: bus_a
     sda: 38
     scl: 39
     scan: true
     frequency: 400kHz

pcf8574:
  - id: 'pcf8574_hub_out_1'  # for output channel 1-16
    i2c_id: bus_a
    address: 0x25
    pcf8575: true

  - id: 'pcf8574_hub_in_1'  # for input channel 1-16
    i2c_id: bus_a
    address: 0x24
    pcf8575: true

uart:
  - id: uart_1    #RS485
    baud_rate: 9600
    debug:
      direction: BOTH
      dummy_receiver: true
      after:
        timeout: 10ms
    tx_pin: 18
    rx_pin: 8

  - id: tuya_mcu_uart
    tx_pin: GPIO16
    rx_pin: GPIO17
    baud_rate: 9600

tuya_wifi_mcu:
  # tuya mcu product id
  product_id: tg4bava25acki7vz
  uart_id: tuya_mcu_uart
  wifi_reset_pin: 28
  wifi_led_pin: 16

switch:
  - platform: uart
    uart_id: uart_1
    name: "RS485 Button"
    data: [0x11, 0x22, 0x33, 0x44, 0x55]

  - platform: gpio
    name: "b16m-output01"
    id: "b16m_output01"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 0
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output1-tuya
    dp_id: 1
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output01"

  - platform: gpio
    name: "b16m-output02"
    id: "b16m_output02"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 1
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output2-tuya
    dp_id: 2
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output02"

  - platform: gpio
    name: "b16m-output03"
    id: "b16m_output03"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 2
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output3-tuya
    dp_id: 3
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output03"

  - platform: gpio
    name: "b16m-output04"
    id: "b16m_output04"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 3
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output4-tuya
    dp_id: 4
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output04"

  - platform: gpio
    name: "b16m-output05"
    id: "b16m_output05"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 4
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output5-tuya
    dp_id: 5
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output05"

  - platform: gpio
    name: "b16m-output06"
    id: "b16m_output06"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 5
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output6-tuya
    dp_id: 6
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output06"

  - platform: gpio
    name: "b16m-output07"
    id: "b16m_output07"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 6
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output7-tuya
    dp_id: 101
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output07"

  - platform: gpio
    name: "b16m-output08"
    id: "b16m_output08"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 7
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output8-tuya
    dp_id: 102
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output08"

  - platform: gpio
    name: "b16m-output09"
    id: "b16m_output09"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 8
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output9-tuya
    dp_id: 103
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output09"

  - platform: gpio
    name: "b16m-output10"
    id: "b16m_output10"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 9
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output10-tuya
    dp_id: 104
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output10"

  - platform: gpio
    name: "b16m-output11"
    id: "b16m_output11"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 10
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output11-tuya
    dp_id: 105
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output11"

  - platform: gpio
    name: "b16m-output12"
    id: "b16m_output12"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 11
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output12-tuya
    dp_id: 106
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output12"

  - platform: gpio
    name: "b16m-output13"
    id: "b16m_output13"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 12
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output13-tuya
    dp_id: 107
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output13"

  - platform: gpio
    name: "b16m-output14"
    id: "b16m_output14"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 13
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output14-tuya
    dp_id: 108
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output14"

  - platform: gpio
    name: "b16m-output15"
    id: "b16m_output15"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 14
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output15-tuya
    dp_id: 109
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output15"

  - platform: gpio
    name: "b16m-output16"
    id: "b16m_output16"
    pin:
      pcf8574: pcf8574_hub_out_1
      number: 15
      mode: OUTPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-output16-tuya
    dp_id: 110
    # hide from homeassistant ui
    internal: true
    # bind other switch, sync state
    bind_switch_id: "b16m_output16"

binary_sensor:
  - platform: gpio
    name: "b16m-input01"
    id: "b16m_input01"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 0
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input1-tuya
    dp_id: 111
    bind_binary_sensor_id: b16m_input01
    internal: true

  - platform: gpio
    name: "b16m-input02"
    id: "b16m_input02"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 1
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input2-tuya
    dp_id: 112
    bind_binary_sensor_id: b16m_input02
    internal: true

  - platform: gpio
    name: "b16m-input03"
    id: "b16m_input03"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 2
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input3-tuya
    dp_id: 113
    bind_binary_sensor_id: b16m_input03
    internal: true

  - platform: gpio
    name: "b16m-input04"
    id: "b16m_input04"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 3
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input4-tuya
    dp_id: 114
    bind_binary_sensor_id: b16m_input04
    internal: true

  - platform: gpio
    name: "b16m-input05"
    id: "b16m_input05"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 4
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input5-tuya
    dp_id: 115
    bind_binary_sensor_id: b16m_input05
    internal: true

  - platform: gpio
    name: "b16m-input06"
    id: "b16m_input06"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 5
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input6-tuya
    dp_id: 116
    bind_binary_sensor_id: b16m_input06
    internal: true

  - platform: gpio
    name: "b16m-input07"
    id: "b16m_input07"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 6
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input7-tuya
    dp_id: 117
    bind_binary_sensor_id: b16m_input07
    internal: true

  - platform: gpio
    name: "b16m-input08"
    id: "b16m_input08"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 7
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input8-tuya
    dp_id: 118
    bind_binary_sensor_id: b16m_input08
    internal: true

  - platform: gpio
    name: "b16m-input09"
    id: "b16m_input09"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 8
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input9-tuya
    dp_id: 119
    bind_binary_sensor_id: b16m_input09
    internal: true

  - platform: gpio
    name: "b16m-input10"
    id: "b16m_input10"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 9
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input10-tuya
    dp_id: 120
    bind_binary_sensor_id: b16m_input10
    internal: true

  - platform: gpio
    name: "b16m-input11"
    id: "b16m_input11"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 10
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input11-tuya
    dp_id: 121
    bind_binary_sensor_id: b16m_input11
    internal: true

  - platform: gpio
    name: "b16m-input12"
    id: "b16m_input12"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 11
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input12-tuya
    dp_id: 122
    bind_binary_sensor_id: b16m_input12
    internal: true

  - platform: gpio
    name: "b16m-input13"
    id: "b16m_input13"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 12
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input13-tuya
    dp_id: 123
    bind_binary_sensor_id: b16m_input13
    internal: true

  - platform: gpio
    name: "b16m-input14"
    id: "b16m_input14"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 13
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input14-tuya
    dp_id: 124
    bind_binary_sensor_id: b16m_input14
    internal: true

  - platform: gpio
    name: "b16m-input15"
    id: "b16m_input15"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 14
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input15-tuya
    dp_id: 125
    bind_binary_sensor_id: b16m_input15
    internal: true

  - platform: gpio
    name: "b16m-input16"
    id: "b16m_input16"
    pin:
      pcf8574: pcf8574_hub_in_1
      number: 15
      mode: INPUT
      inverted: true
  - platform: tuya_wifi_mcu
    name: b16m-input16-tuya
    dp_id: 126
    bind_binary_sensor_id: b16m_input16
    internal: true

##pull-up resistance on PCB
  - platform: gpio
    name: "b16m-W1-io40"
    pin:
      number: 40
      inverted: true

  - platform: gpio
    name: "b16m-W1-io15"
    pin:
      number: 15
      inverted: true

  - platform: gpio
    name: "b16m-W1-io48"
    pin:
      number: 48
      inverted: true

  - platform: gpio
    name: "b16m-W1-io47"
    pin:
      number: 47
      inverted: true
## without resistance on PCB
  - platform: gpio
    name: "b16m-W1-io13"
    pin:
      number: 13
      inverted: false

  - platform: gpio
    name: "b16m-W1-io14"
    pin:
      number: 14
      inverted:  false

  - platform: gpio
    name: "b16m-W1-io21"
    pin:
      number: 21
      inverted: false

ads1115:
  - address: 0x48
sensor:
  - platform: ads1115
    multiplexer: 'A0_GND'
    gain: 6.144
    resolution: 16_BITS
    name: "ADS1115 Channel A0-GND"
    update_interval: 5s
  - platform: ads1115
    multiplexer: 'A1_GND'
    gain: 6.144
    name: "ADS1115 Channel A1-GND"
    update_interval: 5s
  - platform: ads1115
    multiplexer: 'A2_GND'
    gain: 6.144
    name: "ADS1115 Channel A2-GND"
    update_interval: 5s
  - platform: ads1115
    multiplexer: 'A3_GND'
    gain: 6.144
    name: "ADS1115 Channel A3-GND"
    update_interval: 5s

web_server:
  port: 80

font:
  - file: "gfonts://Roboto"
    id: roboto
    size: 20

display:
  - platform: ssd1306_i2c
    i2c_id: bus_a
    model: "SSD1306 128x64"
    address: 0x3C
    lambda: |-
      it.printf(0, 0, id(roboto), "KinCony B16M");
ESPHome yaml file download:

.txt   B16M_HA-Tuya.txt (Size: 13.87 KB / Downloads: 84)

Print this item

  KinCony Product Tree
Posted by: admin - 10-26-2024, 06:05 AM - Forum: News - No Replies

Here is KinCony products tree , help you to find suitable product. We will continue to innovate and update our product tree.
   
   
   
   

Print this item

  MQTT PREFIX TOPIC could be changed in the kincony firmware webpage.
Posted by: Aladin - 10-25-2024, 10:24 AM - Forum: Suggestions and feedback on KinCony's products - Replies (1)

It's possible to permit MQTT PREFIX TOPIC to be changed in the kincony firmware webpage like in TASMOTA?

SOME_CUSTOM_PREFIX/KC868_A16/B8D61B4AA69C/STATE
or
SOME_CUSTOM_PREFIX/XXXXX/XXXXX/STATE 

Instead of : KC868_A16/B8D61A5AA69C/STATE

You could keep the default PREFIX & permit to set the entire CUSTOM PREFIX.

We also need to choose UPPERCASE or LOWERCASE format for the MQTT TOPIC.

Thanks!

Print this item

  H32B pro: No IP adress assigned to controller
Posted by: kenny H - 10-24-2024, 07:34 PM - Forum: KC868-HxB series Smart Controller - Replies (8)

Hello, 

I have the KC868-H32B controller. I managed to follow all steps to connect with homekit and also open the admin page via it's IP adress.
Now, with trying to get in to work in Home assistent, I accidently removed its Ethernet settings ( IP adress, mac, port, etc... ) . So instead of Controller Ethernet IP adress 192.168.1.200. , now scanning it wit ' UDP_Scan_List ' tool . It detects the controller with adress 0.0.0.0.0. I cannot connect to it anymore now.
Everything in the red square, was empty when I clicked on ' save settings '

Is there a way to put all factory settings back?

Kind regards

Kenny

   

Print this item

  KinCony AS ESP32-S3 voice assistant released
Posted by: admin - 10-22-2024, 05:25 AM - Forum: News - No Replies

KinCony ESP32-S3 voice assistant based on ESP32-S3-WROOM-1U (N16R8) wifi chip. It use by I2S INMP441 microphone and MAX98357A amplifier. SD card socket on PCB. there are WS2812B RGB LED you can use for assistant. It also have IR receiver and many free GPIOs on PCB.
[Image: AS1_pix400.jpg][Image: AS2_pix400.jpg]
[Image: AS3_pix400.jpg][Image: AS4_pix400.jpg]
Model No. KinCony AS
Description: KinCony ESP32-S3 voice assistant – AS
Power supply: 5V DC by USB cable
Processor: ESP32-S3-WROOM-1U (N16R8)
Size: 118mm*70mm*70mm
interfaces: WiFi,Bluetooth,USB-Mini
SD Card: inside of BOX
WS2812B RGB LED: 2 different channel of GPIO
IR receiver: HS0038
433M receiver PCB pins reserved
Microphone: INMP441 (I2S bus)
Amplifier:MAX98357A (MAX:3.2W)
free GPIOs for DIY extend: 13 pins
hardware details:
[Image: 5.jpg]
[Image: 7.jpg]
[Image: 6.jpg][Image: 8.jpg]
[Image: esp32-s3-wroom-1u.JPG]
software solution:
1. install Speech-to-text add-on “faster-whisper” on home assistant.
2. install Text-to-speech add-on “piper” on home assistant.
3. download AS’ ESPHome yaml file from KinCony forum, modify wifi router SSID and PASSWORD.
4. download firmware to AS(ESP32-S3).
5. begin use in home assistant.
Easy integrate KinCony ESP32-S3 voice assistant to home assistant by ESPHome. You can download yaml file from KinCony forum.
[Image: voice-assistant-ready.png]
[Image: voice-assistant-listen.png]

Print this item