You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
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...
The text was updated successfully, but these errors were encountered:
I have very little knowledge on the AES-CCM yet.
Once we have a working solution I am happy to add the necessary augmentation to the esphome component.
I lack the C++ knowledge unfortunately, but I assume some inspiration on the logic behind decryption could be taken from how HA BtHome component does it.
I'd like to passively catch encrypted BtHome advertisments sent by Xiaomi sensors running
pvvx
firmware. I have thebindkey
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...
The text was updated successfully, but these errors were encountered: