IR-Sender ist sowieso vorhanden, daher gehts nur um die Softwareanpassung, es entstehen keine neuen Hardwarekosten
Ankündigung
Einklappen
Keine Ankündigung bisher.
Steuerung Apple TV via IP (HS3)?
Einklappen
X
-
Zitat von MarcusF Beitrag anzeigenOh, das ist stark. Ich glaube, dass mmh damit ziemlich einzigartig ist. Mir ist sonst keine Lösung bekannt, die das kann. Mit dem remote control ist aber gemeint, dass ihr nur die Tasten der Fernbedienung emuliert, nicht den Mediathek-Zugriff direkt steuern könnt?
Zitat von MarcusF Beitrag anzeigenNaja, ohne iTunes kann man weder eigene Inhalte auf dem ATV wiedergeben noch Titel per iTunes Match in die iCloud laden. Ohne iTunes ist das ATV eigentlich unbrauchbar. Zugriff auf die iTunes Mediathek hat das ATV doch nur bei einem laufenden iTunes, oder ist mir da was entgangen?
und ja, wir sind wenn auch rudimentär, die Einzigen die es mit dem ATV2/3 können.. Wichtiger für unsere Anwendungen ist hier sicherlich auch das Feedback.
Kommentar
-
sollte gehen:
To send an IR command to the AppleTV use the following code in a scene:
Code: [Select]
luup.inet.wget("http://<IP Address of AppleTV>/remoteAction=XX")
Where XX is the following:
Menu = 1
Menu Hold = 2
Arrow Up = 3
Arrow Down = 4
Select = 5
Arrow Left = 6
Arrow Right = 7
Play/Pause = 10
Pause = 15
Play = 16
Stop = 17
Fast Forward = 18
Rewind = 19
Chapter Skip Forward = 20
Chapter Skip Backwards = 21
List/Select Hold = 22
Additional commands (undocumented):
Code: [Select]
luup.inet.wget("http://<IP Address of AppleTV>/wake=1") -- wake AppleTV
luup.inet.wget("http://<IP Address of AppleTV>/sleep=1") -- Sleep AppleTV
luup.inet.wget("http://<IP Address of AppleTV>/plugin=com.apple.frontrow.appliance.settings") -- Navigate to settings menu
luup.inet.wget("http://<IP Address of AppleTV>/plugin=com.apple.frontrow.appliance.media/LocalSources") -- Navigate to My Files menu
luup.inet.wget("http://<IP Address of AppleTV>/kf=1") -- relaunch AppleTV (reset)
luup.inet.wget("http://<IP Address of AppleTV>/np=0") -- ?? unknown command ??
Quelle: New AppleTV control API - aircontrol
Kommentar
-
I've also looked into this. But for the moment I did not find any way to control an Apple TV.
The only 2 ways might be:
- Via: KNX -> IR-signal -> AppleTV (but this requires a IR transmitter)
- Via Firecore (however, this means Jailbreaking the AppleTV). I also see this is only possible with AppleTV 2nd generation (black) and the new AppleTV 4K (which would need to have Firecore Infuse) does not have the 'Firecore Aircontrol API' as far as I can see.
The ChromeCast 1, 2 and Ultra are possible to control via WEB requests (and able to power on your TV via HDMI CEC
Kommentar
Kommentar