-
### The problem
Hi,
I build up the "Xiaomi Miscale Sensors" project from ESPHome and it work great.
But now it stops working.
I tried to rewrite the code for a single person. See details:
…
-
Hi,
I found that this package has a great potential of what and how can be hooked but unfortunately doesn't seem compatible with node v18.19.1 npm 9.2.0 and node 4.0.5.
After installing all depen…
-
The current implementation of `ble_sensed_summary` on `e-mission-server` mimics the format of `cleaned_section_summary` and `inferred_section_summary`; it looks like this:
```
{
"count": {
…
-
I wanted to use the library in Foreground Service, but at the moment it's not possible. Could you please add a context-only constructor?
-
### The problem
I am running an ESPHome BLE proxy communicating with a BLE device.
The client device expects a `ESP_GATTC_WRITE_CHAR_EVT` and then the client device triggers a `ESP_GATTC_REG_FOR_…
-
## Environment
- Development Kit: ESP32-Wrover-Kit
- Kit version: v4
- Module or chip used: ESP32-WROVER-B
- IDF version (run ``git describe --tags`` to find it): v4.0-beta1
- Build Syste…
-
### The problem
I have a ESP32 with Ethernet running as a bluetooth proxy for HomeAssistant.
I am using the recommended parameters on latest ESP-IDF. (scan interval, etc)
Once a day the it happ…
-
Note! This ticket will capture any and all issues relating to Python SDK BLE:
- recovery from failures to establish connection
- recovery from connection drops
- closing and re-opening Wired / Wire…
epheo updated
1 month ago
-
I like very much the ESP32-BLE-CompositeHID bluetooth, but I would like to be able to order more things, such as: re-pairing, and auto-connecting previously connected devices, etc. I hope you can expa…
-
I've experienced hang (loop forever inside BT stack) when trying to call `ble.active(False)` from within a scheduled function. This seems to happen when there are alive connections.
I've looked at …