-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Power Status Unexpectedly Changes #608
Comments
Log of my home bridge
My issue looks very similar to #535, except that I seem to get consistent ping while the tv is on. |
Hi, please read this first |
I had a look at that but my device seems to get consistent responses. |
It's not a mistake because the TV wakes over night in a sleep status to do background activities. Since it's on but in a sleep state it will respond to ping but it will not respond to the HTTP request. Ignoring this flow and responding with the status of ping will result in switching ON the status when the TV is actually in the sleep state. |
I'm not quite understanding your comment, lets check if we agree on this flow,
One of my issues is that the TV status changes to ON temporarily during the day/night and activates an automation connected to TV power state. |
Correct. For what you described the TV should not respond to http request and the status should remain off. But first please tell me what TV you have. Because the HTTP request is made only if the TV supports reporting PowerState, if the TV don't support it then only the ping will matter. From my knowledge TV's starting from 2019 are reporting the PowerState. To check if it does you can access I do have a good news but it will take some time to implement it. The bad news is that it will take some time to implement it because I am working on rewriting the plugin on a new structure with newer technologies. And this feature will be available with this new version (6.0.0) when will be ready. Also I don't know what is reporting on Frame TVs since I don't have one, but when I will be close to release I will buy one for testing. I will create a discussion when it will be ready for testing and anyone will be able to install the beta version. |
Hi, @tavicu. Response from |
Hi @tavicu I think I have the same issue as described on this thread, but my tv does not show powerstate TV ~2018... I guess I should wait for plugin version 6.0.0? Otherwise loving the plugin, especially the apple remote control. |
Unfortunately I don't have an ETA because I am writing everything from the scratch using newer technologies. Also have a newborn which takes almost all my time :) But i'll do my best to finish ASAP since now I can use again my plugin. Almost a year ago I have migrated to Home Assistant and I don't like their integration with Samsung TVs. Now they released a new version that allows to add TVs from HomeKit to Home Assistant and I will be able to use this plugin :) |
I recently bought a Samsung Freestyle Projector and tried to implement the feature. It only shows ON and OFF buttons on HomeKit (which is OK for me, since I only want light to turn on ir off depending on projector state), but it is 90% of the time on in HK. When I just turned off, it shows as off, but 30 minutes later it is back on. Looking this thread I think it has something to do with PowerState coming blank from the HTTP ping:
Could it be that? |
Adding to my previous commet, right after powering off, the PowerState shows as "StandBy" and then as "". The problema is probably with blank |
Congrats on the newborn! they are a joy! |
The power status of my TV unexpectedly changes for a moment. Eg if TV is OFF it changes to ON for a second then OFF again, and vice versa if the TV is ON.
This triggers automations based on TV power. If you can tell me how to get you logs I'd be happy to get them for you.
edit: I see you have instructions for logs, let me get them, sorry I didn't read that first.
The text was updated successfully, but these errors were encountered: