Smart Home Automation Forum
kc868-a6 Bluetooth issue - Printable Version

+- Smart Home Automation Forum (https://www.kincony.com/forum)
+-- Forum: Technical Support (https://www.kincony.com/forum/forumdisplay.php?fid=20)
+--- Forum: KC868-A6 (https://www.kincony.com/forum/forumdisplay.php?fid=22)
+--- Thread: kc868-a6 Bluetooth issue (/showthread.php?tid=3027)



kc868-a6 Bluetooth issue - AndyW - 06-28-2023

I have a usecase for the kc868-a6 that requires the bluetooth to work with esphome. As soon as I enable anything bluetooth related I get fatal errors and the wifi never connects to the network.
This is the code I am trying to use that appears to corrupts the esp32.

substitutions:
name: test
mac_address: C8:47:8C:E1:E2:E2

esp32_ble_tracker:

ble_client:
- mac_address: ${mac_address}
id: client0

switch:
- platform: ble_client
ble_client_id: client0
name: "enable bluetooth connection"

Any thoughts on why the esp32  does not like the bluetooth settings? After removing the bluetooth settings and reflashing I am able to connect to the controller again.
Thanks in advance.
Andy


RE: kc868-a6 Bluetooth issue - ntguest - 10-05-2024

all the same
it looks like bluetooth not works on A6 with esphome(
does support agree with it?


RE: kc868-a6 Bluetooth issue - admin - 10-05-2024

what do you want to do with bluetooth? can you explain in details.


RE: kc868-a6 Bluetooth issue - ntguest - 10-05-2024

(10-05-2024, 12:29 PM)admin Wrote: what do you want to do with bluetooth? can you explain in details.

case 1 - bluetooth proxy https://esphome.io/components/bluetooth_proxy
case 2 - collect data from sensors, eg https://esphome.io/components/sensor/xiaomi_ble or https://esphome.io/components/sensor/inkbird_ibsth1_mini
case 3 - connection to bms board https://github.com/syssi/esphome-jk-bms/blob/main/esp32-ble-example.yaml
.....


RE: kc868-a6 Bluetooth issue - ntguest - 10-17-2024

if you don't have a solution or you can't explain please don't advertise that device has bluetooth, at least with esphome


RE: kc868-a6 Bluetooth issue - admin - 10-17-2024

ESP32 support use bluetooth, it's no problem. many different software case for bluetooth, should provide all source code for you?? you buy the hardware, we don't MUST supply you all software code. ESPHome is open source for every DIYer. I just tell you the hardware include bluetooth, will not make all software code for you.