homebridge-flowerpower

0.0.1 • Public • Published

homebridge-flowerpower

Parrot Flower Power plugin for Homebridge

This plugin allows you to connect your Parrot Flower Power sensors to HomeBridge. Currently, it only allows you to access the sensors like air temperature, as well as the standard system data.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-flowerpower
  3. Update your configuration file. See sample config.json snippet below.

Configuration

Configuration sample:

   "platforms": [
   	{
   		"platform": "FlowerPower",
   		"name": "Flower Power"
   	}
   ]

Fields:

  • "platform": Must always be "FlowerPower" (required)
  • "name": Can be anything (required)

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-flowerpower

    Weekly Downloads

    2

    Version

    0.0.1

    License

    ISC

    Last publish

    Collaborators

    • kraigm