-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Bluetooth BT BLE devives not recognized / found by Tasmota @ V 14.0.0 #21445
Comments
Same issue here. I have more devices with bluetooth and all lost connection with tasmota 14, reverting back to 13.4 resolves the issue. Also a issue for the EQ3 devices v14.0
|
@btsimonh Can you have a look? |
looks like NimBLE may have some issues to be resolved to work well with core 3.0.0 I think we should wait to see how @h2zero progresses.... |
@btsimonh wrong repo. Tasmota does not use NimBLE-Arduino anymore. |
ahh... ok. So just taking a quick look at the source, there are really no changes to account for changing library? I guess the NimBLE classes and structures are identical in both cases... |
There are some small changes made to make the BLE driver compile with Arduino Core 3.0.0 and h2zero lib esp-nimble-cpp. Take a look at the commits. |
yep, spotted it. NimBLE-arduino had a separate scan end callback, set in a different way. Your commits meant that it was never called. Just testing a change now, so let's see.... |
Thanks a lot! |
@Rushmed It is already here in section |
@Rushmed @kroon040 @Mark-Muc - pls report success here. |
I got 4 EQ3 devices and 4 LYWSD03MMC devices. All the devices are working, also valve position and desired temp. Also aliasing also still works. I See one device he just needs to try 3 times and than it connects. |
Just to let you know. I also built today a version in the dev. brache and all BLE derives are visible. as u can see it shows a "," (coma) instead of a "." (dot) |
That's the auto decimal kicking in. It replaces a dot by a comma for Germany :-) Let me see if it can be easily fixed.... |
Try latest dev. |
I wish CSV import in Excel different countries was fixed so easily and quickly! |
Well core3 does support both n (=HT20) and HT40 depending on your wifi AP. Reconfig your AP to HT20 and it should connect to HT20 (at least that's what my ubiquiti does.) |
The connection mode is most probably not the reason for your devices being laggy. |
seems that this is not the issue .. fount out.
asap it hangs after upload. It is fine in 13.4.0!! |
Thanks, how can I download the .bin file? I have to flash OTA. |
Via official Tasmota OTA server https://ota.tasmota.com/tasmota32/ |
Tasmota 14.0.0.3 (b61ea17-bluetooth) is working as expected. Thanks Sir! |
I do not know if this is related, but after upgrading my EQ3 to 14.2.0.6, my eQ3 devices are no longer connecting reliably. I have 8 Xiaomi devices and 8 EQ3s. The Xiaomis (running ATC firmware) seem to work but the EQ3s just show Interestingly, I see all 8 EQ3 TRVs right after a restart and they briefly show the correct temperatures in the WebUI. But then the connection starts failing and all values are set to 0. Does anybody have similar issues? EDIT: Reverted to 13.4.0 (http://ota.tasmota.com/tasmota32/release-13.4.0/tasmota32-bluetooth.bin) and it works again. So seems that something is broken in 14.2.0.6 again. |
PROBLEM DESCRIPTION
A clear and concise description of what the problem is.
No bluetooth devices found on Tasmota V14.
V13.4 was working fine.
REQUESTED INFORMATION
Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!
Backlog Template; Module; GPIO 255
:Backlog Rule1; Rule2; Rule3
:Status 0
:weblog
to 4 and then, when you experience your issue, provide the output of the Console log:TO REPRODUCE
Have a ESP32 with Tasmota installed, BT activated and some Mi BT Sensors or iBeacons nearby. On V13.4 they`re recognized.
On V14 nothing is recognized.
EXPECTED BEHAVIOUR
All bt deviches (mi senors, ibeacons) need to be recognized.
SCREENSHOTS
If applicable, add screenshots to help explain your problem.
ADDITIONAL CONTEXT
Check this discussion:
#21328
Whats the time plan for a solution?
Thanks in further!
(Please, remember to close the issue when the problem has been addressed)
The text was updated successfully, but these errors were encountered: