Hallo, ich bin im Netz auf einen Beitrag im HIFI Forum gestoßen nachdem es möglich sein soll Panasonic BD Player über das Netzwerk zu steuern. Wäre es möglich dazu ein fhem Modul zu schreiben, ähnlich dem YAMAHA_BD Modul?
http://www.hifi-forum.de/viewthread-166-7318-35.html
Zitat++++++++++++++
Thanks to input from mdavej and XARiUS, I found what I was looking for in terms of the technical details needed to control a Panasonic DMP-BDT110/210/310 unit using IP over a 802.11 network. Then I successfully controlled my device using a laptop or iPxx device thanks to Fulltopuk as well as TouchControl after some tweaks on HTTP POST made by its developer.
My TouchControl device layout has been designed and is available at that site, if needed: http://www.touch-ir.com/. I have no affiliation to TouchControl other than I am a very impressed user (more on that in this post http://www.avsforum.com/avs-vb/showt...5#post21491535).
The technical details on the command format are as follows (again thanks to mdavej and XARiUS):
•Host: An IP address specific to your device. I went with a static address 192.168.1.201
•Port: 80
•HTTP POST as follows:
POST /WAN/dvdr/dvdr_ctrl.cgi? HTTP/1.1
User-Agent: MEI-LAN-REMOTE-CALL
Host: 192.168.1.105
Content-Length: [length]
cCMD_RC_[command].x=100&cCMD_RC_[command].y=100
Where you would replace [command] and [length] with the following depending on the action needed:
NOTE: Please note that STOP does not work on my DMP-BDT110 and I am looking for a command for the Display button. Also, if anyone knows of any Status commands, that would be nice to know as well.
Action [command] [length]
POWER POWER 39
OPEN/CLOSE OP_CL 39
STOP STOP 37
PAUSE PAUSE 39
PLAY > PLAYBACK 45
UND VIELE WEITERE COMMANDS !!
++++++++++++++++++++++++++++++
Ich habe einen DMP-BDT320 und könnte somit das Testen übernehmen.
VG
Frank
Ich schließe mich dem Wunsch für ein Panasonic BD Player Modul an. Ich könnte es mit einem Panasonic DMP-BDT310 testen. :)
Grüße
Dominik
Habe schon versucht mittels HTTPMOD auf den Player zuzugreifen ==> funktioniert nicht, im Browser die URL aufrufen, bringt auch nichts und aus dem Zitat in meinem ersten Post werde ich auch nicht so richtig schlau. :(
VG
Frank
ZitatMy TouchControl device layout has been designed and is available at that site, if needed: http://www.touch-ir.com/. I have no affiliation to TouchControl other than I am a very impressed user (more on that in this post http://www.avsforum.com/avs-vb/showt...5#post21491535).
Hatte mich heute noch mal drangesetzt aber leider ist die Seite http://www.touch-ir.com/ nicht mehr erreichbar aber für die Umsetzung wichtig, schade :(
POST /WAN/dvdr/dvdr_ctrl.cgi? HTTP/1.1
User-Agent: MEI-LAN-REMOTE-CALL
Host: 192.168.2.26
Content-Length: 39
cCMD_RC_POWER.x=100&cCMD_RC_POWER.y=100
für die erste Zeile ist die Fernbedienung/Code aus Zeile eins erforderlich und der Link ist im Netz nicht mehr zu finden
VG
Frank
google cache liefert auch nichts :-(
Es gibt im Apple App Store noch die Remote 2012 App für den BD Player aber davon kann man ja auch nicht einfach coding verwenden
VG
Frank