Skip to content

DIYHue codebase to send UDP Commands to Milight bulbs

Notifications You must be signed in to change notification settings

0x7878/diyHue_MiLight_tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiyHue MiLight Tests

This Project used the DIYHue codebase as a minimum subset to send some UDP Commonads to a Milight Bridge v6. It will change the color of a bulb as fast as you configure. It was usefull to me figure out which paramater fits without overloading the bridge.

Setup

  • clone this repo
  • your milight bridge should already have a configured UDP Listener
  • adjust the variable addresses in the main.py to your needs. (change the IP and the port)
"9": {
        "group": 1,
        "ip": "192.168.1.224",
        "light_type": "rgbww",
        "port": 5987,
        "protocol": "mi_box"
  • to start the project enter: python main.py

About

DIYHue codebase to send UDP Commands to Milight bulbs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages