Skip to content
/ pyhue Public

A python project to read Philips Hue sensor readings

Notifications You must be signed in to change notification settings

dariusjs/pyhue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyhue - a python Philips Hue bridge reader

Currently aiming at reading the temperature readings and logging them to InfluxDB.

To get an API key from the bridge

curl -d '{"devicetype:"appnamer#device"}' --header "Content-Type: application/json" --request POST http://<bridge IP address>/api

Run the program

HUE_API_KEY=your generated Hue API Key
INFLUX_DB_ADDRESS=http://<your influx db address>:8086/write?db=<influx database name>

About

A python project to read Philips Hue sensor readings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages