normen / homebridge-bravia

Homebridge plugin for Sony Bravia TVs (AndroidTV based ones and possibly others)
139 stars 26 forks source link

Inputs not loading #147

Closed Chibale11 closed 3 years ago

Chibale11 commented 3 years ago

I am getting this error:

[BraviaPlatform] {"error":[3,"Illegal Argument"],"id":13}

This is my config:

    {
        "tvs": [
            {
                "name": "Family Room TV",
                "ip": "192.168.1.27",
                "externalaccessory": false,
                "debug": true,
                "soundoutput": "speaker",
                "sources": [
                    "hdmi"
                ]
            }
        ],
        "platform": "BraviaPlatform"
    },
Chibale11 commented 3 years ago

I am getting this error:

[BraviaPlatform] {"error":[3,"Illegal Argument"],"id":13}

This is my config:

    {
        "tvs": [
            {
                "name": "Family Room TV",
                "ip": "192.168.1.27",
                "externalaccessory": false,
                "debug": true,
                "soundoutput": "speaker",
                "sources": [
                    "hdmi"
                ]
            }
        ],
        "platform": "BraviaPlatform"
    },

Resolved, had to manually add "extInput:hdmi" to config file. The Plugin setup form does not properly add it.

normen commented 3 years ago

The Plugin setup form does not properly add it.

Can't reproduce, what did you enter?

RossiHovitez commented 3 years ago

I got the same thing

this is my config. Do I need to add something? B7FBDF53-08D2-4082-9206-91CE51375AD6

normen commented 3 years ago

Same question: what did you enter in the config UI? The readme describes the options.

RossiHovitez commented 3 years ago

Hi The IP Name of TV Then tv popped up with 4 digits Entered them then it worked

but when I updated a config for another plugin the service stopped When it restarted tv disappeared

so did reboot and 4 digits appeared. I’ve not done another plugin refresh but want to. Suspect tv will disappear again

normen commented 3 years ago

You seem to be talking about something else now. Anyway I can't really say what you mean by "plugin refresh", but the behavior sounds like you're deleting your plugin cache along with the login info for the TV for some reason.