SkillAgentSearch skills...

Pyhue

Python library for the Philips Hue personal lighting system

Install / Use

/learn @aleroddepaz/Pyhue
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

pyhue

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/.

View on GitHub
GitHub Stars33
CategoryDevelopment
Updated8mo ago
Forks9

Languages

Python

Security Score

82/100

Audited on Jul 8, 2025

No findings