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

Config with Multiple TVs not working #49

Closed
erickkrauss opened this issue Jul 16, 2018 · 1 comment
Closed

Config with Multiple TVs not working #49

erickkrauss opened this issue Jul 16, 2018 · 1 comment

Comments

@erickkrauss
Copy link

I've tried to make the plugin working with multiple TV at the same time but it seems it only works with the first TV acessed by homebridge/plugin. I created diferent "keyfile" directories for each TV as config.json bellow :

{
"bridge":{
"name":"Homebridge",
"username":"CD:22:3D:E3:CE:30",
"port":51826,
"pin":"031-45-154"
},
"description":"Homebridge",
"accessories":[
{
"accessory": "webos3",
"name": "TV 1",
"ip": "192.168.1.205",
"mac": "c8:08:e9:97:68:B9",
"keyfile": "/home/pi/.homebridge/1/lgtvKeyFile",
"pollingEnabled": true,
"appSwitch":[
"com.webos.app.livetv",
"netflix",
"youtube.leanback.v4"
]
},
{
"accessory": "webos3",
"name": "TV 2",
"ip": "192.168.1.206",
"mac": "e0:51:63:74:82:76",
"keyfile": "/home/pi/.homebridge/2/lgtvKeyFile",
"pollingEnabled": true,
"appSwitch":[
"com.webos.app.livetv",
"netflix",
"youtube.leanback.v4"
]
},
{
"accessory": "webos3",
"name": "TV 3",
"ip": "192.168.1.207",
"mac": "5c:dc:96:2f:00:2c",
"keyfile": "/home/pi/.homebridge/3/lgtvKeyFile",
"pollingEnabled": true,
"appSwitch":[
"youtube.leanback.v4",
"com.webos.app.livetv"
]
}
]
}

@merdok
Copy link
Owner

merdok commented Jul 16, 2018

You are still using the old version of the plugin. Please read the README. This plugin has been renamed to webostv

@merdok merdok closed this as completed Jul 17, 2018
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