rale
rale
OK, did some more testing. It looks like it's only available on newer versions. On my C2 with the latest firmware (webOS 7.3.0-2402) it's accessible remotely, but on my older...
I went ahead and got it working in home assistant now. If needed, I can make a PR for it as well, if https://github.com/home-assistant-libs/aiowebostv/pull/178 is merged.
Sure, you'll need to replace the aiowebostv package with my version here: https://github.com/rale/aiowebostv/tree/main and patch webostv/media_player.py something like this: https://github.com/home-assistant/core/compare/dev...rale:core:webos_media_state
I was able to test and confirm it's also working on another TV, a QNED85 with latest firmware, webOS 7.3.1-37.
Sorry, I was referring to com.webos.media/getForegroundAppInfo working. As far as I can tell, you can only access com.webos.service.acb/getForegroundAppInfo from locally on the tv, not through the remote API.
I set up a custom component repo for anyone who wants to test or just wants to use media player status. You should be able to just add it as...
> > I set up a custom component repo for anyone who wants to test or just wants to use media player status. You should be able to just add...