seydx / homebridge-bravia-tv

Homebridge dynamic platform plugin for Sony Bravia Android TVs
37 stars 4 forks source link

after the update 3.0.1 #2

Open iShiva-Dev opened 6 years ago

iShiva-Dev commented 6 years ago

after the update, there is an error in the restart of homebridge Error: Can not add a bridged Accessory with the same UUID as another bridged Accessory: so I have to delete the accessories and persist

and when this enable, "tvEnable", I can not add in homekit

iShiva-Dev commented 6 years ago

I also get error

[Suíte] An error occured by switching to undefined [Suíte] {"error":[3,"Illegal Argument"],"id":1}

seydx commented 6 years ago

After deleting the cached Accessories it Works? Or do you need to remove it every time if you restart hb?

Can you Post your config and your in App settings? Or Just an Screenshot from your Output after redtarting homebridge

iShiva-Dev commented 6 years ago

deleting cached, still giving error after reboot

I'm out of the house, but I made my homebrige, and I left only your puglin, and I think I can find the problem, I can not put the two TVs I have at home

{ "bridge": { "name": "Homebridge", "username": ":::::", "port": **, "pin": "-**-*", "model": "homebridge" }, "platforms": [{ "platform": "BraviaTV", "name": "Suite", "ipadress": "10.0.1.2", "port": 80, "psk": "**", "tvEnabled": true, "volumeEnabled": true, "inputsEnabled": true, "detectCEC": true, "extraInputs": false, "appsEnabled": false, "channelsEnabled": false, "remoteControl": false }, { "platform": "BraviaTV", "name": "Family", "ipadress": "10.0.1.1", "port": 80, "psk": "****", "tvEnabled": true, "volumeEnabled": true, "inputsEnabled": true, "detectCEC": true, "extraInputs": false, "appsEnabled": false, "channelsEnabled": false, "remoteControl": false }] }

seydx commented 6 years ago

Ah ok, i will fix this

iShiva-Dev commented 6 years ago

When I told you when I enabled "tvEnable": true both the home app and the app app renamed ... and the log shows nothing

img_0145 img_0144

seydx commented 6 years ago

Can you Post your log pls? Do you have enabled only tv and Apps?

iShiva-Dev commented 6 years ago

I updated the homebridge, and I updated the NPM and now it is working, but I still can not put two tv !!!

TKS!!!

seydx commented 6 years ago

To put more than One tv i have to rewrite a Big Part of the Code, i will do this if i have more time

nichwang88 commented 6 years ago

i have the same problem, when i set ("tvEnabled": true ), i can't add it in home.app . when i set ("tvEnabled": false ), i can add in, but i can't control the TV. BTW, homebridge-sonybravia-platform v2 works good. img_7740

andrbnt commented 5 years ago

@SeydX any news on put more than one TV? Thanks for your huge work