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

HDMI Inputs randomly disappear from TV in HomeKit #120

Closed
basxx2 opened this issue Aug 2, 2020 · 11 comments
Closed

HDMI Inputs randomly disappear from TV in HomeKit #120

basxx2 opened this issue Aug 2, 2020 · 11 comments

Comments

@basxx2
Copy link

basxx2 commented Aug 2, 2020

Hi,
I have read through the issues existing here for this plugin already and while some were similar, I think I have a little bit of a different issue.
My TV is constantly showing in HomeKit so no issue there, however my HDMI inputs randomly disappear. I can‘t seem to find a reproducible logic here. Restarted all devices but most of the times they don’t show up, but sometimes they do without anything changed in the system.

Have attached two screenshots of both situations.

Works:
8C154243-4550-4F81-BBDD-DBA7E2F74BAD

Does not work:
7B2E44D4-65E7-4A74-9513-1207DB1BB0A1

Thanks

@normen
Copy link
Owner

normen commented Aug 2, 2020 via email

@basxx2
Copy link
Author

basxx2 commented Aug 2, 2020

Did that now. See my config below.
The Homebridge log does not show any specific entries (at least not more than what it shows without debug). Is there another place I need to check?

    {
        "tvs": [
            {
                "name": "TV",
                "ip": "192.168.178.48",
                "soundoutput": "speaker",
                "channelupdaterate": false,
                "debug": true,
                "sources": [
                    "extinput:hdmi"
                ]
            }
        ],
        "platform": "BraviaPlatform"
    }

@normen
Copy link
Owner

normen commented Aug 2, 2020

As said, the "debug" entry needs to be on the same level as the "tvs" and "platform" entry.

@basxx2
Copy link
Author

basxx2 commented Aug 2, 2020

Did that now. No change in the log.

    {
        "platform": "BraviaPlatform",
        "debug": true,
        "tvs": [
            {
                "name": "TV",
                "ip": "192.168.178.48",
                "soundoutput": "speaker",
                "channelupdaterate": false,
                "sources": [
                    "extinput:hdmi"
                ]
            }
        ]
    }

@normen
Copy link
Owner

normen commented Aug 2, 2020 via email

@basxx2
Copy link
Author

basxx2 commented Aug 3, 2020

Mmhh I actually added the channelupdaterate only yesterday as I read in other posts that it resolved other issues. The issue was already there before I had it in.

@normen
Copy link
Owner

normen commented Aug 14, 2020

Just realizing your config has "extinput" instead of "extInput" (capital I)

@normen normen closed this as completed Aug 14, 2020
@basxx2
Copy link
Author

basxx2 commented Aug 14, 2020

This did not resolve the issue, list in the TV accessory is still empty and every HDMI input is shown as a separate tile without a function.

EC7E83B3-A933-4219-8AD7-477A9B59ADE1

796C6911-6A58-42E1-8FFE-7CED758EC2B7

@normen
Copy link
Owner

normen commented Aug 14, 2020 via email

@basxx2
Copy link
Author

basxx2 commented Aug 14, 2020

As I mentioned in my initial post, it keeps switching back and forth without a reproducible logic. 80% or the cases I have the separate tiles, and sometimes it all works fine. I could not see the force close as workable. My TV accessory stays empty most of the times.

@normen
Copy link
Owner

normen commented Aug 15, 2020 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