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

Problem with two LG TV #37

Closed
michelebossa opened this issue May 4, 2018 · 18 comments
Closed

Problem with two LG TV #37

michelebossa opened this issue May 4, 2018 · 18 comments
Assignees

Comments

@michelebossa
Copy link

Hi i have a problem to use these plugin with two LG TV at moment i have configured both but when i use the power button or the volume control in some case the action go to another television configured.
For example power off the TV on kitchen but will go down the TV on the dinner room.
I think there is the owerwrite of configuration during the process on homebridge.

My configuration.

{
  "accessory": "webos3",
  "name": "TV Salone",
  "ip": "192.168.1.105",
  "mac": "3C:CD:93:78:B7:ED",
  "keyFile": "/home/pi/.homebridge/lgtvKeyFile",
  "pollingEnabled": true
},
{
  "accessory": "webos3",
  "name": "TV Cucina",
  "ip": "192.168.1.106",
  "mac": "3C:CD:93:9F:D6:7B",
  "keyFile": "/home/pi/.homebridge/tvcucina/lgtvKeyFile",
  "pollingEnabled": true
}

There is some action to do to handle these situation?
Thanks.

@merdok
Copy link
Owner

merdok commented May 5, 2018

Hi,
thanks for the report. That is a strange problem, i will check if i can fix this issue somehow, but the problem is that i don't have 2 TVs so i am not sure if i will be able too.

@michelebossa
Copy link
Author

If you want i can do a test for the fix

@michelebossa
Copy link
Author

Hi merdok thanks for replay i hope you find the fix.

@merdok
Copy link
Owner

merdok commented May 5, 2018

Sure, when i need any help then i will let you know.

@m11rphy
Copy link

m11rphy commented Jun 16, 2018

Did this ever get fixed? I have bought another TV and don’t want to add it and mess up the other one

@merdok
Copy link
Owner

merdok commented Jun 17, 2018

I am experiencing issues with my RPi since some time now... I first need to stabilize my setup again, after that i will have a look at it.

@tmcleod3
Copy link

Confirming this error. Can't manage more than one TV.

@merdok
Copy link
Owner

merdok commented Jun 28, 2018

I will see what i can do about it...

@merdok merdok self-assigned this Jun 28, 2018
@m11rphy
Copy link

m11rphy commented Jul 4, 2018

Any luck buddy? I have 3 TVs I want to get working

@merdok
Copy link
Owner

merdok commented Jul 4, 2018

Sorry, i am still trying to get my Pi back to work with the RPi guys. I upgraded to a 3B+ and since then i have endless issues... As soon as my setup is stable again i will check it out...

@merdok
Copy link
Owner

merdok commented Jul 8, 2018

Should be fixed with latest release, could somebody please try it and let me know? Please note that i renamed the package to homebridge-webos-tv, so you need to install this new package and adjust your config.json

@nmilatos
Copy link

nmilatos commented Jul 9, 2018

Hello! Thanks for your work and attention to this issue. Before I try the fix, one question, I had altered my config.json to have two different keyfiles one for each TV is this ok or should I just use one keyfile? Also can we remove the old package once we install the new one?

@merdok
Copy link
Owner

merdok commented Jul 9, 2018

Yes, you need different keyfiles for each TV. And yes, you can remove the old package after installing this new one.

@michelebossa
Copy link
Author

Hi Thanks for the new version for me now the problem it is fixed :)

@m11rphy
Copy link

m11rphy commented Jul 10, 2018

Can you give an example config for 2 TVs?
How would you remove the old package?

@michelebossa
Copy link
Author

Hi,
Example of my configuration
{
"accessory": "webostv",
"name": "TV Salone",
"ip": "192.168.1.105",
"mac": "3C:CD:93:78:B7:ED",
"keyFile": "/home/pi/.homebridge/lgtvKeyFile",
"pollingEnabled": true
},
{
"accessory": "webostv",
"name": "TV Cucina",
"ip": "192.168.1.106",
"mac": "3C:CD:93:9F:D6:7B",
"keyFile": "/home/pi/.homebridge/tvcucina/lgtvKeyFile",
"pollingEnabled": true
}
to remove the old package use npm uninstall homebridge-webos3.
Thanks.

@m11rphy
Copy link

m11rphy commented Jul 10, 2018

Thanks buddy I’ll install when I get home from work

@merdok
Copy link
Owner

merdok commented Jul 10, 2018

Good to hear that it is fixed now :)

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

5 participants