H. Árkosi Róbert

Results 346 comments of H. Árkosi Róbert

> The Bluetooth proxy of ESPHome currently only provides Home Assistant with passive sensor data that is advertised by certain devices...Lights is not this category. Yes, that means you have...

See, with ESP8266: ![kép](https://user-images.githubusercontent.com/1550668/193213993-e91288c8-d265-45b6-afc3-df3cf34506e1.png) Works for me with electricity meter Sanxing SX631 (S34U18) and a Wemos D1. Needs an RJ12 cable. Note how power for the Wemos module is drawn...

https://github.com/esphome/issues/issues/3690

Try with `active: false` for both `esp32_ble_tracker scan_parameters` and `bluetooth_proxy`.

@marc-gist it depends on your use case. If you're just gathering sensor data passively you don't need active mode at all. What device are you using it with?

Please add the following sensors to your config and re-flash the board: ```yaml sensor: - platform: template name: "Free Heap Memory" lambda: return heap_caps_get_free_size(MALLOC_CAP_INTERNAL); icon: "mdi:memory" entity_category: diagnostic state_class: measurement...

This looks like a memory leak in one of the Bluetooth components, as I also experienced: https://discord.com/channels/429907082951524364/524177279270780928/1029111888967127040 It's a bug, it's being looked at. Try setting the logger to `level:...

ESPHome support Discord server. Such issues are discussed there.

A memory leak has been identified causing this. A potential fix is available in the current beta release, please try that.

Isn't @ssieb's example above working on ESP32-C2 | ESP32-C3 | ESP32-S2 | ESP32-S3? On plan old ESP32 it works.