Closed DarkFox closed 2 years ago
had the same error and changed https://github.com/skagmo/ha_vwid/blob/1956af2529e70ee912eedcb94f4c587ec7142f2b/custom_components/vwid/sensor.py#L42 to
session = async_get_clientsession(hass, verify_ssl=False)
this works for me.
Redirects using the "weconnect"-adapter is handled properly, so it shouldn't be related. Seeing the solution from diplix I assume this is related to HTTPS certificates on your computer. Do you use other components depending on HTTPS?
Closed due to inactivity.
When I try to set it up, it fails to connect, most likely due to the "weconnect://..." redirect URL used in libvwid: