Releases: rektdeckard/huebert
v0.1.3
This update adds Light Group management features, and addresses general pain points and UI jank. It is also now packaged for Debian/Ubuntu and macOS!
Features
- Create and Delete
LightGroups
,Rooms
andZones
from the app!- Groups are fully compatible with other Hue applications
- Apply classes to Rooms, like
Office
orKitchen
- Collapse your Groups so you don't have to look at all your lights all the damn time, per #5
- UI Tweaks
- Improved toolbar in
Home
view that now sticks to the top - Toolbar buttons and other elements now have tooltips so you know what they do
- Selected items in
List
view are now highlighted instead of checkmarked - Groups containing only Ambiance lights now show their color temp in
List
/Card
view
- Improved toolbar in
- Debian/Ubuntu package!
Bugs
- Device setup
- Address #3 by adding a help section for web users having issues connecting to their Bridge due to CORS restrictions
- Error message now correctly appears when Hue Bridge refuses connection or Pair button not pressed
- UI Jank
- Various visual glitches related to Dark Mode
- Brightness sliders were different lengths
- Various small bugs
v0.1.2
Huebert
is a web and desktop client for Philips Hue lighting and home automation, built in Electron
and React
. It was born out of pure laziness, as are all my programming endeavors, and it is my hope that it allows you to be just as lazy as I am.
This update introduces dark mode, along with some other UI improvements and bug fixes.
Features
- Toggle-able dark mode!
- Selectable layout: choose between List and Card views to browse and control your lights and groups
- Control
groups
and their childlights
from the same page
Bugs
- Fixed an issue where sync would continue while the app was in the background
- Fixed
group
not updating when its childlight
was adjusted - Various small bugs
v0.1.1
Huebert
is a desktop client for Philips Hue lighting and home automation, built in Electron
and React
. It was born out of pure laziness, as are all my programming endeavors, and it is my hope that it allows you to be just as lazy as I am.
This is the first of hopefully many releases. For the time being, only Windows binaries are provided -- though I plan to package for Linux and macOS in the very near future. Instructions to build from source can be found in README.md
.
Features
- View and control your
lights
,groups
, andzones
- Toggle, dim, and adjust color
- Apply specific colors by
hex
orrgb
value, or choose from a palette of common colors - Adjust multiple
lights
simultaneously - Apply
scenes
to light groups
- Automatic sync with Hue Bridge
- UI components reflect the true state of your lights, not the local state
- Sync occurs every time you make an adjustment, and every 10 seconds while the app is in the foreground, so changes made from other apps and devices appear
- Quick setup with one-click connect to your Hue Bridge
Bugs
- Fixed #1, Hue White bulbs are now supported and the
colorpicker
is hidden while selected @scruffles - Fixed a bug where color temperature of Hue White Ambiance bulbs was not being adjusted