dashlight
v1.0.1
Published
A web-based control panel for Belkin WeMo devices built with PHP.
Downloads
1
Readme
#Dashlight This is a web-based dashboard for WeMo lights.
You can install it using npm:
npm install dashlight
The repository and npm package include a first-time setup script. Make it executable like this:
sudo chmod +x WeMo_Panel_Setup.sh
Then run it (the script requires sudo to install the dependencies):
sudo ./WeMo_Panel_Setup.sh
The script will prompt you for the number of WeMo devices and their IP addresses, and create PHP scripts to turn them on and off.
The libraries used in this project are courtesy of Thorne Melcher (GitHub: ExistentialEnso), and are licensed under LGPL v3.