exiva / Vizio_SmartCast_API

API documentation for Vizio SmartCast TV's
173 stars 33 forks source link

Can't change input #12

Closed Stesus closed 6 years ago

Stesus commented 6 years ago

I can't get the tv to change inputs. I can send key pressed, but every time i try to change the input I get a HASHVAL_ERROR. I noticed the HASHVAL given for the current input isn't listed when I list all inputs. Has anyone has this problem?

Stesus commented 6 years ago

Also, the HASHVAL listed in current_input works when changing inputs (changes it to the current input).

sevvy325 commented 6 years ago

The issue is the HASHVAL passed should be that of the current input, not that of the desired input.

Stesus commented 6 years ago

Thanks a lot, I have it working now.