Connect your Philips Hue Lights with ioBroker.
- Synchronize Lights
- Synchronize Groups
- Synchronize Scenes (including GroupScenes, LightScenes and Scenes from HueLabs)
- Synchronize Sensors
- Synchronize Schedules
- Synchronize Config
- Synchronize Resources
- Synchronize Rules
- Trigger changes on states
on/off
,brightness
(level
),hue
,saturation
,xy
,colorTemperature
,alert
,effect
andtransitiontime
- Additional triggers based on color spaces for
rgb
,hsv
andhex
- Apply own combination of commands using
_commands
trigger - Control lights of all groups at once using
0-all
group - Run scene or apply
_scene
on light or group
Please also see release page for changelog and detailed information.
- (Zefau) add full support for Hue Labs scenes
- (Zefau) add retry if bridge returns error
socket hang up
- (Zefau) add retry if device is not reachable
- (Zefau) added scenes from Hue Labs
- (Zefau) fixed incorrect omitting GroupScenes
- (Zefau) fixed issue setting devices with
bri
/brightness
(e.g. plugs)
-
(Zefau) BREAKING CHANGE changed certain objects due to standardization (see https://forum.iobroker.net/post/298019)
- changed
bri
tobrightness
* - changed
sat
tosaturation
* - removed
hue_degrees
- changed
hue
(changed value range from 0-65535 (native Hue API) to 0-360°C) - changed
ct
tocolorTemperature
* (changed value range from 153-500 (native Hue API) to 2000-6500K) - changed
_hex
tohex
- changed
_hsv
tohsv
- changed
_rgb
torgb
- removed
_cmyk
* - removed
_xyz
*
- changed
-
fixed incorrect conversion between color spaces (
rgb
,hex
, etc.)
Note: If you are using the state _commands
renaming is not necessary for the states ct
(adapting the value range is required), bri
or sat
.
- (Zefau) BREAKING CHANGE: changed grouping of scenes and added option to choose how objects are mapping (either
scenes.<group>.<scene>.objects
orscenes.<scene>.<group>.objects
) - (Zefau) retrieving group for all-lights directly from Hue Bridge API (instead of assembling through states)
- (Zefau) added option to delete outdated devices (gargabe collector)
The MIT License (MIT)
Copyright (c) 2019 Zefau [email protected]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.