homebridge-panasonictv icon indicating copy to clipboard operation
homebridge-panasonictv copied to clipboard

Config.json : a kind of an error message on homebridge ?

Open st3v3nFr opened this issue 8 years ago • 5 comments

Hi there !

I've tried tonight your cool plugin, and i can turn off my TV. But, i have some issues when turning on : IT WORKS ( you can add this Tv to your compatibility list ), but i have the following message :

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <s:Body> <u:X_SendKeyResponse xmlns:u="urn:panasonic-com:service:p00NetworkControl:1"></u:X_SendKeyResponse> </s:Body> </s:Envelope>

i think, there's a small issue in a script, am i right ?

My TV is a 58DX750 ( panasonic, of course ).

If somebody has any clue, it will help me :) Steven

st3v3nFr avatar Jan 12 '17 23:01 st3v3nFr

Thanks for your feedback. You might be able to turn on your tv with wake on lan. You can try it out by downloading any wake on lan app on your phone. If that works somebody might be able to implement wake on lan in this plugin. I dont have access to my Panasonic tv and mine also doesn't use wake on lan

tgymnich avatar Jan 18 '17 13:01 tgymnich

Hi TG908,

I'm able to turn it on, no real pb with it, it works every time :) It's just i have each time the message i've note on my previous post, in my home bridge system.

st3v3nFr avatar Jan 18 '17 15:01 st3v3nFr

Ok. There might be an error in the request

tgymnich avatar Jan 18 '17 15:01 tgymnich

I'm guessing it's not actually an error, but simply 'console-output' from the 3rd party module we use to send the commands (source here: https://github.com/THLabs/node-panasonic-viera/blob/master/panasonicviera.js).

On lines #146-150 the response-data is logged when there is no specific callback attached. Can you verify that the message is not only logged when turning the TV ON, but also when you turn it OFF?

fguchelaar avatar Jan 18 '17 15:01 fguchelaar

hello ! Thanks for your answers. i've checked and i have only this message when i'm turning On the TV

st3v3nFr avatar Jan 18 '17 15:01 st3v3nFr