OSRAM Lightify Openhab2 Binding

Yaaaaay that was it! Everything is working like a Charm now. I am not
missing any IDs anymore.
Thx for your Time and Help. :slight_smile:

1 Like

So all of them have the right capabilities now or is anything missing? :slight_smile:

I havenā€™t tried adding the TW bulbs yet because Iā€™m still having problems with the RGBW timing out. It seems better. I was able to turn the RGBW lights onand off a bunch of times until they stopped and the same warnings appear

2017-04-04 01:10:00.182 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' to inbox.
2017-04-04 01:10:00.207 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'lightify:bulb-rgbw:027d74c8:9F38060000261884' to inbox.
2017-04-04 01:11:08.283 [WARN ] [.lightify.internal.link.LightifyLink] - Packet content, sent: 1700003211000000332B060000261884010000000000000000, received: 11000000000100332B060000261884001E00
2017-04-04 01:11:08.289 [WARN ] [.lightify.internal.link.LightifyLink] - Status code: 0x11, command: LIGHT_SWITCH
2017-04-04 01:11:08.294 [ERROR] [ome.core.thing.internal.ThingManager] - Exception occured while calling handler: java.lang.IllegalStateException: Illegal packet type: 0x0, command: LIGHT_SWITCH
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Illegal packet type: 0x0, command: LIGHT_SWITCH
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)[:1.8.0_121]
        at java.util.concurrent.FutureTask.get(FutureTask.java:206)[:1.8.0_121]
        at org.eclipse.smarthome.core.common.SafeMethodCaller.callAsynchronous(SafeMethodCaller.java:188)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:81)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.common.SafeMethodCaller.call(SafeMethodCaller.java:65)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.thing.internal.ThingManager.receiveCommand(ThingManager.java:369)[105:org.eclipse.smarthome.core.thing:0.9.0.b4]
        at org.eclipse.smarthome.core.items.events.AbstractItemEventSubscriber.receive(AbstractItemEventSubscriber.java:46)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:192)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.internal.events.OSGiEventManager$1.call(OSGiEventManager.java:1)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at org.eclipse.smarthome.core.common.SafeMethodCaller$CallableWrapper.call(SafeMethodCaller.java:179)[98:org.eclipse.smarthome.core:0.9.0.b4]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)[:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)[:1.8.0_121]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)[:1.8.0_121]
        at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
Caused by: java.lang.IllegalStateException: Illegal packet type: 0x0, command: LIGHT_SWITCH
        at org.openhab.binding.lightify.internal.link.LightifyLink.handleHeader(LightifyLink.java:367)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.internal.link.LightifyLink.onPacket(LightifyLink.java:181)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.internal.link.LightifyLink.readPacket(LightifyLink.java:385)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.internal.link.LightifyLink.perform(LightifyLink.java:157)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.internal.link.LightifyLink.performSwitch(LightifyLink.java:98)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.internal.link.LightifyLuminary.setSwitch(LightifyLuminary.java:43)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.handler.DeviceHandler.handlePowerSwitch(DeviceHandler.java:162)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.openhab.binding.lightify.handler.DeviceHandler.handleCommand(DeviceHandler.java:107)[183:org.openhab.binding.lightify:2.1.0.201704031709]
        at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:372)[105:org.eclipse.smarthome.core.thing:0.9.0.b4]
        at org.eclipse.smarthome.core.thing.internal.ThingManager$4.call(ThingManager.java:1)[105:org.eclipse.smarthome.core.thing:0.9.0.b4]
        ... 5 more
2017-04-04 01:11:13.734 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing lightify:bulb-rgbw:027d74c8:332B060000261884 takes more than 5000ms for processing event
2017-04-04 01:11:13.741 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-04 01:11:13.741 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:11:13.741 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:11:18.751 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:11:18.751 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:11:18.755 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-04 01:11:23.763 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing lightify:bulb-rgbw:027d74c8:332B060000261884 takes more than 5000ms for processing event
2017-04-04 01:11:23.763 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:11:23.765 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:11:55.595 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:11:55.595 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:11:55.597 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-04 01:12:00.597 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:12:00.597 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:12:05.599 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:12:05.599 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:12:10.601 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:12:10.601 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:12:15.603 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:12:15.603 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:12:20.605 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:12:20.607 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:12:25.608 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:12:25.612 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:12:30.610 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:12:30.626 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:12:35.612 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:12:35.628 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:12:40.614 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:12:40.630 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:12:45.617 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:12:45.632 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:12:50.619 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:12:50.635 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:12:55.628 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:12:55.637 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:13:00.630 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:13:00.639 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:13:05.632 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.
2017-04-04 01:13:05.641 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:13:10.634 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@1357cb9' takes more than 5000ms.
2017-04-04 01:13:10.642 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:13:15.646 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@e6c96a' takes more than 5000ms.
2017-04-04 01:13:15.646 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:13:20.648 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@71922e' takes more than 5000ms.
2017-04-04 01:13:20.654 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:13:25.651 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@1f32430' takes more than 5000ms.
2017-04-04 01:13:25.656 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:13:30.653 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@18be531' takes more than 5000ms.
2017-04-04 01:13:30.672 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@1517a3b' takes more than 5000ms.

