-
-
Notifications
You must be signed in to change notification settings - Fork 17
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-C6 support possible? #106
Comments
Looks that my latest changes need some attention to not break the compile process. Not sure if this component works on a C6. Does the Bluetooth proxy work on it? |
ok, looks that the esp32-c6 is stricter with types. Will push some updates later today, but not sure if I will be able to identify all issues. |
Yes, bluetooth proxy works with some special config (see my yaml repro file) and the ´dev’ branch of esphome. Thanks a lot for checking the types! It indeed looks like this issue at least is only types-related. |
Thank you @fsaris for the quick fix! Yes, the I have been testing it for a while and unfortunately it seems like the connection with the mesh cannot complete (even though it is recognized) with my C6 version. I have a I therefore tried in
By the way, I saw in your commit that you referenced issue 104 instead of this one. |
Those I get also sometimes. Be sure to clean the build files (the I fixed the type issue. |
Thank you very much, everything compiles perfectly! Unfortunately I cannot manage to have a connection to the mesh. The very verbose logs didn't help. I am stuck with 1 device found, but 0 known and 0 fully recognized:
But you did everything you could. I guess this is a BLE incompatibility issue. You can close this issue if you want. Cheers! |
I see that the RSSI value is now not correctly shown in the logs, should be a negative value. Just pushed a fix for that. Looks the the connection from you ESP to the BLE device is not reaching the minimal RSSI value. You can decrease this by changing the |
Oh, good catch! Yeah, I'll try |
There is a lot of stuff that can interfere with the Bluetooth connection; power device, other wifi devices power cords etc. |
Hi @fsaris, thank you very much for this component! I've since the beginning wanted to have a more reliable solution than the Home Assistant integration.
I have an
esp32-c6-devkitc-1
board and wanted to try it out. Unfortunately it fails at installation with a type error (see attached full log file):I am aware that you are probably not supporting the ESP32 C6 variant at the moment, but I was wondering if this is an error from your component that could be relatively easy to fix.
I would be very happy to help testing for the C6 variant, so don't hesitate to ask in case this is an issue you want to give a quick look at.
Thanks a lot in advance!
PS: I also attached my full yaml config.
logs_entrance_compile.txt
entrance.yaml.txt
The text was updated successfully, but these errors were encountered: