esphome-blekeyboard icon indicating copy to clipboard operation
esphome-blekeyboard copied to clipboard

ESPHome BLE Keyboard

Results 17 esphome-blekeyboard issues
Sort by recently updated
recently updated
newest added

Hi, I was hoping to control my linux PC with this project. I flashed an ESP32, connected it to Home Assistant. I can find the device with two different android...

bug

As per issue #31 the media keys don't get released. This is just a PR echoing @Sr-psycho fix.

**Describe the bug** A clear and concise description of what the bug is. **Please complete the following information:** - ESPHome version: [e.g. 2021.11.6] - Component version [e.g. 2.3.1] ``` void...

bug

With some devices, it is preferable simply not to advertise at all the return of the ESP keyboard once it restarts. This option enables users to choose that. They can...

Hi, I am having the following problem: After the ipad connects to the esp32 bluetooth, every time I restart the esp32, the ipad cannot automatically reconnect to the esp32 via...

bug

**Describe the bug** When I press either Volume Up or Volume Down build-in buttons (exposed via Home Assistant) the volume keeps increasing or decreasing until maximum/minimum. I expected those buttons...

bug

I would like to change iPad brightness with BLE keyboard. Here is the discussion how to do it - https://github.com/T-vK/ESP32-BLE-Keyboard/issues/23. I tried the following code: ``` ble_keyboard: id: blekeyboard name:...

bug

i spend some hours to get this working but here is my config to control an ipad what is hanging on the wall:-) everything is working great except the text...

enhancement

Log: ``` [14:27:25][I][app:029]: Running through setup()... [14:27:25][C][esp32_ble:026]: Setting up BLE... [14:27:26][D][esp32_ble:042]: BLE setup complete [14:27:26][D][esp32_ble_tracker:238]: Starting scan... [14:27:26][I][ble_keyboard:018]: Setting up... [14:27:26]ESP_ERROR_CHECK failed: esp_err_t 0x103 (ESP_ERR_INVALID_STATE) at 0x40093308 [14:27:26]file: ".piolibdeps/ble-tracker/NimBLE-Arduino/src/NimBLEDevice.cpp" line...

**Describe the bug** I have connected an ESPHome Emulating a blekeyboard to my Google TV Box. The box is configured in French. When I try to `blekeyboard.print: "azerty",` The box...

bug