If I get some time tonight I will let you know. I have one. Also did I miss in the code. When you click color changing how long is it suppose to be till it changes?
I’m new to Smart Things (this is my 1st post, actually), so sorry if this is something that should be obvious. Is there a way to activate one of your functions, such as color loop, with another device? I’d like to set up a button on an Aeon Minimote to trigger a function or two. Also, what does the Configure button do? Nothing seems to happen when I press it.
Thanks for making this available! I love the added functionality.
Yea the status is not updating at all, that should be fixed so we can use apps like CoRE properly. The light doesn’t know if it is on or not even what the dim level should be. Also, I keep seeing the following error show up which should be cleaned up as well
8:14:05 AM: error groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.lang.Long#minus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
[class java.lang.Character]
[class java.lang.Number] @ line 264
looks like the error is still there and the status is not updating either:
12:29:51 PM: error groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method java.lang.Long#minus.
Cannot resolve which method to invoke for [null] due to overlapping prototypes between:
[class java.lang.Character]
[class java.lang.Number] @ line 264
I’ve updated the DTH. I was filtering events to prevent duplicates, but it may have caused the status not to update. Took the filter out.
I’ve noticed that at times, Hue indicator (and some other UI elements) is not updating – it’s a ST problem. Just for kicks, I changed createEvent to sendEvent in parse and it started working again. Anyway, if that’s happening, let me know, and I’ll post a DTH with sendEvent instead of createEvent, even though that’s not in-line with the API.