-
Notifications
You must be signed in to change notification settings - Fork 25
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
Codesets and Keycodes are not accurate #11
Comments
If they don't match, them I'd guess you have a different model. If you can document the differences, I can try to update code to support your tv. |
I have a newer vizio TV I think. RIGHT = [3, 7] I will comment as much as I find out what the discrepancies are. |
|
What this should really have is someone to fork Vizio and implement a remote with code like this (which I use) right now as a REST command:
Meaning we should have a service like "vizio.key_command" like we have "vizio.update_setting" (which frankly is mostly worhless and would have been the last thing I would implement) |
Maybe my television is a newer model or the OS is on a different version than these were tested on... but I have only gotten 20% of these Codesets and Keycodes to work. I had to correct almost all of them by hand and the Codesets for some keys dont even match the docs that this project seemed to be based on: https://github.com/exiva/Vizio_SmartCast_API
The text was updated successfully, but these errors were encountered: