myhomeiot
myhomeiot
JFYI: This already implemented in [Zha Network Card](https://github.com/dmulcahey/zha-network-card) which is based on your flex-table-card
> ...so this could act as a blueprint to reverse integrate this into flex-table-card, right? I think so.
> Last stable working version for me is 8.1.1, stayed on it. This doesn't helps with restore states, but helps with auto-generated macs-list, this template sensor use device attribute `identifiers`...
May be related to https://github.com/kalkih/mini-media-player/issues/552
Thanks for explanation, polling explains the slow updates. About co-existence with Tuya mobile app, I know from the forum that many Tuya compatible bulbs can handle only one connection but...
Currently this custom BLE Client allows only to read one characteristic and process the data. I already thinking how to extend this functionality and allow to read/write other characteristic but...
[Here](https://github.com/myhomeiot/esphome-components/blob/main/examples/ble_client/delonghi.yaml) you can find example using regular `ble_client` which poll coffee machine and read data back, you can change it for your case.
Thanks for PR! I my case it's was possible to add few devices at once, just specify few MACs in a row. Here validation will allow to specify only one...
I will think how to add this into documentation to make things clear. Main disadvantage of automatic discovery it's if you are living in environment with many BLE devices around...
Yes, just found that now Passive BLE Monitor listening and parsing all packets because auto [discovery](https://custom-components.github.io/ble_monitor/configuration_params#discovery) enabled by default, probably the problem with heavy CPU load was solved.