BTW, any suggestions on how to continue to post to this thread? I tried to reply but got a warning that I exceeded the maximum number of replies for new users, so Iā€™m editing this one instead. Itā€™s going to make it really difficult to reply to your next reply.

1 Like

Yeah everything is there. Thx again. :slight_smile:

Am 03.04.2017 20:43 schrieb ā€œChristoph Engelbertā€ <bot@community.openhab.org

1 Like

Interesting you got the exception that a wrong packet was received and it seems right afterwards it starts to time out. So Iā€™ll change it in a way, that Iā€™ll just log the information but will just ignore the error. Still I wonder what happened here since so far Iā€™ve never seen status code 0x11. Do you use zones? Did you try to turn on / off zones or bulbs itself?

PS: looking into the ā€œnew user limitā€ issue

I have changed your level to ā€œbasic userā€, so you should be able to post here again. Otherwise, the other simplest solution to the problem is to engage yourself in other topics as well :slight_smile:

1 Like

Ok slightly updated version, exchanges exception with an log entry only and discard the message. I wonder if that fixes the issue, if it does, there seems to be a bug in openhab :slight_smile: Anyhow first I want to get it stable for you :slight_smile:

https://dl.dropboxusercontent.com/u/17040722/lightify/org.openhab.binding.lightify-2.1.0-SNAPSHOT.jar

No, no zones, no TW bulbs, and even no other bindings or rules. Iā€™m working with a clean openhab2 installation and have reset my osram network. Iā€™m trying to keep the setup as simple as possible, get it working, and then slowly add to it to help identify any conflicts.

Thanks @Kai ! Iā€™ve been waiting for someone like @noctarius to program the osram binding so that I could switch from SmartThings, and now Iā€™m jumping on the openhab bandwagon.

Iā€™ll try the new version out tonight and let you know how it goes. If it works consistently for a while, Iā€™ll add the TW bulbs to the network and test those as well.

1 Like

Same results unfortunately. After turning the lights on and off a few times, it stops responding. Even though they stop responding in openhab, I can switch to the OSRAM app and still control the lights, so I know that the bridge is still working.

