janlingen / toggle-hue

💡 simple python script to toggle your Philips hue lights with speech recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

toggle-hue

simple python script to toggle your Philips hue lights with speech recognition

how to get the script running:

  • install needed packages
  • get the of your Philips Hue Bridge and export it as enviroment variable
    • example: export IP=127.0.0.1
  • get a Philips hue bridger user and export it as enviroment variable
  • run python hue.py
  • the default trigger name is called sarah
    • example call: sarah light to toggle your lights on/off

customizing the script

  • if you would like to add or remove lights, edit the function run_sarah
  • if you would like to change the trigger name, edit the function take_command

About

💡 simple python script to toggle your Philips hue lights with speech recognition

License:MIT License


Languages

Language:Python 100.0%