raman325 / pyvizio

Python client for Vizio SmartCast
MIT License
105 stars 29 forks source link

Power On command turns power Off #163

Open dhess83 opened 1 month ago

dhess83 commented 1 month ago

I can do most any other operation that I try, but sending power on to the TV, or even just power, will power it off.

The following command will power off the TV: C:\Program Files\Python310\Scripts\pyvizio.exe --ip=192.168.1.30 --device_type=tv --auth=Z3hcya3zvp power on

Other commands, like this, work perfectly C:\Program Files\Python310\Scripts\pyvizio.exe --ip=192.168.1.30 --device_type=tv --auth=Z3hcya3zvp input hdmi3

BeltBucketTCB commented 3 weeks ago

"power" is an intentional toggle, judging from its output in bash. For my TV, "power on" doesn't shut it down.

TV info: Model Name M658-G1 Version 7.0.120.1-1

Pyvizio version: 0.1.61