-
Notifications
You must be signed in to change notification settings - Fork 63
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
Switching to HDMI1 doesn't change Media Title #224
Comments
Ofc as soon as I give up on debuging this myself and finally give into a bug report it... kinda works. At some point without my noticing it switched to saying HDMI 1 for the the media title, the problem being I am currently in youtube, but figured I'd post my logs from when it changed over anyways in hopes that may help illuminate something I missed.
|
This is same issue we are discussing here. |
you don't really have any idea of what happen from 1st log to 2nd log? May be a TV reset, firmware update or what else? This is really strange situation. |
If I recall correctly, the only difference was that I may have been using HA for the first set and the remote for the second, but the responses were so inconsistent as I was trying things that I tried both of those before and just now to little consistent effect. I did try the new beta update and it seems to be working better for app_id detection and consistently updates to the right smart app or physcial source. It doesn't seem to be updating this to the media title however so this change only shows in the developer tools states section. |
I think that I found the problem and also understand strange behaviors in 2 logs. Because my TV returns spontaneously list of running apps on every changes, in code review done in v0.10.0 I forgot to call a specific method to query app status on interval. Unfortunately not all model works in the same ways. Please try last release and let me know if it works or still there are issue. |
I updated to the latest release and after some initial weirdness with the source on the tv not changing in accordance with change on home assistant everything looks like it is working perfectly as intended. Unless such is taboo, I am going to leave the issue open for another 12-24 hours just to make sure that the initial issues I saw with source changes were a one time thing and then hopefully I'll close it completely resolved. Sorry for the slow response, I've been rather busy but eager to try the updates and thank you so much for your incredibly fast responses. |
Been spending some time trying a whole bunch of things while checking states (I can work to add logs but that takes much longer and doesn't seem to add much more but I don't know) and saw some weird interactions
I'm not sure why Hulu doesn't work. I only have Hulu, and YouTube in my application list so I used the remote to test them but I tested the YouTube, Dropout, Netflix, Prime Video, Disney+, Apple TV, HBO Max, and Peacock smart apps and all of them updated the appID and the media_title when Hulu only updated the appID |
Please share your application list |
YouTube: 111299001912/9Ur5IzDKqV.TizenYouTube |
Problem is that you are not providing numeric app ID for Hulu app, Right value could be (not sure) |
Ahhh, thank you I didn't realize it interacted that way. Is there a way to find those programmatically? |
Nevermind, found that info at the bottom of https://github.com/tavicu/homebridge-samsung-tizen/wiki/Applications |
Last question (almost certainly): Is there a way to rename the TV/HDMI source when setting HDMI1 with buttons instead of ST_HDMI1 since that is giving me an error? |
I do not understand the question |
Currently I have an issue where if I don't specify the source list or use "ANY CHOSEN NAME: ST_HDMI1" and select HDMI1's source it changes and has the right media_title but gets stuck on a screen of just the icon for the source (attatched) and can get stuck there until the source is changed and no remote button seems to fix it Alternatively my current fix is using "ST_HDMI1+ST_HDMI1+KEY_EXIT" for the keys but this makes the media_title "TV/HDMI" which is a separate source from the labeled one unless I make the source list "TV/HDMI: ST_HDMI11+KEY_EXIT" I would like to be able to change the name of TV/HDMI without running into this icon issue |
This is really strange, I don't know exactly how to manage this. Did you try, for instance, to change the HDMI port on TV? The command to select HDMI go through SmartThings, I do not understand why you have to call it 2 times followed by exit, |
In testing the stuck icon just happened while selecting HDMI with the remote not through HA so I think it is definitely an issue on Samsung's side.
Unfortunately it looks like as of now my model has an intermittent issue with freezing when returning to hdmi inputs. On the side of this integration I was hoping there would be a way to map the correct current source to the correct chosen name in the Source List. |
Source name is based on information provided by SmartThings, TV does not return directly this information. So whatever method you use to select the source, the only way to provide a source name <> from "TV/HDMI" is to define it in the source list associated with the key |
No firmware update sadly so I'll probably turn to Samsung forums. Thanks for the rest of the help tho, luckily it's just a small thing now. |
Describe the bug
Switching the source to HDMI1 results in no change to "New media title" or "running app" in logs or in state
Expected behavior
Switching the source to HDMI1 results in entity state of media title (and associated states) switching to HDMI1
Environment details:
Output of HA logs
First set is in Youtube app, second and third are after switching to HDMI 1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: