dentra

Results 27 comments of dentra

Looks similar to https://github.com/zigpy/zha-device-handlers/issues/1193

This component allow you make automations on device events. For example you can turn on some light when button click event occurs. Or if you want you can create template...

@gianlucaf81 hide passwords in your example

You don’t need a hub, just connect your device to Mi Home application. Then you can use `miot` integration with Xiaomi credentials to get bindkey automatically

The problem is most likely solved. Issue will be closed soon.

@timelyfiasco you already has got it but something went wrong when decoding a message. could you please provide a log with "mbedtls_ccm_auth_decrypt failed" but with "Got MiBeacon" before it?

@timelyfiasco I also see something strange in your configuration. It is two configured MCCGQ02HL, with MACs E4:AA:EC:**4D**:55:22 and E4:AA:EC:**44**:55:22, but only second is configured via miot.xiaomi_account. The log has the...

@timelyfiasco There really is some kind of problem with the bindkey. Is your device currently connected to the Mihome app and is it working correctly? This is a necessary condition...

`xiaomi_account` uses https://github.com/PiotrMachowski/Xiaomi-cloud-tokens-extractor to extract bindkeys. You can find a cache in .esphome/build//.xiaomi-devices.json. Or you can use Xiaomi-cloud-tokens-extractor itself. Also you can read https://custom-components.github.io/ble_monitor/faq#my-sensors-ble-advertisements-are-encrypted-how-can-i-get-the-key and find another way

Something is very strange with your configuration, for some reason your device is tied to 4 servers but not one. also, the bindkey is now different from what was in...