2017-04-05 00:44:13.373 [INFO ] [.dashboard.internal.DashboardService] - Started dashboard at /start
2017-04-05 00:44:13.928 [INFO ] [basic.internal.servlet.WebAppServlet] - Started Basic UI at /basicui/app
2017-04-05 00:44:14.078 [INFO ] [arthome.ui.paper.internal.PaperUIApp] - Started Paper UI at /paperui
2017-04-05 00:44:14.330 [INFO ] [panel.internal.HABPanelDashboardTile] - Started HABPanel at /habpanel
2017-04-05 00:47:54.599 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'lightify:gateway:027d74c8' to inbox.
2017-04-05 00:47:59.603 [INFO ] [.lightify.internal.link.LightifyLink] - Reconnecting to lightify gateway: 192.168.0.106:4000
2017-04-05 00:48:00.172 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' to inbox.
2017-04-05 00:48:00.201 [INFO ] [g.discovery.internal.PersistentInbox] - Added new thing 'lightify:bulb-rgbw:027d74c8:9F38060000261884' to inbox.
2017-04-05 00:48:22.828 [WARN ] [.lightify.internal.link.LightifyLink] - Packet content, sent: 1600006809000000332B0600002618840000000000000000, received: 09000000000100332B060000261884011E00
2017-04-05 00:48:22.830 [WARN ] [.lightify.internal.link.LightifyLink] - Status code: 0x9, command: STATUS_SINGLE
2017-04-05 00:48:22.832 [WARN ] [.lightify.internal.link.LightifyLink] - Illegal packet type: 0x0, command: STATUS_SINGLE
2017-04-05 00:49:56.729 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@c88eed' takes more than 5000ms.
2017-04-05 00:49:56.736 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-05 00:49:58.343 [WARN ] [.lightify.internal.link.LightifyLink] - Illegal packet type: 0x32, command: STATUS_SINGLE
2017-04-05 00:49:58.398 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@c88eed' takes more than 5000ms.
2017-04-05 00:49:58.398 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-05 00:50:03.418 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@c88eed' takes more than 5000ms.
2017-04-05 00:50:03.418 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing lightify:bulb-rgbw:027d74c8:332B060000261884 takes more than 5000ms for processing event
2017-04-05 00:50:08.435 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@117e5d4' takes more than 5000ms.
2017-04-05 00:50:08.436 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing 'lightify:bulb-rgbw:027d74c8:332B060000261884' takes more than 5000ms for processing event
2017-04-05 00:50:08.440 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@c88eed' takes more than 5000ms.
2017-04-05 00:50:13.442 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.thing.internal.ThingManager@c88eed' takes more than 5000ms.
2017-04-05 00:50:13.443 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.autoupdate.internal.AutoUpdateBinding@10e6af9' takes more than 5000ms.
2017-04-05 00:50:13.448 [WARN ] [ome.core.thing.internal.ThingManager] - Handler for thing lightify:bulb-rgbw:027d74c8:332B060000261884 takes more than 5000ms for processing event
2017-04-05 00:50:18.444 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@19c6827' takes more than 5000ms.
2017-04-05 00:50:19.452 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@19c6827' takes more than 5000ms.
2017-04-05 00:50:23.447 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@c3030d' takes more than 5000ms.
2017-04-05 00:50:24.454 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.core.internal.items.ItemUpdater@c3030d' takes more than 5000ms.
2017-04-05 00:50:28.450 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.model.rule.runtime.internal.engine.RuleEngineImpl@8272f3' takes more than 5000ms.
2017-04-05 00:50:29.458 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@117e5d4' takes more than 5000ms.
2017-04-05 00:50:33.452 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.rest.sse.internal.listeners.SseEventSubscriber@117e5d4' takes more than 5000ms.
2017-04-05 00:50:34.460 [WARN ] [ore.internal.events.OSGiEventManager] - Dispatching event to subscriber 'org.eclipse.smarthome.io.monitor.internal.EventLogger@19c6827' takes more than 5000ms.

Looking at the time you normally answer, are you located in the US? I wonder if thereā€™s a difference in the firmware being distributed for Sylvania branded bulbs. Anyhow Iā€™m happy Iā€™ve added the ā€œsent & received packetsā€ since I can debug the output and thanks for your awesome help and your time you invest! :slight_smile:

Ok thatā€™s weird, there are actually 2 bytes missing in the header of your response packet. Thatā€™s why it fails. What is the firmware version of your gateway / lights?

Yes, US, Eastern (GMT-5) time zone. It says Gateway Wifi version 1.1.3.37, Zigbee 1.2.0.68, and Osram version 1.8.0. Itā€™s the latest version available.

No, thank you for the time youā€™re investing. I really appreciate it. Let me know if thereā€™s anything I can do or information I can supply to help.

Ok gateway version matches, I know the firmware is slightly different, since US has itā€™s own cloud instance. What is the light firmware (however I donā€™t expect that to be the issue) and what OpenHAB version do you use? 2.0.0?

Iā€™m not sure of the light version. They seem to have hidden the bulb version number from the System Update screen. I know thereā€™s no updates available. Iā€™m using the OpenHABianPi v1.2 image openhabianpi-ua-netinst-20170317-gitbd31755f-crc88a5ae46.img. I think thatā€™s 2.0.0, but canā€™t confirm right now.

So it doesnā€™t look like the screen shot for you?

No, it appears like this now. The bulbs used to be listed like they do for your Flex RGBW.

Whatā€™s the appā€™s distributor? OSRAM or Sylvania? There might be more difference than expected

OSRAM running on Android 7.0

Ok Iā€™ll put together a special version tomorrow for you, capturing all traffic between the gateway and openhabā€¦ this is certainly weird. I wonder if your openhab version works somehow differently in terms of threading, since itā€™s funny that some bytes are missing.

1 Like

Hey, sorry itā€™ll take a few days more, as Iā€™m on the road at the moment which means I cannot try if the changed code still works.