-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Vizio integration depends on Cloud but documentation says Local #110232
Comments
Hey there @raman325, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) vizio documentation |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Upgraded to latest version of Home Assistant, still having issues. |
I mean, the label that is attached to integrations about their way of communication is describing how the majority of the communication with the device goes. If I understand Vizio correctly, there only happens 1 request to the cloud to fetch updated info, and the rest of the communication is going through local. That means the connection with the device is local. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
The problem
pyvizio tries to query App Names by querying
scfs.vizio.com
which is in the Cloud, not Local. When access toscfs.vizio.com
is blocked the Vizio integration fails to initialize and logs this error:Additionally the request to
scfs.vizio.com
is over HTTP.Since the Vizio integration depends on the Cloud I believe the documentation should be updated or the integration patched to still initialize the integration even if access
scfs.vizio.com
fails (pyvizio commit seems to indicate it should still work raman325/pyvizio@e5be57f).What version of Home Assistant Core has the issue?
2024.2.1
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Vizio
Link to integration documentation on our website
https://www.home-assistant.io/integrations/vizio
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: