Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
/ MiLights Public archive
forked from ptbw/MiLights

Builds on top of ledcontroller and ha bridge to allow control of MiLights from the command line

Notifications You must be signed in to change notification settings

vwillcox/MiLights

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiLights

I could not get HaBridge to reliably send commands to a MiLight controller so I created a small application to ensure the commands were sent.

Builds on top of ledcontroller and ha bridge to allow control of MiLights from the command line.

LedController can be found here: https://github.com/ojarva/python-ledcontroller

And Ha Bridge found here: https://github.com/bwssytems/ha-bridge

Usage:

lights.py -c command -v value -z zone

command is:

on
dim
off

value is:

When used with on is one of white, red, green, blue

When used with dim is a number between 0 and 100

When used with off is not used

zone is:

 1, 2, 3 or 4 for the zone you want to control

 To Control all zones use a string like All

Can be used with

on

off

dim

About

Builds on top of ledcontroller and ha bridge to allow control of MiLights from the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%