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

Integration of Picture Settings #40

Open
helgek opened this issue May 4, 2021 · 2 comments
Open

Integration of Picture Settings #40

helgek opened this issue May 4, 2021 · 2 comments

Comments

@helgek
Copy link

helgek commented May 4, 2021

Hi,

I finally found solution to change e.g. picture presets. Please see my last comment at:

https://community.home-assistant.io/t/lg-webos-change-picture-setting-mode-with-scripts/262915

Maybe this could be implemented into lgtv2 as well?

Thanks and regards,
Helge

@kongomongo
Copy link

kongomongo commented May 14, 2021

I think you can already do this.

lgtv.getSocket(
    'ssap://com.webos.service.networkinput/getPointerInputSocket',
    function(err, sock) {
        if (!err) {
            sock.send('button', 'name:MENU');
        }
    }
);

@helgek
Copy link
Author

helgek commented May 14, 2021

Hi,

thanks. You're right, you can use menu commands but it needs a series of button clicks. The method I discovered changes picture settings directly in the backend and doesn't use the UI approach.

There are some caveats nevertheless for this method as well which is why it might not become implemented into additional implementations besides aiopylgtv. These have been discussed here: merdok/homebridge-webos-tv#371

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

No branches or pull requests

2 participants