[SOLVED] TRADFRI over hue: no off event in basic ui

  • Platform information:
    • Hardware: x64Intel/8GB RAM
    • OS: Debian 9.8
    • Java Runtime Environment: openJDK 64 BIt, 1.8.0_181
    • openHAB version: 2.4
  • Issue of the topic: TRADFRI_bulb_E27_WS_opal_980lm via HUE got no OFF Event
  • Please post configurations (if applicable):
    • Items configuration related to the issue
    • Sitemap configuration related to the issue
    • Rules code related to the issue
    • Services configuration related to the issue
  • If logs where generated please post these here using code fences:

Hey,

this weekend I got a new Ikea tradfri bulb. The bulb is connected to my hue base. I can control evertyhing fine. But if I tunr off the bulb via HUE App this event is not showing up in basicUI. On the other side if I turn the light on via hue app, the will be shwon in basic ui (within a litte time).
As this things is just having 4 channels I’m using “color_temperature” as switch.

Switch Light_switch “switch” ( gLight) [“Lighting”, “Switchable”] {channel=“hue:0220:XXXXX:X:color_temperature”}

any Ideas what is missing?

Thanks.

_David

Hi @_David,

AFAIK the color_temperature channel cannot handle ON-OFF- commands. Did you try to use the brightness or color channel?

Awesome!
As my bulb has only brightness itried that: great thats the solution.

Thanks