Philips Hue desktop app to control lights and sensors.
⚠️ This app won't work in your web browser because it needs a local environment to communicate with Hue API. A working desktop app will be released when Flutter will be more mature for desktop. In the meantime, you can run this app locally in your web browser with the commandflutter run -d chrome
.
The features are pretty basic for now.
- Control lights
- Change hue, brightness, saturation
- Use random palette colors
- Control sensors
- Switch ON/OFF
- Control groups (& rooms)
- Switch ON/OFF
lumi does not have all features of the mobile app like sensors' rules edit or Hue Labs. Instead, it focuses on lights and sensors' control.
Also, it is not possible to delete users in third party apps.
- Install Fluter
- Clone this project
git clone https://github.com/rootasjey/lumi.git
- Navigate inside the local folder with
cd lumi
- Inside the local folder, run
flutter pub get
- Run the app with
flutter run -d chrome
MIT