homebridge-gpio-ledstrip

0.0.2 • Public • Published

homebridge-gpio-ledstrip

RPi GPIO based LED Strip plugin for Homebridge

Installation

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

Configuration

Configuration sample:

   "accessories": [
     {
       "accessory": "GPIORGBLEDStrip",
       "name": "Kitchen Cabinet Strip",
       "redPin": 22,
       "greenPin": 27,
       "bluePin": 17
     }
   ]

Fields:

  • "accessory": Must always be "GPIORGBLEDStrip" (required)
  • "name": Can be anything (required)
  • "redPin": GPIO pin that is used to set red value (required)
  • "greenPin": GPIO pin that is used to set green value (required)
  • "bluePin": GPIO pin that is used to set blue value (required)

/homebridge-gpio-ledstrip/

    Package Sidebar

    Install

    npm i homebridge-gpio-ledstrip

    Weekly Downloads

    2

    Version

    0.0.2

    License

    ISC

    Last publish

    Collaborators

    • kraigm
    • giniae