-
Notifications
You must be signed in to change notification settings - Fork 36
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
Support for bluetooth-proxy? #247
Comments
Cool project! Does it work? 😄 (both in general and for this addon specifically) In all seriousness - if the underlying libs support the proxy I'm guessing it could work. Many issues here are about BLE issues though, so it is one of the more tricky parts of hassio-plejd. |
My ESP32 arrived yesterday and I installed it via the webinstaller. The Bluetooth proxy seems to work, but there's no connection to the Plejd integration. I.e. none of my plejd devices show upp and in the Plejd integration log I get:
My HA server is located in the basement in a server rack, so there's no way I can get Bluetooth coverage via the internal Bluetooth adapter (which works fine. Tried it when installing HA, closer to the Plejd devices). I'm not sure if reinstalling the Plejd integration would solve this problem. Anyone else having the same issue? |
I can't give many specific requirements, but I suggest starting with the built-in terminal commands in HA if you haven't. |
Thank you. I'll look into it. |
So I've tried to find controllers via First of all, there's just ONE controller shown and it's the internal BTcontroller on the server, not the proxy. I did some more digging using VERBOSE mode for logging on the ESP32 board and found that ESP32 is proxying signals from my devices. (In this case a lamp in one of our bedrooms.) And this is where I'm stuck. It seems that the Plejd integration doesn't pick up the proxied signals.
Any suggestions on where to dig deeper into this? |
Start by setting logs to verbose (or potentially even silly to see absolutely everything) Developing section in readme has instructions on how to extract more logs than are seen |
Update:
I managed to turn off the integrated BT controller, as suggested, and now Plejd finds my devices. I added 3 buttons for 3 scenes in HA and got this respons in the Plejd log:
This LOOKS good in the log, but there's nothing happening with the lights. And I still get the same error as stated above. Would be nice to hear if someone else has managed to get a BT proxy (ESP32) working, and also HOW. |
I run this now and it is working with bluetooth proxies |
THANK YOU! Tried it and it works! Not 100%, but close enough. Some of my scenes are missing or not available. |
https://esphome.github.io/bluetooth-proxies/
The text was updated successfully, but these errors were encountered: