Hue power socket / dimmer not longer supported as thing?

Hi,
in the meanwhile some huge changed happened to the hue-binding (how things are handled did change i think).
After i did re-configure the channel of the bulbs (in items file), everything worked like aspected. But my hue power socket / dimmer are not visible as thing any longer.

2016-07-16 23:06:23.336 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate command 'ON' for item 'Licht_Schubladen' to handler for channel 'hue::00178823af43:3:brightness', because no thing with the UID 'hue::00178823af43:3' could be found.
2016-07-16 23:06:23.344 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate update 'ON' for item 'Licht_Schubladen' to handler for channel 'hue::00178823af43:3:brightness', because no thing with the UID 'hue::00178823af43:3' could be found.
2016-07-16 23:06:23.507 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate command '100' for item 'Licht_Stehlampe' to handler for channel 'hue::00178823af43:2:brightness', because no thing with the UID 'hue::00178823af43:2' could be found.
2016-07-16 23:06:23.515 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate update '100' for item 'Licht_Stehlampe' to handler for channel 'hue::00178823af43:2:brightness', because no thing with the UID 'hue::00178823af43:2' could be found.
2016-07-16 23:06:33.133 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate command 'ON' for item 'Licht_Kueche_Spuele' to handler for channel 'hue::00178823af43:15:brightness', because no thing with the UID 'hue::00178823af43:15' could be found.
2016-07-16 23:06:33.142 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate update 'ON' for item 'Licht_Kueche_Spuele' to handler for channel 'hue::00178823af43:15:brightness', because no thing with the UID 'hue::00178823af43:15' could be found.
2016-07-16 23:07:33.879 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate command 'OFF' for item 'Licht_Kueche_Spuele' to handler for channel 'hue::00178823af43:15:brightness', because no thing with the UID 'hue::00178823af43:15' could be found.
2016-07-16 23:07:33.880 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate update 'OFF' for item 'Licht_Kueche_Spuele' to handler for channel 'hue::00178823af43:15:brightness', because no thing with the UID 'hue::00178823af43:15' could be found.

I can’t find them at the paper ui. Are they not longer supported by the binding?

Were they ever supported by the 2.0 binding? I don’t think so…

YES!

Before the items transformed from LCT001, etc. to the new format they where visible in the paper ui inbox. And i used them as “brightness” item. I still can control them with the Hue App with my Smartphone, but OH2 don’t notice them.

Hey, it is not fair to change the title in the middle of a discussion. Are we still talking about “wall mount switches” like the hue Tap?

I’ve changed the titel YESTERDAY 2 Minutes after adding the post because wall mount switches wasn’t the right thing to talk about. I’ve mixed it up.

No, we are talking about power sockets that can switch on/off or dimm.

They should still work as before. Reconfiguring the items file is not enough, your log states that you do not have a Thing defined for them. You need to use either discovery or define them manually in a things file (see the hue binding docs).

But discovery isn’t working. Have 3 of them. And all 3 are not found.

Ok, I just tested it myself with a LivingWhites adapter and I can confirm that there is an issue. I have entered https://github.com/eclipse/smarthome/issues/1874 for it. Thanks for reporting!