2.2.6 • Published 2 years ago

@jbyerline/homebridge-purple-powerbase v2.2.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

homebridge-purple-powerbase

Simple HTTP Homebridge plugin for the Reverie Purple Powerbase


Installation

Please read through the README for the Python Flask API that is required for this plugin to work: here.

Once that is completed you can update your config file to match the pattern below.

Device Configuration

{
    "accessory": "Purple Powerbase",
    "name": "Purple Powerbase",
    "base_url": "http://10.0.0.214:8000",
    "led_type": "bluetooth"
}

Configuration Params

ParameterDescriptionRequired
accessoryname of the plugin (must be Purple Powerbase)
namename of the accessory in Home app
base_urlurl endpoint for whatever is receiving these requests
led_typebluetooth or GPIO

Help

  • Make sure specify a port (probably 8000). (i.e. "base_url" : "http://192.168.X.XXX:8000")
2.2.1

2 years ago

2.0.3

2 years ago

2.2.0

2 years ago

2.1.1

2 years ago

2.0.2

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.2.5

2 years ago

2.2.4

2 years ago

2.2.6

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

4 years ago