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

BLE EQ3 TRV firmware version 1.46 fix #22328

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

btsimonh
Copy link
Contributor

since moving to esp-nimble-cpp, EQ3s with firmware version 1.46 have not worked.

The fix is to pass false in the notify subscription in the last (response) argument.

Description:

Related issue (if applicable): fixes #22267

Checklist:

  • The pull request is done against the latest development branch
  • Only relevant files were touched
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • The code change is tested and works with Tasmota core ESP8266 V.2.7.8
  • The code change is tested and works with Tasmota core ESP32 V.3.1.0.241015
  • [ x I accept the CLA.

NOTE: The code change must pass CI tests. Your PR cannot be merged unless tests pass

…subscribe on the notify characteristic.

So pass false always - then it works with both new and old EQ3 firmware.
@Jason2866 Jason2866 merged commit 7ea96eb into arendst:development Oct 20, 2024
59 checks passed
josef109 pushed a commit to josef109/Tasmota that referenced this pull request Nov 7, 2024
…subscribe on the notify characteristic. (arendst#22328)

So pass false always - then it works with both new and old EQ3 firmware.
josef109 pushed a commit to josef109/Tasmota that referenced this pull request Nov 10, 2024
…subscribe on the notify characteristic. (arendst#22328)

So pass false always - then it works with both new and old EQ3 firmware.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bluetooth BT BLE devives (EQ3) not connecting properly
2 participants