Using atmolight with this log output:
tail -f /.boblight/boblightd.log
19:58:17.878130 (CConfig::BuildConfig) building config
19:58:17.889614 (CConfig::BuildConfig) built config successfully
19:58:17.889950 (main) starting devices
19:58:17.890722 (CClientsHandler::Process) opening listening socket on *:19333
19:58:17.891402 (CDevice::Process) ambilight: starting with output "/dev/ttyUSB0"
19:58:17.892851 (CDevice::Process) ambilight: setting up
19:58:17.906399 (CDevice::Process) ambilight: setup succeeded
19:58:20.878176 (CClientsHandler::Process) 127.0.0.1:55474 connected
19:58:20.879190 (CClientsHandler::ParseMessage) 127.0.0.1:55474 said hello
19:58:20.886667 (CClientsHandler::ParseSet) 127.0.0.1:55474 priority set to 128
and this boblight.conf:
#############################################################
# #
# Boblight Configuration file for Atmolight 4 channel #
# #
#############################################################
#
# CHANNELS
#
# Channels is calculate by number of lights*3
#
# 16 lights wil be 48 channels
# 8 lights wil be 32 channels
# 4 lights wil be 12 channels
# 2 lights wil be 6 channels
# and so on....
#
#############################################################################################
#
# TYPE
#
# Type can be:
# karate, atmolight or momo
# for more info, go to this link:
http://code.google.c...ki/boblightconf#
#############################################################################################
#
# NICE LIGHTS CALCULATOR
http://sanya.tarhelyszolgaltato.eu/#
#############################################################################################
[global]
#interface 10.0.0.2
#port 19333
### >> Atmolight << ###
[device]
name ambilight
output /dev/ttyUSB0
channels 12
prefix FF
rate 38400
debug off
type atmo
interval 16000
#########################################################
# #
# Light section #
# #
#########################################################
#
# You can change this to your own setting, some people have crossed red and blue etc....
# then you change the blue 0000FF to red FF0000 and red to 0000FF.
[color]
name red
rgb FF0000
[color]
name green
rgb 00FF00
[color]
name blue
rgb 0000FF
#This conf is configured for 12 channels, each side have 1 lights, is 4. this wil be 4*3 = 12 channels.
################# Left ########################
[light]
name top
color red ambilight 1
color green ambilight 2
color blue ambilight 3
hscan 0 25
vscan 0 100
[light]
name bottom
color red ambilight 4
color green ambilight 5
color blue ambilight 6
hscan 0 100
vscan 0 25
[light]
name left
color red ambilight 7
color green ambilight 8
color blue ambilight 9
hscan 0 100
vscan 0 25
[light]
name right
color red ambilight 10
color green ambilight 11
color blue ambilight 12
hscan 0 100
vscan 0 100
with Color effects: active and different Modes, there will only be a red light, no changes !!!
Any ideas?