Page 2 of 4
Re: Panasonic TV Support
Posted: Thursday 11 February 2016 21:33
by sijones
I think i know the issue anyway, it will most likely be a change in the domoticz.js file for the remote has been lost...
Sent from my E6553 using Tapatalk
Re: Panasonic TV Support
Posted: Sunday 14 February 2016 19:17
by sijones
Remote issue is now fixed, all working

Re: Panasonic TV Support
Posted: Sunday 14 February 2016 22:26
by deejc
i am still seeing the same, i just updated to 2.4582
Re: Panasonic TV Support
Posted: Sunday 14 February 2016 23:11
by sijones
Try clearing your cache or try another browser for testing.
I've just compiled from domoticz/master and it's working fine, so think it's a caching issue.
Re: Panasonic TV Support
Posted: Monday 15 February 2016 23:06
by deejc
tried all the above and still no response from the tv.
Re: Panasonic TV Support
Posted: Tuesday 16 February 2016 20:19
by sijones
Can anyone else confirm this issue?
Re: Panasonic TV Support
Posted: Wednesday 17 February 2016 9:06
by deejc
Just updated to the newest rpi version and it's working probably missed being included in the last build.
Thanks
Sent from my iPhone using Tapatalk
Re: Panasonic TV Support
Posted: Friday 11 March 2016 13:10
by piokuc
Hi
Maybe some users help an write plugin the same as it to control Denon AV Reciver...? I can help with test only because i dont know write plugin.
Maybe owner plugin Panasonic TV can help ? Control Denon is very simple by send command by http.
Re: Panasonic TV Support
Posted: Friday 11 March 2016 13:44
by sijones
piokuc wrote:Hi
Maybe some users help an write plugin the same as it to control Denon AV Reciver...? I can help with test only because i dont know write plugin.
Maybe owner plugin Panasonic TV can help ? Control Denon is very simple by send command by http.
This thread is for support on my plugin, please use the suggestions forum for this sort of post.
Thanks.
Re: Panasonic TV Support
Posted: Saturday 23 April 2016 14:18
by vervoto1
'lo,
to start: thanks for building the plugin.. it works for most of the commands on my Viera VT50 (plasma) TV.
What puzzles me though, is that only some of the commands work.. e.g.
https://address/json.htm?type=command&p ... on=inputtv
works, where
https://address/json.htm?type=command&p ... on=inputav
and the HDMI commands don't. I've looked through the code but can't see what could cause it.. inputav is on my remote so it should work..
any ideas ?
Tom
Re: Panasonic TV Support
Posted: Saturday 23 April 2016 15:55
by sijones
Can you enable debug - put a - in front of the port number?
See what that the response when you send the command - it might not even being sent if my plugin doesn't understand it, although it should.
Re: Panasonic TV Support
Posted: Sunday 24 April 2016 20:34
by vervoto1
plugin appears to work fine.. it just doesn't really do anything when it should move to AV, but works every time when moving to TV. Could it be that the TV simply doesnt understand this command ? (TC-P55VT50)
2016-04-24 20:23:40.726 Panasonic Plugin: (tv) Connected to '10.0.0.18:55000'.
2016-04-24 20:23:40.726 Panasonic Plugin: (tv) Connected.'.
2016-04-24 20:23:40.726 Panasonic Plugin: (tv) Attemping write.'.
2016-04-24 20:23:40.726 Panasonic Plugin: (tv) Attemping read.'.
2016-04-24 20:23:42.544 Panasonic Plugin: (tv) Handling message: 'POST /nrc/control_0 HTTP/1.1
Host: 10.0.0.18:-55000
SOAPACTION: "urn:panasonic-com:service:p00NetworkControl:1#X_SendKey"
Content-Type: text/xml; charset="utf-8"
Content-Length: 312
NRC_TV-ONOFF'.
2016-04-24 20:25:35.554 Panasonic Plugin: (tv) Connected to '10.0.0.18:55000'.
2016-04-24 20:25:35.554 Panasonic Plugin: (tv) Connected.'.
2016-04-24 20:25:35.554 Panasonic Plugin: (tv) Attemping write.'.
2016-04-24 20:25:35.554 Panasonic Plugin: (tv) Attemping read.'.
2016-04-24 20:25:35.813 Panasonic Plugin: (tv) Handling message: 'POST /nrc/control_0 HTTP/1.1
Host: 10.0.0.18:-55000
SOAPACTION: "urn:panasonic-com:service:p00NetworkControl:1#X_SendKey"
Content-Type: text/xml; charset="utf-8"
Content-Length: 312
NRC_AV-ONOFF'.
Re: Panasonic TV Support
Posted: Sunday 24 April 2016 22:14
by sijones
vervoto1 wrote:plugin appears to work fine.. it just doesn't really do anything when it should move to AV, but works every time when moving to TV. Could it be that the TV simply doesnt understand this command ? (TC-P55VT50)
It's possible that the TV doesn't understand it yes.
This plugin pretty much copies what the Panasonic TV remote app on android does, have you tried the android remote app to see if that can do it?
Re: Panasonic TV Support
Posted: Monday 25 April 2016 19:04
by vervoto1
Yes that's the strange thing.. Via the app it works without issues using the AV button on the main remote screen. Is there any way to check / intercept what command it sends eg capture via wireshark?
Re: Panasonic TV Support
Posted: Monday 25 April 2016 21:46
by sijones
Yes you can capture it, the setup will be down to how you have your network.
But you should apply a filter of the TV IP and Port and then you should see the xml sent.
Re: Panasonic TV Support
Posted: Monday 25 April 2016 23:30
by vervoto1
think I found it.. looks like an error in the code:
in possible commands in Panasonictv.Cpp and all over the internet, this is quoted:
"NRC_CHG_INPUT-ONOFF" => "AV",
Later in the code on row 524 it states though:
else if (command == "inputav")
sPanasonicCall = buildXMLStringNetCtl("AV-ONOFF");
This AV-ONOFF, at least to my knowledge and what I could find, if not documented anywhere. If I change that to
else if (command == "inputav")
sPanasonicCall = buildXMLStringNetCtl("CHG_INPUT-ONOFF");
it works like a charm
Re: Panasonic TV Support
Posted: Tuesday 26 April 2016 9:52
by sijones
Can you test the HDMI while you there, I want to compare?
Thanks
Re: Panasonic TV Support
Posted: Tuesday 26 April 2016 21:21
by vervoto1
dead in the water.. no reply from the TV.. but it seems that this button isn't on my viera app either, so perhaps the TV doesn;t support it.. the AV (toggle) button is present in the app. that applies to HDMI1 -> HDMI4 btw
Re: Panasonic TV Support
Posted: Thursday 15 September 2016 19:44
by deejc
hello again,
been using the plugin for a while now but only just realised it doesnt turn the TV on, i m also using the homebridge-pnasonic plugin which can turn it on from the network, any ideas ?
this is the debug log, the icon changes to indicate the TV is on (even though its off) and once its on the plugin will switch it off, change channels etc..
i do see this
2016-09-15 18:41:30.993 Error: Panasonic Plugin: (Viera) Device is Off, cannot send command. which technically is correct.
Code: Select all
2016-09-15 18:41:26.678 Panasonic Plugin: (Viera) Connected to '172.16.30.13:55000'.
2016-09-15 18:41:26.712 Panasonic Plugin: (Viera) Connected.'.
2016-09-15 18:41:26.712 Panasonic Plugin: (Viera) Attemping write.'.
2016-09-15 18:41:26.712 Panasonic Plugin: (Viera) Attemping read.'.
2016-09-15 18:41:30.993 User: Admin initiated a switch command
2016-09-15 18:41:30.993 Error: Panasonic Plugin: (Viera) Device is Off, cannot send command.
2016-09-15 18:41:30.993 (Panasonic) Lighting 2 (Viera)
2016-09-15 18:41:31.718 Panasonic Plugin: (Viera) Handling message: 'POST /dmr/control_0 HTTP/1.1
Host: 172.16.30.13:-55000
SOAPACTION: "urn:schemas-upnp-org:service:RenderingControl:1#GetVolume"
Content-Type: text/xml; charset="utf-8"
Content-Length: 379
0
Master
'.
2016-09-15 18:41:31.720 Panasonic Plugin: (Viera) Connected to '172.16.30.13:55000'.
2016-09-15 18:41:31.756 Panasonic Plugin: (Viera) Connected.'.
2016-09-15 18:41:31.756 Panasonic Plugin: (Viera) Attemping write.'.
2016-09-15 18:41:31.756 Panasonic Plugin: (Viera) Attemping read.'.
2016-09-15 18:41:35.645 (youless) YouLess Meter (YouLess)
2016-09-15 18:41:36.761 Panasonic Plugin: (Viera) Handling message: 'POST /dmr/control_0 HTTP/1.1
Host: 172.16.30.13:-55000
SOAPACTION: "urn:schemas-upnp-org:service:RenderingControl:1#GetVolume"
Content-Type: text/xml; charset="utf-8"
Content-Length: 379
0
Master '.
2016-09-15 18:41:36.763 Panasonic Plugin: (Viera) Connected to '172.16.30.13:55000'.
2016-09-15 18:41:36.783 Panasonic Plugin: (Viera) Connected.'.
2016-09-15 18:41:36.783 Panasonic Plugin: (Viera) Attemping write.'.
2016-09-15 18:41:36.783 Panasonic Plugin: (Viera) Attemping read.'.
Re: Panasonic TV Support
Posted: Saturday 17 September 2016 15:15
by sijones
deejc wrote:hello again,
been using the plugin for a while now but only just realised it doesnt turn the TV on, i m also using the homebridge-pnasonic plugin which can turn it on from the network, any ideas ?
It's not a bug, the TV has no response to any network command when it's in it's off state. Maybe you could try sending a WOL command to your TV to see if it works but unless there is some documentation I can't implement a way to wake the TV up.