HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

Do not send output without client #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using boblight with ola, so maybe it is plugin specific, but currently 
boblight does the following:

When boblight is started, my lights go black. I cannot control them with other 
software anymore. When a client connects, it adjusts lights correctly. When 
client disconnects, lights stay at the level of what client sent (and go black 
some time afterwards afaik). I still cannot control them with other software 
until I stop boblightd.

Can boblight (or is it the ola plugin?) be changed so that it only sends 
signals to light controllers if a client is connected? So when boblightd 
starts, it does not adjust anything until first client connects (and possibly 
until it sends first output?). When client disconnects, boblightd should again 
stop sending anything to the controllers.

Original issue reported on code.google.com by markus.d...@gmail.com on 24 Aug 2012 at 12:20

GoogleCodeExporter commented 9 years ago
Yeah should be possible, the LTBL implementation in boblightd already does 
something similar.

Original comment by bob.loo...@gmail.com on 26 Aug 2012 at 1:51