Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 709 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 709 Bytes

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.