Slackomatic: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenM68k (Diskussion | Beiträge) (added wii and playstation) |
M68k (Diskussion | Beiträge) (source repos have been forked into the metalab github orga) |
||
(25 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
− | WTF | + | {{Projekt |
+ | |image=Slackomatic.png | ||
+ | |involved=You? <strike>[[User:M68k]]</strike> | ||
+ | |startdate=10.11.2013 | ||
+ | |status=in production | ||
+ | |wtf=control the Yamaha AV system, our Moderately Huge Screen and projector using a web page. | ||
+ | |lastupdate= | ||
+ | |hidden=false | ||
+ | }} | ||
+ | == WTF == | ||
+ | control the Yamaha AV system, our [[MHS]] and projector using a web page. | ||
− | + | where? http://10.20.30.90 | |
− | |||
− | + | source on github: https://github.com/Metalab/slackomatic ([https://github.com/Metalab/slackomatic/releases/tag/thats-all-folks latest slackomatic release], [https://github.com/Metalab/artnet4j-elios/releases/tag/thats-all-folks latest artnet4j fork release]) | |
− | + | == Current state == | |
− | |||
− | |||
− | + | * you can select between the [[Screeninvader]], PS2, PS3, Wii and one spare HDMI cable (labeled "My HDMI Port") and a Phillips Bluetooth "Headset". | |
+ | * projector, tv screen and yahama are now connected with a shiny new HDMI cable (and an HDMI splitter to display the same on the TV and projector) | ||
− | * support all the other stuff in the lounge (Kouch | + | == Known issues == |
+ | <strike>* change to the invader can fail sometimes (change of the projector input source), please try again after a few seconds.</strike> | ||
+ | |||
+ | <strike>* video quality on Wii and PS3 is a little bit sub-par (needs a new cable between the Yamaha and the projector).</strike> | ||
+ | |||
+ | == Goal == | ||
+ | * support all the other stuff in the lounge (Kouch, Metacade et al.). those will be added when the necessary cabling is available. | ||
+ | |||
+ | == Todo == | ||
+ | * Documentation | ||
+ | * <strike>Githubify</strike> | ||
+ | * Cabling diagram | ||
+ | |||
+ | == Tell me more, how is it setup right now(tm) == | ||
+ | * [[Screeninvader]]: Audio, Video: HDMI -> Yamaha | ||
+ | * PS2: Audio, Video: AV -> Yamaha | ||
+ | * PS3: Audio, Video: HDMI -> Yamaha | ||
+ | * Wii: Audio, Video: AV -> Yamaha | ||
+ | * a Phillips Bluetooth audio "headset" for connecting with your portable device -> Yamaha | ||
+ | * one HDMI cable to connect with your own device -> Yamaha | ||
+ | * Slackomatic: no Audio, Video; connected via USB/RS232 to the projector as the remote control; sends XML to the yamaha via network (wired) | ||
+ | * Yamaha: video output connected to the TV and projector via <strike>AV</strike> HDMI (+HDMI Splitter), audio output to our surround speakers | ||
+ | |||
+ | == Hardware / Software == | ||
+ | * Raspbery Pi with Raspian Image (Debian) | ||
+ | * Slackomatic frontend itself is written in Java and runs in Jetty, the hardware control stuff is Shell (mostly, may contain traces of Java now) :D | ||
+ | * [[Slackomatic/Mqtt]] | ||
+ | |||
+ | == Everybody loves screenshots == | ||
+ | [[Datei:slackomatic_ui.png]] | ||
+ | |||
+ | == Everybody loves UML schematics == | ||
+ | [[Datei:Uml_lounge.png]] | ||
+ | |||
+ | [[Kategorie:Lounge]] | ||
+ | [[Kategorie:Projekte]] |
Aktuelle Version vom 9. März 2017, 02:51 Uhr
Slackomatic | |
Gestartet: | 10.11.2013 |
Involvierte: | You? |
Status: | in production |
Beschreibung: | control the Yamaha AV system, our Moderately Huge Screen and projector using a web page. |
Shutdownprozedur: | |
Zuletzt aktualisiert: | 2017-03-09 |
WTF
control the Yamaha AV system, our MHS and projector using a web page.
where? http://10.20.30.90
source on github: https://github.com/Metalab/slackomatic (latest slackomatic release, latest artnet4j fork release)
Current state
- you can select between the Screeninvader, PS2, PS3, Wii and one spare HDMI cable (labeled "My HDMI Port") and a Phillips Bluetooth "Headset".
- projector, tv screen and yahama are now connected with a shiny new HDMI cable (and an HDMI splitter to display the same on the TV and projector)
Known issues
* change to the invader can fail sometimes (change of the projector input source), please try again after a few seconds.
* video quality on Wii and PS3 is a little bit sub-par (needs a new cable between the Yamaha and the projector).
Goal
- support all the other stuff in the lounge (Kouch, Metacade et al.). those will be added when the necessary cabling is available.
Todo
- Documentation
Githubify- Cabling diagram
Tell me more, how is it setup right now(tm)
- Screeninvader: Audio, Video: HDMI -> Yamaha
- PS2: Audio, Video: AV -> Yamaha
- PS3: Audio, Video: HDMI -> Yamaha
- Wii: Audio, Video: AV -> Yamaha
- a Phillips Bluetooth audio "headset" for connecting with your portable device -> Yamaha
- one HDMI cable to connect with your own device -> Yamaha
- Slackomatic: no Audio, Video; connected via USB/RS232 to the projector as the remote control; sends XML to the yamaha via network (wired)
- Yamaha: video output connected to the TV and projector via
AVHDMI (+HDMI Splitter), audio output to our surround speakers
Hardware / Software
- Raspbery Pi with Raspian Image (Debian)
- Slackomatic frontend itself is written in Java and runs in Jetty, the hardware control stuff is Shell (mostly, may contain traces of Java now) :D
- Slackomatic/Mqtt