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

TV constantly switches between start responding and stop responding #40

Open
DanielZ3108 opened this issue Jun 13, 2021 · 5 comments
Open
Labels
bug Something isn't working

Comments

@DanielZ3108
Copy link

DanielZ3108 commented Jun 13, 2021

When I turn off the TV, I get these logs:
Shouldn't that be permanent on Start responding?
While the status is set to Stop responding, I can't turn on my TV.
Every time you change the status to Start responding again, an HDMI-connected device switches on. I have to turn that off manually every time.

Logs:
[13/06/2021, 23:14:26] [PhilipsAndroidTV] [75PUS7101] TV has been turned off.
[13/06/2021, 23:14:26] [PhilipsAndroidTV] [75PUS7101] TV volume has been changed to 0%.
[13/06/2021, 23:14:26] [PhilipsAndroidTV] [75PUS7101] Current application has been changed to org.droidtv.DummyWakeUpActivity.
[13/06/2021, 23:14:36] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[13/06/2021, 23:19:17] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[13/06/2021, 23:19:18] [PhilipsAndroidTV] [75PUS7101] Current application has been changed to NA.
[13/06/2021, 23:29:11] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[13/06/2021, 23:58:18] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 00:08:16] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 00:08:38] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 00:18:37] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 00:18:57] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 00:28:57] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 00:29:48] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 00:39:47] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 00:40:08] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 00:50:09] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 00:54:51] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 01:04:50] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 04:00:14] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 04:00:20] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 06:34:47] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 06:44:46] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 06:45:06] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 06:55:06] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 06:55:32] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 07:05:31] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 07:06:01] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 07:16:06] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 07:16:26] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 07:26:26] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 07:48:22] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 07:58:21] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 07:58:37] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 08:08:32] [PhilipsAndroidTV] [75PUS7101] Stop responding.
[14/06/2021, 08:08:56] [PhilipsAndroidTV] [75PUS7101] Start responding again.
[14/06/2021, 08:18:56] [PhilipsAndroidTV] [75PUS7101] Stop responding.

Plugin Config:

 "debug": false,
            "configVersion": 1,
            "tvs": [
                {
                    "name": "75PUS7101",
                    "ip": "192.168.178.67",
                    "macAddress": "3C:95:09:B6:3B:ED",
                    "apiUser": "xxxxxxxxxx",
                    "apiPass": "xxxxxxxxxxxxxxxxxxxxxxxxx",
                    "apiVersion": 6,
                    "wakeUntilAPIReadyCounter": 100,
                    "alternativePlayPause": false,
                    "dedicatedMuteSwitch": false,
                    "dedicatedVolumeLightbulb": false,
                    "channels": {
                        "useFavorites": false,
                        "favoriteListId": "1",
                        "includeAll": false
                    }
                }
            ],
            "platform": "PhilipsAndroidTV"
  • Plugin Version: 0.10.9
  • Homebridge Version: 1.3.4
  • Node.js Version: 14.17.0
  • NPM Version: 7.13.0
@DanielZ3108 DanielZ3108 added the bug Something isn't working label Jun 13, 2021
@DanielZ3108 DanielZ3108 changed the title TV can no longer be reached after turning it off TV constantly switches between start responding and stop responding Jun 14, 2021
@Francis2b
Copy link

I have’s the same bug

@daydy16
Copy link

daydy16 commented Aug 2, 2021

I assume that it occures when you have the old accessory config parallel to the new plattform config (from update to 0.9)
I fixed it when removing the "old" accessory config.

@carlogp
Copy link

carlogp commented Jul 24, 2022

Any new Advices? Because I have the same problem and sometimes the TV is turning on after it starts responding again.

@bato2000
Copy link

bato2000 commented Nov 3, 2022

It happens to me too
v0.10.12

@malditavibora
Copy link

it happens to me with v0.10.12, also I realized that this behavior affects on the accessory to be listed when you try to add the accessory manually from the home app, I have seen the accessory listed after the pairing process after but after some seconds disappears due to this intermittent start and stop responding messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants