How-To SEDU lights

HowTo – DreamBox / VU+ / ET 9×00 und 5×00

Weitere Informationen zum E2 Plugin hier

http://www.vuplus-support.org/wbb2/thread.php?postid=324148#post324148

Die passenden Downloads:

enigma2-plugin-extensions-boblight-0.2-r1_0.2-r1_mipsel.zip

configs.tar.gz

Plugin Screenshot

E2 Foto

E2 Foto2

SEDU Board vorbereiten

(500k)

http://www.sedu-board.de/sedu-ambilight/howto-seduboard-einstellen/

Konfiguration

boblight.conf

Das boblight.conf File ist die wichtigste Konfigurationsdatei. Neben den Parametern zur Kommunikation mit dem SEDU-Board, enthält sie auch alle Daten zu den Bildschirmbereichen die den jeweiligen Kanälen des Ambilights zugeordnet werden sollen. Die Einteilung des Bildschirm kann bei der Fülle an Kanälen sehr aufwendig sein. Das folgende kleine Programm hilft dabei, eine entsprechende Konfigurationsdatei zu erstellen:
BoblightConfigTool

Beispiel:

Tool zur schnellen Generierung von AnalyseBlöcken

Neben den Blöcken können auch Paramater wie Überlappung der Blöcke/ Tiefe der Blöcke etc. mitgegeben werden.

In unserem Beispiel:

#[global]
interface	127.0.0.1
port		19333

[device]
name		ambilight
output		/dev/ttyUSB0
channels	768
type		momo
interval	10000
prefix 		5A B0
postfix 	A5
rate		500000

[color]
name		red
rgb		FF0000
gamma		1
adjust		1
blacklevel	0

[color]
name		green
rgb		00FF00
gamma		1
adjust		1
blacklevel	0

[color]
name		blue
rgb		0000FF
gamma		1
adjust		1
blacklevel	0

[light]
name		Left1
color		red 	ambilight 1
color		green 	ambilight 2
color		blue 	ambilight 3
hscan		0 13
vscan		50 75

[light]
name		Left2
color		red 	ambilight 4
color		green 	ambilight 5
color		blue 	ambilight 6
hscan		0 13
vscan		25 50

[light]
name		Left3
color		red 	ambilight 7
color		green 	ambilight 8
color		blue 	ambilight 9
hscan		0 13
vscan		0 25

[light]
name		Top1
color		red 	ambilight 10
color		green 	ambilight 11
color		blue 	ambilight 12
hscan		14 28
vscan		0 22

[light]
name		Top2
color		red 	ambilight 13
color		green 	ambilight 14
color		blue 	ambilight 15
hscan		28 42
vscan		0 22

[light]
name		Top3
color		red 	ambilight 16
color		green 	ambilight 17
color		blue 	ambilight 18
hscan		42 57
vscan		0 22

[light]
name		Top4
color		red 	ambilight 19
color		green 	ambilight 20
color		blue 	ambilight 21
hscan		57 71
vscan		0 22

[light]
name		Top5
color		red 	ambilight 22
color		green 	ambilight 23
color		blue 	ambilight 24
hscan		71 85
vscan		0 22

[light]
name		Top6
color		red 	ambilight 25
color		green 	ambilight 26
color		blue 	ambilight 27
hscan		85 100
vscan		0 22

[light]
name		Right1
color		red 	ambilight 28
color		green 	ambilight 29
color		blue 	ambilight 30
hscan		87 100
vscan		25 50

[light]
name		Right2
color		red 	ambilight 31
color		green 	ambilight 32
color		blue 	ambilight 33
hscan		87 100
vscan		50 75

[light]
name		Right3
color		red 	ambilight 34
color		green 	ambilight 35
color		blue 	ambilight 36
hscan		87 100
vscan		75 100

[light]
name		Sub1
color		red 	ambilight 37
color		green 	ambilight 38
color		blue 	ambilight 39
hscan		71 85
vscan		78 100

[light]
name		Sub2
color		red 	ambilight 40
color		green 	ambilight 41
color		blue 	ambilight 42
hscan		57 71
vscan		78 100

[light]
name		Sub3
color		red 	ambilight 43
color		green 	ambilight 44
color		blue 	ambilight 45
hscan		42 57
vscan		78 100

[light]
name		Sub4
color		red 	ambilight 46
color		green 	ambilight 47
color		blue 	ambilight 48
hscan		28 42
vscan		78 100

[light]
name		Sub5
color		red 	ambilight 49
color		green 	ambilight 50
color		blue 	ambilight 51
hscan		14 28
vscan		78 100

[light]
name		Sub6
color		red 	ambilight 52
color		green 	ambilight 53
color		blue 	ambilight 54
hscan		0 14
vscan		78 100

Diese Datei muss nun unter /etc abgelegt werden

 

Hi all,
After approximately 6 months of programming, I can finally announce Boblight v0.1 for many boxes.

- The user is the ability to define the zones in a conf-file, meaning the user is completely free to define the layouts him/herself.
- Many hardware can work with it.
- Unlimited channels.

You can use this on: DM7020HD DM500HD DM800HD DM8000 VU+DUO VU+SOLO VU+ULTIMO ET9x00 ET5000

You can use 8, 16, 32, 64, 128, 150 or more channels.

* All the configs are in the Configs.zip
Don't forget to copy your config to /etc and rename it to boblight.conf

For more information, contact me or mamba0815 on pm.

Kind Regards Speedyisfast
And thanks to Mamba and Oktay Oeztueter

Kommentar hinterlassen