josecastroleon / pimatic-flowerpower

Pimatic Plugin that retrieves some sensor data from the Parrot Flower Power

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pimatic-flowerpower

Pimatic Plugin that retrieves some sensor data from the Parrot Flower Power

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": "flowerpower"
},

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

{
  "id": "flowerpower",
  "class": "FlowerPowerDevice",
  "name": "flowerpower",
  "uuid": "01234567890a"
}

Then you can add the items into the mobile frontend

About

Pimatic Plugin that retrieves some sensor data from the Parrot Flower Power


Languages

Language:CoffeeScript 100.0%