--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/txrVDtMoHaQJ.
To post to this group, send email to ope...@googlegroups.com.
To unsubscribe from this group, send email to openhab+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openhab?hl=en.
In the official app it is a color picker and a brightness slider, sorry ;)
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/0nKzyJzlNSUJ.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/KzBpS6XaD9MJ.
On Tue, Nov 20, 2012 at 3:58 PM, Shingoo <roman.ha...n@gmail.com> wrote:Hi Davy,totally correct. But I think the user would prefer to have a slider that allowes him to change the brightness without changeing the color. To do this with three RGB-Sliders is quiet tricky. Better would be a color wheel to select the color and a brightness slider. Of course this should be mapped to thre simple RGB values.Let's better discuss this here: https://groups.google.com/forum/?fromgroups=#!topic/openhab/OXXcR3bo0WACheers,Roman
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/niSFSz1053UJ.
To post to this group, send email to ope...@googlegroups.com.
To unsubscribe from this group, send email to openhab+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openhab?hl=en.
<rgbslider.jpg><rgbslider2.jpg>
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/IYyTxsNVl1UJ.
What do you have in mind for the command types supported by the Color Item? At first glance we would need :- OnOffType: Could be used for switching the entire strip on/off- IncreaseDecreaseType: Could be used for changing only the light intensity- StringType: for sending complex (looping) color fade commands
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/HzitSOT72PgJ.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/CHt2YV4t7hAJ.
--
You received this message because you are subscribed to the Google Groups "openhab" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openhab/-/bVEsxwLGPwcJ.
What would be the easiest way of making it available to the build process?
Hi Davy,
Is OLA that heavy? If the JVM/OSGi stack is up once, the pure event processing and execution should not demand for that much power, does it?
> In an ideal world, I would be able to run both OLA and OpenHab from one raspberry, but at this point I'm not convinced that my pi will be able to handle the load.
Btw, what size is the bundle that we talk about?
> If the load does turn out to be too much, I would like to keep my options open to run the OLA bundle on the raspberry and access it from OpenHab running on a different machine (another raspberry?) using distributed osgi.This clearly wouldn't be a "default" installation anymore - the default should imho be the "embedded" version in the lib folder.
> For this reason, I'm not to keen on including it as a lib in the binding bundle itself. Or maybe I could include it as a lib and run only a lightweight OpenHab demon on the rapsberry which shares it's event bus with another OpenHab instance.Well, you could include it as a lib and deactivate its use, if you find a remote DS available offering the DMXService (I doubt that it's a good idea to run openHAB as well there if all you really want is to have OLA running and exposing a service).
> Is this a setup anyone has ever tried?The very likely answer is no :-)
It needs to be a p2 repo.
> Anyway, I can probably get the bundle dependency published in Maven Central once it is ready to be released. Would this be OK for the build, or does it really need to be a p2 repository?
Thanks, at a very first glance it looks pretty good!
> I have also pushed an initial version of the dmx binding to my clone. When you have time, feel free to do a spot check on the code to check if it is up to openHab standards.
Thanks, especially for also already adding test cases for it!
> In my clone, there is also a changeset containing a fix for the decimal type (which had an error in the equals method) and the hsb type, which did not always convert correctly to RGB.
I'll have to hurry up now to work on the widget, so that we can fit both parts together soon - looking forward to it :-)
Regards,
Kai
--
You received this message because you are subscribed to the Google Groups "openhab" group.
No problem. I was wondering though, is there any special reason why tests are in separate bundles and not in the same bundle 'maven style'?