Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plug-in not working: Port issue? #13

Open
jfischetti22 opened this issue May 14, 2018 · 6 comments
Open

Plug-in not working: Port issue? #13

jfischetti22 opened this issue May 14, 2018 · 6 comments

Comments

@jfischetti22
Copy link

I installed the Bravia plugin, and configured the config file. I started off slowly only activating the Power and Volume, but neither are working. I changed the port to be 194 and even set up port forwarding on my router to point to the TV ip address. Any thoughts why it's not working?

{
"platform": "BraviaTV",
"name": "TV",
"ipadress": "192.168.7.98",
"port": 194,
"psk": "XXXX",
"tvEnabled": true,
"volumeEnabled": false,
"inputsEnabled": false,
"detectCEC": false,
"extraInputs": false,
"appsEnabled": false,
"channelsEnabled": false,
"remoteControl": false
}

@seydx
Copy link
Owner

seydx commented May 14, 2018

Hello,

Can you post the output from following command pls:

curl -s -X POST -d "{"id":3,"method":"getPowerStatus","version":"1.0","params":["1.0"]}" "http://IPADRESSHERE/sony/system" -H "X-Auth-PSK: PSKHERE" -v

Please replace IPADRESSHERE and PSKHERE with own data

@jfischetti22
Copy link
Author

jfischetti22 commented May 14, 2018 via email

@seydx
Copy link
Owner

seydx commented May 14, 2018

Do you have replace the IPADRESSHERE and PSKHERE?

ipadress i.e. 192.168.1.1 (without Port)
PSK is the password you set in the tv settings before

@seydx
Copy link
Owner

seydx commented May 14, 2018

If the above Command dont work, try this One

curl 192.168.178.1 -v

(Replace with the ip Adresse from your tv)

@jfischetti22
Copy link
Author

jfischetti22 commented May 14, 2018 via email

@jfischetti22
Copy link
Author

jfischetti22 commented May 14, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants