adapter for ioBroker for LED-lamps like milight, easybulb, limitless
in admin page
in admin page
The Zone0 or ZoneAll can be used to give commands to all 4 zones, the adapter is configured in v6 with base/bridge commands and in v5 with rgbw commands.
available state | basic/bridge | White | RGB | RGBW | RGBWW |
---|---|---|---|---|---|
ON/OFF as switch | state(zone1), function | state(zone), function | state(zone1), function | state(zone), function | state(zone), function |
ON as button | on(zone1), native | on(zone), native | on(zone1), native | on(zone), native | on(zone), native |
OFF as button | off(zone1), native | off(zone), native | off(zone1), native | off(zone), native | off(zone), native |
colorMode as boolean state | colorMode (0=nightMode, 1=whiteMode) | colorMode (0=nightMode, 1=whiteMode) | |||
maxWhite as button | maxBright(zone), native | ||||
whiteMode as button | whiteMode(zone1), native | whiteMode(zone), native | whiteMode(zone), native | ||
nightMode as button | nightMode(zone), native | nightMode(zone), native | nightMode(zone), native | ||
brightness as value (0-100%) | brightness(zone), native | brightness(zone), native | brightness(zone), native | ||
color as 3 hex values | color(zone), native | color(zone), native | color(zone), native | color(zone), native | |
rgb as combined value (#000000 - #FFFFFF) | rgb(zone), native | rgb(zone), native | rgb(zone), native | rgb(zone), native | |
mode as value | mode(zone), native | mode(zone), native | mode(zone), native | ||
modeSpeedUp as button | modeSpeedUp(zone), native | modeSpeedUp (zone), native | modeSpeedUp (zone), native | ||
modeSpeedDown as button | modeSpeedDown (zone), native | modeSpeedDown(zone), native | modeSpeedDown(zone), native | ||
link as button | link(zone), native | link(zone), native | |||
unlink as button | unlink(zone), native | unlink(zone), native | |||
saturation as value (0-100%) | Saturation (zone), native | ||||
colorTemp as value (0-100 equals to 2700K to 6500K) | colorTemp (zone), native | ||||
brightnessUp as button | brightnessUp (zone), function | brightnessUp (zone), native | brightnessUp (zone), native | brightnessUp (zone), function | brightnessUp (zone), function |
brightnessDown as button | brightnessDown (zone), function | brightnessDown (zone), native | brightnessDown (zone), native | brightnessDown (zone), function | brightnessDown (zone), function |
colorUp as button | colorUp(zone), function | colorUp(zone), function | colorUp(zone), function | ||
color Down as button | color Down(zone), function | color Down(zone), function | color Down(zone), function | ||
saturationUp as button | saturationUp (zone), function | ||||
saturationDown as button | saturationDown (zone), function | ||||
colorTempUp as button | colorTempUp (zone), native | colorTempUp (zone), function | |||
colorTempDown as button | colorTempDown (zone), native | colorTempDown (zone), function | |||
hue as value (0-360) | hue (zone), function | hue (zone), function |
available state | RGB | White | RGBW |
---|---|---|---|
ON/OFF as switch | state(zone), function | state(zone), function | state(zone), function |
ON as button | on(zone), native | on(zone), native | on(zone), native |
OFF as button | off(zone), native | off(zone), native | off(zone), native |
colorMode as boolean state | colorMode (0/hs=whiteMode, 1/ct=color(hue=55)) | ||
maxWhite as button | maxBright(zone), native | ||
whiteMode as button | whiteMode(zone), native | ||
nightMode as button | nightMode(zone), native | ||
color as hue value (0-255) | hue, native | ||
rgb as combined value (#000000 - #FFFFFF) | rgb, native | ||
colorTempUp as button | warmer, native | ||
colorTempDown as button | cooler, native | ||
brightness as value (0-100%) | brightness, native | ||
brightness as value (0-100%), extended range | |||
effectModeNext as button | effectModeNext, native | ||
speedUp as button | speedUp, native | effectSpeedUp, native | |
speedDown as button | speedDown, native | effectSpeedDown, native | |
brightUp as button | brightUp, native | brightUp, native | |
brightDown as button | brightDown, native | brightDown, native | |
effectModeNext as button | effectSpeedUp, native | ||
effectModePrev as button | effectSpeedDown, native |
effectSpeedUp/Down has different meaning (for rgb changes the mode, for rgbw it changes the speed)!
in admin page of adapter version 5 also to be used for v4 lamps
The MIT License (MIT)
Copyright (c) 2018 - 2020 foxthefox foxthefox@wysiwis.net