-
Notifications
You must be signed in to change notification settings - Fork 13
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
ESP-IDF Issue - Max Notification Reached, registration failed #17
Comments
What esp are you using? I've been using a fire remote pro with this since it released. Although I stayed with a previous revision because the new version didn't recognize the difference between the newest buttons and 4 on the bottom. |
I am using a LILYGO TTGO T-Internet-POE ESP32-WROOM. I will try some other remotes later. |
How much PSRAM is on that? That's the same remote I have and mine works great I only have 1.3 megabytes of psram on mine |
If I remember correctly the wrooms don't have internal psram. And I just checked that version it has no psram at all so that is why it runs out and panics |
Thank you for pointing me to psram. I just ordered some esp32-wrover modules which seem to have internal psram. I will report my results if they arrive |
I just flashed my new board with internal psram. I still get the error msg: Another thing i noticed: The "Last event value" entity only changes from 0 (idle) to 1 (any btn pressed). Shouldn't it show the last pressed key? For reference, here is my full log:
|
Thanks for your feedback. The last pressed key should be shown in a The error about max notifications reached seems to be from the underlying software stack and probably the remote would like to register more characteristics for notification than the esp32 can handle. I don't think I can do anything about that. |
You are welcome. I will open a seperate issue for About the error with the max notifications: I know this is not an issue with this repo/code, thats what i mentioned in the first comment of this issue: "I think there is not much we can do in this repo, i just wanted to keep track of the issue.". You can leave it open to keep track of it or just close it if you want. |
First of all, thank you for this awesome esphome component.
I tried to pair with "Alexa Remote Pro" but while reading the characteristics it fails with this error:
E (18960) BT_APPL: Max Notification Reached, registration failed.
which is caused by espressif/esp-idf#6376.
I think there is not much we can do in this repo, i just wanted to keep track of the issue.
The text was updated successfully, but these errors were encountered: