GithubHelp home page GithubHelp logo

Comments (1)

jsaiko avatar jsaiko commented on July 4, 2024

Hello. I am also getting this error. Here are my logs from the ESP32 proxy.

[22:12:04][W][bluetooth_proxy.connection:081]: [0] [C9:9C:3C:7B:C7:80] Error writing char/descriptor at handle 0x22, status=133
[22:12:04][D][esp32_ble_client:172]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_DISCONNECT_EVT, reason 19
[22:12:04][D][esp32_ble_client:110]: [0] [] ESP_GATTC_CLOSE_EVT
[22:12:04][W][bluetooth_proxy:367]: Cannot write GATT characteristic, not connected
[22:12:24][I][bluetooth_proxy:282]: [0] [C9:9C:3C:7B:C7:80] Connecting v3 without cache
[22:12:24][D][esp32_ble_tracker:215]: Pausing scan to make connection...
[22:12:24][I][esp32_ble_client:067]: [0] [C9:9C:3C:7B:C7:80] 0x00 Attempting BLE connection
[22:12:24][D][esp-idf:000][BTU_TASK]: W (2091377) BT_HCI: hcif disc complete: hdl 0x0, rsn 0x3e

[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_CONNECT_EVT
[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_OPEN_EVT
[22:12:24][D][esp32_ble_tracker:266]: Starting scan...
[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_SEARCH_CMPL_EVT
[22:12:24][I][esp32_ble_client:227]: [0] [C9:9C:3C:7B:C7:80] Connected
[22:12:24][D][esp32_ble_client:188]: [0] [C9:9C:3C:7B:C7:80] cfg_mtu status 0, mtu 517
[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_REG_FOR_NOTIFY_EVT
[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_WRITE_DESCR_EVT
[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_NOTIFY_EVT
[22:12:24][D][esp-idf:000][BTU_TASK]: W (2091902) BT_APPL: gattc_conn_cb: if=3 st=0 id=3 rsn=0x13

[22:12:24][D][esp-idf:000][BTU_TASK]: W (2091906) BT_APPL: gattc_conn_cb: if=4 st=0 id=4 rsn=0x13

[22:12:24][D][esp-idf:000][BTU_TASK]: W (2091908) BT_APPL: gattc_conn_cb: if=5 st=0 id=5 rsn=0x13

[22:12:24][D][esp-idf:000][BTU_TASK]: W (2091910) BT_HCI: hcif disc complete: hdl 0x0, rsn 0x13

[22:12:24][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_WRITE_CHAR_EVT
[22:12:24][W][bluetooth_proxy.connection:081]: [0] [C9:9C:3C:7B:C7:80] Error writing char/descriptor at handle 0x22, status=133
[22:12:24][D][esp32_ble_client:172]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_DISCONNECT_EVT, reason 19
[22:12:24][D][esp32_ble_client:110]: [0] [] ESP_GATTC_CLOSE_EVT
[22:12:24][W][bluetooth_proxy:367]: Cannot write GATT characteristic, not connected
[22:12:45][I][bluetooth_proxy:282]: [0] [C9:9C:3C:7B:C7:80] Connecting v3 without cache
[22:12:45][D][esp32_ble_tracker:215]: Pausing scan to make connection...
[22:12:45][I][esp32_ble_client:067]: [0] [C9:9C:3C:7B:C7:80] 0x00 Attempting BLE connection
[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_CONNECT_EVT
[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_OPEN_EVT
[22:12:45][D][esp32_ble_tracker:266]: Starting scan...
[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_SEARCH_CMPL_EVT
[22:12:45][I][esp32_ble_client:227]: [0] [C9:9C:3C:7B:C7:80] Connected
[22:12:45][D][esp32_ble_client:188]: [0] [C9:9C:3C:7B:C7:80] cfg_mtu status 0, mtu 517
[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_REG_FOR_NOTIFY_EVT
[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_WRITE_DESCR_EVT
[22:12:45][D][esp-idf:000][BTU_TASK]: W (2112664) BT_APPL: gattc_conn_cb: if=3 st=0 id=3 rsn=0x13

[22:12:45][D][esp-idf:000][BTU_TASK]: W (2112669) BT_APPL: gattc_conn_cb: if=4 st=0 id=4 rsn=0x13

[22:12:45][D][esp-idf:000][BTU_TASK]: W (2112670) BT_APPL: gattc_conn_cb: if=5 st=0 id=5 rsn=0x13

[22:12:45][D][esp-idf:000][BTU_TASK]: W (2112673) BT_HCI: hcif disc complete: hdl 0x0, rsn 0x13

[22:12:45][D][esp32_ble_client:110]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_WRITE_CHAR_EVT
[22:12:45][W][bluetooth_proxy.connection:081]: [0] [C9:9C:3C:7B:C7:80] Error writing char/descriptor at handle 0x22, status=133
[22:12:45][D][esp32_ble_client:172]: [0] [C9:9C:3C:7B:C7:80] ESP_GATTC_DISCONNECT_EVT, reason 19
[22:12:45][D][esp32_ble_client:110]: [0] [] ESP_GATTC_CLOSE_EVT
[22:12:45][W][bluetooth_proxy:367]: Cannot write GATT characteristic, not connected

from hassio-bluetti-bt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.