Passive BLE Monitor integration

Hello,

Thanks you for your excellent HA component and all your efforts.

I have some BLE devices which can’t be covered by Bluetooth stick from location of the server, now I use ESPHome components like this in order to send measurement to HA, but I should always think which ESP device can cover which BLE device.

I thinking to implement BLE advertisement gateway as ESPHome component which will pass all BLE advertisement from defined MACs to the HA, the question is if it’s will be possible to send this data into Passive BLE Monitor as binary advertisement packet? What do you think about this idea? I already have some experience with ESPHome BLE and I think I can manage to do it.

Thanks in advance.