Modul für Panasonic BD Player möglich?

Begonnen von franky08, 03 August 2015, 18:38:37

Vorheriges Thema - Nächstes Thema

franky08

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
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

movie_fan

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
FHEM 5.7 auf Cubietruck
FHEM 5.6 auf FRITZ!Box7390 mit SolarView V2.22h

VCCU mit 2x HMLAN, Brennstuhl Fernbedienung 433MHz (GenShellSwitch), CUL868 V3.4 mit 5dBi Antenne, HUE Bridge 1+2.0, FRITZ!Powerline 546E, Samsung UE55D8090 (STV), LW12, Roomba 780 RooWifi

franky08

#2
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
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

franky08

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
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1

Wuppi68

FHEM unter Proxmox als VM

franky08

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
Debian Bookworm auf HUNSN / Debian Bullseye auf 2.ter HUNSN F2F an 2x RaspiB
mit FHEM aktuell
22Zoll ViewSonic als Infodislay (WVC)
3xHMLAN mit vccu, raspmatic_rpi3, HMIP-HCU1