esphome_component_bthome
esphome_component_bthome copied to clipboard
Encrypted BtHome?
I'd like to passively catch encrypted BtHome advertisments sent by Xiaomi sensors running pvvx
firmware. I have the bindkey
extracted for each.
Currently they are passed to HA via proxy, and HA decrypts them, but I'd like to use the measurements locally on ESPHome node, rather than import them back from HA through the API.
Additionally, averaging filters on ESPHome are much better than HA's filters, that's another reason to do all the maths in the node firmware. Not mentioning HA as a central single point of failure...