aqwserf
aqwserf
Same behavior here:  With a Samsung Galaxy Tab S6 Lite at 10cm from the ESP32. The environment is quite noisy (Wifi, Zigbee...) but according to this...
> Can you explain what you mean by that? Are you seeing the device come over the aioesphomeapi connection every second? I do but I'm not sure. As I said,...
@bdraco : here it is. Probably around an hour of log. Or do you need a pcap? [aioesphome.txt](https://github.com/home-assistant/core/files/10086147/aioesphome.txt)
@bdraco good news! Let me know if you need anything else
If the problem is the MAC address, why I do have a working configuration using [ESP32 Bluetooth Low Energy Tracker Hub](https://esphome.io/components/esp32_ble_tracker.html)? ```yaml ... esp32_ble_tracker: scan_parameters: interval: 1100ms window: 1100ms active:...
Hum, after reading the code, I guess why it's happening: https://github.com/roleoroleo/yi-hack_ha_integration/blob/9910c442ff8023c5115edcc56f7836b8e0cff70e/custom_components/yi_hack/media_player.py#L151-L152 https://github.com/roleoroleo/yi-hack_ha_integration/blob/9910c442ff8023c5115edcc56f7836b8e0cff70e/custom_components/yi_hack/media_player.py#L166-L167 So my question is why? We should be able to turn on/off the media player without impacting privacy?...
Ok, so if I understand correctly, privacy switch is impacted by media_player switch, and media_player switch has not impact right?
Well, same issue on my side with 4 MS-108ZR. Back to normal when reverting back to 1.40.2-1
@Koenkk FWIW, with my `_TZ3000_1dd0d5yi` fully open on 1.41.0: ``` $ cat database.db | jq 'select(.ieeeAddr == "0x540f57fffe896eab")' { "id": 28, "type": "Router", "ieeeAddr": "0x540f57fffe896eab", "nwkAddr": 29337, "manufId": 4098, "manufName":...