Umbrella: Unterschied zwischen den Versionen
Pk (Diskussion | Beiträge) K →How to simply turn on/off the light: some gardening |
Pk (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
[[Datei:Buntschirm.jpg|miniatur]] | __TOC__ | ||
[[Datei:u_blue.jpg|miniatur]] | [[Datei:Buntschirm.jpg|right|miniatur]] | ||
[[Datei:u_pink.jpg|miniatur]] | [[Datei:u_blue.jpg|right|miniatur]] | ||
[[Datei:u_pink.jpg|right|miniatur]] | |||
Umbrella is the ceiling lighting of the main room. It consist out of 12 umbrellas capable of emitting light in either 16581375 RGB shades or 65025 white shades. | Umbrella is the ceiling lighting of the main room. It consist out of 12 umbrellas capable of emitting light in either 16581375 RGB shades or 65025 white shades. | ||
The umbrellas are controllable with [https://en.wikipedia.org/wiki/Art-Net art-net]. | The umbrellas are controllable with [https://en.wikipedia.org/wiki/Art-Net art-net]. | ||
==How to simply turn on/off the light== | ==How to simply turn on/off the light== | ||
Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.<br />If it does not work just power cycle it. Wait a couple of seconds. | Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.<br />If it does not work just power cycle it. Wait a couple of seconds. | ||
===New Version=== | === New Version === | ||
Out of good reasons, we upgraded the light switch to a much more powerful version. | Out of good reasons, '''we upgraded the light switch''' to a much more powerful version. | ||
This new version is documented at '''[[Interruttore/en|Interruttore]]'''. | This new version is documented at '''[[Interruttore/en|Interruttore]]'''. | ||
==Access data== | == Access data == | ||
* WLAN SSID: metalights | |||
* Protocol: [https://en.wikipedia.org/wiki/Art-Net art-net] | |||
* Host: 10.20.255.255 | |||
* startUniverse: 3 | |||
* There are 60 channel, 5 channels (RGBWW) per umbrella. | |||
== Why == | |||
==Why== | |||
The Metalab needed some new lights. | The Metalab needed some new lights. | ||
Zeile 38: | Zeile 35: | ||
== How == | == How == | ||
Raspberry Pi 3 + Touchscreen | * Raspberry Pi 3 + Touchscreen | ||
* Distro based on the QLC+ image (raspbian jessie) | |||
Distro based on the QLC+ image (raspbian jessie) | * QLC+ XServer less build that renders directly in GL buffers for performance | ||
* H801 based clients (ESP8266) | |||
QLC+ XServer less build that renders directly in GL buffers for performance | * Arduino based firmware that implements ART-net | ||
H801 based clients (ESP8266) | |||
Arduino based firmware that implements ART-net | |||
== Temporary setup with QLC+ == | == Temporary setup with QLC+ == | ||
Connect to "metalights" WLAN | * Connect to "metalights" WLAN | ||
* Set OUTPUT to 10.20.255.255 | |||
Set OUTPUT to 10.20.255.255 | * Set ARTnet universe to 3 | ||
* There are 5 channels / Umbrella | |||
Set ARTnet universe to 3 | * R,G,B,WW,CW | ||
* If CW or WW are anything else but "0" then R,G and B are disabled by firmware. | |||
There are 5 channels / Umbrella | * If R,G or B are anything but "0" then CW and WW are disabled by firmware. | ||
* This is to save our power supplies from sudden heat death. | |||
R,G,B,WW,CW | * (105 watt / Umbrella max) | ||
If CW or WW are anything else but "0" then R,G and B are disabled by firmware. | |||
If R,G or B are anything but "0" then CW and WW are disabled by firmware. | |||
This is to save our power supplies from sudden heat death. | |||
(105 watt / Umbrella max) | |||
== Hardware == | == Hardware == | ||
H801 LED controller features: | H801 LED controller features: | ||
* 8 Mbit Storage (1 Mb) | |||
* 8 Mbit Storage (1 Mb) | |||
* 5 channels each 45 watt max (~ 3.5 Ampere @ 12 V / channel) | * 5 channels each 45 watt max (~ 3.5 Ampere @ 12 V / channel) | ||
=== How to flash === | === How to flash === | ||
* Install [https://www.arduino.cc/en/Main/Software Arduino IDE] | * Install [https://www.arduino.cc/en/Main/Software Arduino IDE] | ||
* Install [http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html ESP 8266 extensions] | * Install [http://esp8266.github.io/Arduino/versions/2.0.0/doc/installing.html ESP 8266 extensions] | ||
Zeile 105: | Zeile 91: | ||
* [https://arduinojson.org/ ArduinoJson] (Version 5.13.3) | * [https://arduinojson.org/ ArduinoJson] (Version 5.13.3) | ||
==Who== | |||
== Who == | |||
Originally invented and built by [[Benutzer:overflo|overflo]], the umbrellas were built by a lot of people in some night shifts at Metalab | Originally invented and built by [[Benutzer:overflo|overflo]], the umbrellas were built by a lot of people in some night shifts at Metalab | ||
LOTS | LOTS of support by | ||
uniq, anlumo, ripper, bogdan <your name here> | * uniq, anlumo, ripper, bogdan <your name here> | ||
== QLC+ == | == QLC+ == | ||
* Neue Fixture: [[Datei:Hauptraum_setup.qxw.txt]] (das muss nach ~/.qlcplus/fixtures/hauptraum-setup.qxf) | |||
* Fixture: [[Datei:Metalab-Umbrella.txt]] (das muss nach ~/.qlcplus/fixtures/Metalab-Umbrella.qxf) | |||
* Demo Desk: [[Datei:Test.txt]] | |||
== Links == | |||
* [http://www.qlcplus.org/ QLC+] | |||
* [http://tinkerman.cat/closer-look-h801-led-wifi-controller H801] | |||
* [https://github.com/overflo23/H801_ARTnet Github] | |||
* [http://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf ART-net Reference] | |||
[http://www.qlcplus.org/ QLC+] | |||
[http://tinkerman.cat/closer-look-h801-led-wifi-controller H801] | |||
[https://github.com/overflo23/H801_ARTnet Github] | |||
[http://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf ART-net Reference] | |||
[[Artnet]] | [[Artnet]] | ||
* [https://github.com/reox/pybrella A Python implementation to control the umbrellas] | |||
[https://github.com/reox/pybrella A Python implementation to control the umbrellas] |