Hello
I have the same error as the original poster, and these suggestions dont seem to resolve it. In the logs:
2017-03-11 18:45:31.736 [WARN ] [ome.core.thing.internal.ThingManager] - Cannot delegate command ‘ON’ for item ‘HSE_MBR_NightStandBSwitch’ to handler for channel ‘milight:rgbLed:ACCF2391469A:7’, because no thing with the UID ‘milight:rgbLed:ACCF2391469A’ could be found.
My Item:
Switch HSE_MBR_NightStandBSwitch “Night Stand Sw-B” {channel=“milight:rgbLed:ACCF2391469A:7”}
Sitemap item:
Switch item=HSE_MBR_NightStandBSwitch
And in PaperUI it’s defined as:
I understand well the channel numbers and to append functions to the end for dimmers, etc, but I cant even get it to turn off and on. The smartphone app works, I can access the webpage of the bridge at the IP that the autodetect finds it at. I set a reserved IP for this, 192.168.2.35 in my router so it wont move. Of course as your can see, I’m working with 1 RGBW Series bulb, and I believe my hub is a V3 with the black label - pictures of it and setup:
I also followed some instuctions and added this to my things folder:
milight.things
Bridge milight:bridge:ACCF2391469A “Milight Bridge”@“Home” [ ADDR=“192.168.2.35”, PORT=8899, REFRESH=2, ID=“ACCF2391469A” ]
{
Thing whiteLed 0 "White LED ALL"
Thing whiteLed 1 "White LED 1"
Thing whiteLed 2 "White LED 2"
Thing whiteLed 3 "White LED 3"
Thing whiteLed 4 "White LED 4"
Thing rgbLed 5
Thing rgbLed 6 "Color LED ALL"
Thing rgbLed 7 "Color LED 1"
Thing rgbLed 8 "Color LED 2"
Thing rgbLed 9 "Color LED 3"
Thing rgbLed 10 "Color LED 4"
}
But, again, according to all the documentation I find, I should need it because everything autodetected. It made no difference, so I removed it.
Am I just referencing the item incorrectly in my items file? According to all the documentation and Wiki, I think it should be working, but I must overlook something. If it matters, it’s running on Openhab2 on Debian Jesse on a piece of junk Pine64. 64bit JavaVM is at 1.8.0.111-b14.
Thanks for your ideas in advance. Hope I was clear enough.
Best regards,
Jim