Skip to content

matthias-bs/MicroPython-MiFlora

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

MiFlora MiFlora_screenshot

MicroPython-MiFlora

MicroPython library for Xiaomi Mi Flora (aka. flower care) BLE¹ plant sensors

¹ BLE: Bluetooth Low Energy

The library reads the following data from the device:

  • firmware version
  • battery level
  • temperature
  • light intensity
  • moisture
  • conductivity

The sensors' BLE MAC addresses must be supplied by the user in the variable miflora_sensors.

Example:

# MAC addresses of two Mi Flora sensors
miflora_sensors = [ 
    bytes(b'\xC4\x7C\x8D\x66\xA5\x3D'),
    bytes(b'\xC4\x7C\x8D\x66\xA4\xD5')
]

The MAC addresses can be found as follows:

The code was tested with MicroPython V1.15 on ESP32 (build esp32-20210418-v1.15.bin) with Mi Flora Firmware V3.2.2

MicroPython-MiFlora is based on the following code and documentation:

About

MicroPython library for Xiaomi Mi Flora (aka. flower care) BLE plant sensors

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages