Skip to content

denwilliams/milight-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

milight-mqtt

Control Milight/Limitless globes using the older v4 version of WiFi hub via MQTT.

Only does the older white globes since that's all I've got running in my place.

CONFIG_PATH=./my_config_file.yml node main

Toggle power by sending a message to:

  • milight/set/{id}/off
  • milight/set/{id}/on

Send any command documented here using raw

  • milight/set/{id}/raw

... with an array of commands as the body

["on","brightness:100","hue:10"]

Listen for changes via

  • milight/status/{id}

About

Control Milight/Limitless globes using the older v4 version of WiFi hub via MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published