Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32_ble_beacon does not work #1818

Closed
VanGog86 opened this issue Feb 6, 2021 · 8 comments
Closed

esp32_ble_beacon does not work #1818

VanGog86 opened this issue Feb 6, 2021 · 8 comments
Labels

Comments

@VanGog86
Copy link

VanGog86 commented Feb 6, 2021

Operating environment/Installation (Hass.io/Docker/pip/etc.):

pip install

ESP (ESP32/ESP8266, Board/Sonoff):

esp32doit-devkit-v1

ESPHome version (latest production, beta, dev branch)

Current version: 1.16.0

Affected component:

https://esphome.io/components/esp32_ble_beacon.html

Description of problem:
After successful flashing, my iphone does not detect the ibeacon. I check through the bluetooth screen and don't see any new devices there. through the bleScanner application I see a new device but it is defined as N / A but not as a ibeacon

Problem-relevant YAML-configuration entries:

PASTE YAML FILE HERE
esphome:
  name: ble
  platform: ESP32
  board: esp32doit-devkit-v1

esp32_ble_beacon :
  type : iBeacon 
  uuid : '12a13a53-905b-0654-3468-3956014a7888'
  major : 234
  minor : 138

Logs (if applicable):

PASTE DEBUG LOG HERE

Additional information and things you've tried:

@VanGog86
Copy link
Author

VanGog86 commented Feb 6, 2021

I saw a similar problem, but I do not understand what I need to do #243

@VanGog86
Copy link
Author

really no one faced such a problem?

@koenvervloesem
Copy link

koenvervloesem commented Mar 6, 2021

I just tried this, and on my Android phone the app Beacon Scanner finds the beacon and shows the correct UUID, major and minor. This is done on a LilyGO TTGO ESP32 T-Display, with ESPHome 1.16.2.

@patrickdk77
Copy link

This is really simple to resolve, ibeacons are broken due to #1844

@gogoizzy
Copy link

Broken for me too

@chrismetcalf
Copy link

I'm seeing the same issue on 1.19.0-dev. Compiles and loads fine, debug output looks fine, including esp32_ble_beacon reporting its major and minor number, but I can't discover it in any of the apps I've tried on iOS.

@patrickdk77
Copy link

You are going have to open your own bug instead of using this one. This bug is about receiving beacons, not transmitting them.

@stale
Copy link

stale bot commented Oct 6, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 6, 2021
@stale stale bot closed this as completed Oct 20, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants