Fork me on GitHub

pimatic-ble-mi-flora by Rogier van Staveren | github | npm

pimatic-ble-mi-flora

Pimatic Plugin that monitors Xiaomi Mi Flora BLE devices.

Configuration

If you don't have the pimatic-ble plugin add it to the plugin section:

{
  "plugin": "ble"
}

Then add the plugin to the plugin section:

{
  "plugin": "ble-mi-flora"
},

Then add the device entry for your device into the devices section:

{
  "id": "mi-flora",
  "class": "MiFloraDevice",
  "name": "Plant",
  "uuid": "c47c8d000000",
  "interval": 60000
}

Then you can add the items into the mobile frontend.

You can also use Discover Devices on the Pimatic Devices screen and your Mi Flora will be automaticly discovered.

Plugin Config Options

MiFlora
OptionDescriptionDefault
debug
boolean
Debug mode. Writes debug messages to the Pimatic log, if set to true.
false

Device Config Options

pimatic-ble-mi-flora device config schemas

MiFloraDevice

Xiaomi Mi Flora config options
OptionDescriptionDefault
uuid
string
uuid of the Mi Flora to connect
interval
number
Interval between requests
300000
pimatic-ble-mi-flora is written by Rogier van Staveren