Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 707 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 707 Bytes

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.