You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi my tv is detected by the script, however it is not able to start the pairing process.
Here are the current logs:
[twilight@Twilightop ~]$ pyvizio --ip=0 discover
/home/twilight/.local/pipx/venvs/pyvizio/lib/python3.11/site-packages/pyvizio/discovery/zeroconf.py:68: FutureWarning: ZeroconfListener({'_func': <function discover.<locals>.append_service at 0x7f3e36e179c0>}) has no update_service method. Provide one (it can be empty if you don't care about the updates), it'll become mandatory.
ServiceBrowser(zeroconf, service_type, ZeroconfListener(append_service))
INFO:pyvizio:[ZeroconfDevice({'name': "Censored Bedroom TV", 'ip': '192.168.1.146', 'port': 9000, 'model': "Censored Bedroom TV", 'id': b'608916016'})]
INFO:pyvizio.cli:
IP Port Model Name
------------- ------ ---------------- ----------------
192.168.1.146 9000 Censored Bedroom TV Censored Bedroom TV
[twilight@Twilightop ~]$ pyvizio --ip=192.168.1.146:9000 --device_type=tv pair
INFO:pyvizio.cli:Initiating pairing process, check your device for pin upon success
ERROR:pyvizio:Failed to execute command: Cannot connect to host 192.168.1.146:9000 ssl:False [None]
INFO:pyvizio.cli:ERROR
[twilight@Twilightop ~]$
The text was updated successfully, but these errors were encountered:
hi @thyTwilightGoth this project is fairly unmaintained at this point because I have not had a lot of success with integrating my Vizio soundbars (it seems like a firmware issue, not an integration issue). I also have no Vizio TVs to test things with. If you have the skills and the bandwidth, feel free to submit a PR if you are able to find a solution to your issue
Hi my tv is detected by the script, however it is not able to start the pairing process.
Here are the current logs:
The text was updated successfully, but these errors were encountered: