Panasonic tv binding not listening to HDMI command

Hello, I have a bind with my Panasonic VT60 with OpenHab, it works find, all but the options of HDMI1, HDMI2, HDMI3, HDMI4. It returns:

`
2016-02-04 19:17:04.591 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI1 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:48.681 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI4 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:49.225 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI4 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:50.038 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI1 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:50.387 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI1 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:51.152 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI1 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500

2016-02-04 19:18:52.232 [WARN ] [.p.internal.PanasonicTVBinding] - Command HDMI1 to TV with IP 192.168.1.200 failed with HTTP Reponse Code 500`

Oh yeah… good to know is that all Other commands work, And that when i use the lg app i can change the HDMI channel without any problems

Please help :sweat_smile:

You use a LG app for Panasonic TV?? Nice :wink:

Just tried to do the same… not working. :face_with_raised_eyebrow:

Has anyone figured out a way?

The same for me, but i could see a little bit more information when enabling logs for binding:

2019-03-10 08:50:19.915 [ome.event.ItemCommandEvent] - Item 'PanasonicTV_HDMI2' received command ON
==> /var/log/openhab2/openhab.log <==
2019-03-10 08:50:19.917 [DEBUG] [asonictv.internal.PanasonicTVBinding] - internalReceiveCommand() for item: PanasonicTV_HDMI2 with command: ON
2019-03-10 08:50:19.926 [DEBUG] [asonictv.internal.PanasonicTVBinding] - Request send to TV with IP 10.0.0.118: POST /nrc/control_0/ HTTP/1.1
Host: 10.0.0.118:55000
SOAPACTION: "urn:panasonic-com:service:p00NetworkControl:1#X_SendKey"
Content-Type: text/xml; charset="utf-8"
Content-Length: 212
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><u:X_SendKey xmlns:u="urn:panasonic-com:service:p00NetworkControl:1"><X_KeyEvent>NRC_HDMI2</X_KeyEvent></u:X_SendKey></s:Body></s:Envelope>
2019-03-10 08:50:19.935 [DEBUG] [asonictv.internal.PanasonicTVBinding] - TV Response from 10.0.0.118: HTTP/1.1 500 Internal Server Error
2019-03-10 08:50:19.938 [WARN ] [asonictv.internal.PanasonicTVBinding] - Command HDMI2 to TV with IP 10.0.0.118 failed with HTTP Reponse Code 500