Skip to content

Commit 322a93e

Browse files
Update README.md
1 parent 878e9d0 commit 322a93e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ See [main.py](main.py) for a more robust example.
4747
## Will it run on Microcontroller X?
4848
If the device has Bluetooth and can run recent versions of MicroPython, it should work.
4949

50+
## What about encryption?
51+
Sorry. Although [BTHome offers encrypted communication](https://bthome.io/encryption/), the [MicroPython AES encryption](https://docs.micropython.org/en/latest/library/cryptolib.html) implementation does not support the CCM mode required for BTHome encryption.
52+
5053
## Can it do more than temperature and humidity?
5154
My goal was to create an outdoor sensor to measure temperature, humidity, and illuminance so I could make automation decsions in Home Assistant. I've included nearly the entire list of object_ids described in the [BTHome v2 format](https://bthome.io/format), but those outside of temperature, humidity, and battery level are untested in real world scenarios.
5255

0 commit comments

Comments
 (0)