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

Error: connect EHOSTUNREACH #211

Open
mensa84 opened this issue Jun 25, 2023 · 1 comment
Open

Error: connect EHOSTUNREACH #211

mensa84 opened this issue Jun 25, 2023 · 1 comment

Comments

@mensa84
Copy link

mensa84 commented Jun 25, 2023

Hello,

thanks for that plugin, it is working fine with my KD65-AF8 in the living room.

But with the older KD in the bedroom I am getting that log entries every few seconds when it is powered off, although I have configured it as "old" device correctly (I think). When it's powered on, everything is fine.

Is there any way how I may fix that?
Both are connected via WiFi.

[6/25/2023, 10:25:30 AM] [BraviaTVOS] Error: Error: connect EHOSTUNREACH 192.168.1.30:80
    at ServiceProtocol.describe (/usr/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/service.js:68:15)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at /usr/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/bravia.js:257:22
    at async Promise.all (index 0)
    at Bravia.describe (/usr/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/bravia.js:255:27)
    at Bravia.exec (/usr/lib/node_modules/homebridge-bravia-tvos/node_modules/@seydx/bravia/lib/bravia.js:289:28)
    at Handler.getTelevisionState (/usr/lib/node_modules/homebridge-bravia-tvos/src/accessories/accessory.handler.js:18:24)
    at Handler.poll (/usr/lib/node_modules/homebridge-bravia-tvos/src/accessories/accessory.handler.js:559:7)
            "name": "BraviaTVOS",
            "platform": "BraviaOSPlatform",
            "debug": true,
            "warn": true,
            "error": true,
            "extendedError": true,
            "tvs": [
                {
                    "active": true,
                    "name": "Wohnzimmer TV",
                    "ip": "192.168.1.21",
                    "port": 80,
                    "psk": "03145154",
                    "manufacturer": "Sony",
                    "model": "Bravia",
                    "serialNumber": "00000000",
                    "refreshInputs": false,
                    "wol": false,
                    "oldModel": false,
                    "polling": 10,
                    "sheduledRefresh": 12,
                    "inputs": [
                        {
                            "name": "Apple TV",
                            "identifier": "Wohnzimmer App",
                            "source": "cec"
                        },
                        {
                            "name": "PlayStation 5",
                            "identifier": "PlayStation 5",
                            "source": "cec"
                        }
                    ],
                    "displayOrder": [
                        "inputs",
                        "apps",
                        "channels",
                        "commands",
                        "macros"
                    ],
                    "speaker": {
                        "active": false,
                        "output": "speaker",
                        "increaseBy": 1,
                        "reduceBy": 1,
                        "accType": "lightbulb"
                    },
                    "commands": [],
                    "macros": [],
                    "remote": []
                },
                {
                    "active": true,
                    "name": "Schlafzimmer TV",
                    "ip": "192.168.1.30",
                    "mac": "14:2d:27:0b:de:33",
                    "port": 80,
                    "psk": "03145154",
                    "manufacturer": "Sony",
                    "model": "Bravia",
                    "serialNumber": "00000000",
                    "refreshInputs": false,
                    "wol": true,
                    "oldModel": true,
                    "polling": 10,
                    "sheduledRefresh": 12,
                    "displayOrder": [
                        "inputs",
                        "apps",
                        "channels",
                        "commands",
                        "macros"
                    ],
                    "speaker": {
                        "active": false,
                        "output": "speaker",
                        "increaseBy": 1,
                        "reduceBy": 1,
                        "accType": "lightbulb"
                    },
                    "channels": [],
                    "commands": [],
                    "macros": [],
                    "remote": []
                }
@mensa84
Copy link
Author

mensa84 commented Nov 3, 2023

Plugin not maintained anymore???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant