Skip to main content

Python library for the Philips Hue personal lighting system

Project description

Python library for the Philips Hue personal lighting system.

Installation

You can install pyhue with pip install pyhue or download pyhue.py and place it in your project directory.

Example

import pyhue

bridge = pyhue.Bridge('my_ip_address', 'my_username')
for light in bridge.lights:
    light.on = True
    light.hue = 0

Features

  • Object-oriented mapping of the RESTful interface.

  • Major support of the v1.0 of the API: Lights, Groups, Schedules.

  • Conversion of basic color models.

See the complete documentation of the Philips Hue personal lighting system on http://developers.meethue.com.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

pyhue-0.7.5.zip (18.2 kB view hashes)

Uploaded Source

pyhue-0.7.5.tar.gz (16.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page