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

CLI - TV volume increase amount not working correctly #129

Open
DavBebawy opened this issue Dec 29, 2021 · 3 comments
Open

CLI - TV volume increase amount not working correctly #129

DavBebawy opened this issue Dec 29, 2021 · 3 comments

Comments

@DavBebawy
Copy link
Contributor

I have just tested the CLI and all functionality works great except when I set volume up (any int) the TV increases by 2 only no matter what.

@raman325
Copy link
Owner

raman325 commented Dec 29, 2021

Did you log a step when you called the action? To be completely frank the Vizio API is pretty poorly designed. This library does the best it can but it's undocumented and reverse engineered and we knew it wasn't 100% right.

@raman325
Copy link
Owner

raman325 commented Jan 3, 2022

I just re-read this and noticed you mentioned any int. Does that mean you were trying different step values and they all had the same behavior?

Under the hood we can't actually set the volume, we just send multiple volume up calls. I wonder if we need to introduce some sort of delay to make it more likely for each call to succeed

@DavBebawy
Copy link
Contributor Author

Yeah I have been trying to figure out the issue or how to fix it but unfortunately my python skills are not that good. What I saw when using Smartest iOS app that it starts sending 1 volume up/down at time before switching to changing the volume by 5 at a time. Don't know if this info is helpful.

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