Skip to content

Jasper module to turn on, turn off and dim your lights

License

Notifications You must be signed in to change notification settings

noamshemesh/jasper-milight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jasper-milight

Jasper module to turn on, turn off, set to white and dim your lights. supporting all 4 groups

INSTALLATION

  1. clone this repository to a machine with jasper installed
  2. run pip install -r jasper-milight/requirements.txt to install requirements (you may need root privileges)
  3. copy jasper-milight/Light.py to $JASPER_HOME/client/modules (replace $JASPER_HOME with jasper home if not set)

CONFIGURATION

  1. add to your ~/.jasper/profile.yml the following configuration:
    milight:
      ip: <your controller ip> [required]
      port: 8899
      wait_duration: 200
      bulb_type: ['rgbw']
    

written values are the defaults.

About

Jasper module to turn on, turn off and dim your lights

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages