esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 34 forks source link

GL-S10 - no devices discovered in HA #3717

Closed botts7 closed 1 year ago

botts7 commented 1 year ago

The problem

After installing Bluetooth-proxy on GL-S10 and setting it up in Home Assistant

It is showing as connected etc, but get the following in the logs.

I have hardware revision v1.0

After the initial logs about 3 or 4 minutes later I get the below, but no devices are found

[00:34:07][I][ota:109]: Boot seems successful, resetting boot loop counter. [00:34:07][D][esp32.preferences:113]: Saving 1 preferences to flash... [00:34:07][D][esp32.preferences:142]: Saving 1 preferences to flash: 0 cached, 1 written, 0 failed [00:34:08][D][esp32_ble_tracker:264]: Starting scan...

There is LED activity on the Bluetooth LED

Any ideas?

Which version of ESPHome has the issue?

2022.10.0

What type of installation are you using?

Home Assistant Add-on

Which version of Home Assistant has the issue?

2022.10.5

What platform are you using?

esp32: board: esp32doit-devkit-v1 framework: version: 1.0.6 source: ~3.10006.0 platform_version: platformio/espressif32 @ 3.5.0 type: arduino variant: ESP32

ssieb commented 1 year ago

I'm not sure what you're expecting from filing this issue. This isn't a bug report. You should ask in the esphome Discord server or one of the forums. Are there devices within range? What is your config?

botts7 commented 1 year ago

After further investigation it is working. The reason for thinking there was an issue was the esp logs and intergration does not provide any user feedback that there is any sensor data being transmitted to home assistant. After removing devices that were added via other integrations and removing any other Bluetooth intergrations. I was able to confirm it was working. Turning on debug logs for Bluetooth in HA I was able to confirm it was functioning correctly. I would suggest some user confirmation of transmission of the data within the epshome logs. The only information the logs give is that the esp device is being seen by esphome. Not showing what sensor values are being captured

ssieb commented 1 year ago

The proxy doesn't decode any data. That's the point. It's just passing everything to HA. It should be showing you in the log the devices it sees though.

botts7 commented 1 year ago

Yes understood. Still think there should be some kind of user confirmation that the undecided data have been passed on to HA ( verbose log seems to kind off show that)