0.2.0 • Published 6 years ago

milight-mqtt v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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}