Skip to content

daniel1v/ioBroker.hue-extended

 
 

Repository files navigation

Logo

ioBroker.hue-extended

Connect your Philips Hue Lights with ioBroker.

Paypal Donation

Number of Installations Stable Version NPM Version Commits since last release Travis CI Downloads

NPM

Features

  • 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 and transitiontime
  • Additional triggers based on color spaces for rgb, hsv and hex
  • 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

Changelog

Please also see release page for changelog and detailed information.

1.1.7 (2019-11-23)

  • (Zefau) fixed incorrect behaviour of garbage collector (again)

1.1.6 (2019-11-07)

  • (Zefau) fixed effect and alert not being applied correctly

1.1.5 (2019-11-05)

  • (Zefau) added option for conversion of colorTemperature to xy for non-Philips lights (see #9)
  • (Zefau) fixed conversion of hue to xy for groups consisting of either only Philips lights, mixed lights or only non-Philips lights (see #11)
  • (Zefau) fixed conversion of hue to xy to only convert if xy is actually supported by the light

1.1.3 / 1.1.4 (2019-10-31)

  • (Zefau) added option for secure connection via SSL/TLS
  • (Zefau) fixed scenes not being applied correctly

1.1.2 (2019-10-29)

  • (Zefau) added option to (not) synchronise duplicated scenes
  • (Zefau) added reworked garbage collector (deletion of old states)
  • (Zefau) fixed transitiontime not being applied correctly (see #8)

1.1.1 (2019-10-28)

  • (Zefau) removed garbage collector (deletion of old states) due to incorrect behaviour

1.1.0 (2019-10-27)

  • (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

1.0.2 (2019-10-20)

  • (Zefau) added scenes from Hue Labs

1.0.1 (2019-10-20)

  • (Zefau) fixed incorrect omitting GroupScenes

1.0.0 (2019-10-20)

  • (Zefau) fixed issue setting devices with bri / brightness (e.g. plugs)

1.0.0-rc.1 (2019-10-13)

  • (Zefau) BREAKING CHANGE changed certain objects due to standardization (see https://forum.iobroker.net/post/298019)

    • changed bri to brightness*
    • changed sat to saturation*
    • removed hue_degrees
    • changed hue (changed value range from 0-65535 (native Hue API) to 0-360°C)
    • changed ct to colorTemperature* (changed value range from 153-500 (native Hue API) to 2000-6500K)
    • changed _hex to hex
    • changed _hsv to hsv
    • changed _rgb to rgb
    • removed _cmyk*
    • removed _xyz*
  • 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.

0.9.0 (2019-10-13)

  • (Zefau) BREAKING CHANGE: changed grouping of scenes and added option to choose how objects are mapping (either scenes.<group>.<scene>.objects or scenes.<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)

License

The MIT License (MIT)

Copyright (c) 2019 Zefau zefau@mailbox.org

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.

About

Connect your Philips Hue with ioBroker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 85.9%
  • HTML 13.4%
  • CSS 0.7%