natekspencer / hacs-vivint

Home Assistant integration for a Vivint home security system.
MIT License
66 stars 4 forks source link

Integration could not be setup #66

Closed mat1583 closed 1 year ago

mat1583 commented 1 year ago

After updating to HA 12.3 and Vivint 12.0, the Vivint integration is no longer working and can't be setup. This is what I'm seeing on the logs.

Log Details (ERROR) Logger: homeassistant.util.package Source: util/package.py:98 First occurred: 5:35:17 AM (3 occurrences) Last logged: 5:35:35 AM

Unable to install package vivintpy==2022.12.0: ERROR: Cannot install vivintpy==2022.12.0 because these package versions have conflicting dependencies. ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts [notice] A new release of pip available: 22.3 -> 22.3.1 [notice] To update, run: pip install --upgrade pip

mat1583 commented 1 year ago

Downgrading to previous version fixes the issue.

mlittle408 commented 1 year ago

How do you downgrade. I am having the same problem. Thanks!

mlittle408 commented 1 year ago

I figured it out. thx

mat1583 commented 1 year ago

Go to HACS , select the Vivint integration, touch the three dot menu, then select redownload, then change the version number to the previous version.

On Mon, Dec 12, 2022, 06:30 Michael Little @.***> wrote:

I figured it out. thx

— Reply to this email directly, view it on GitHub https://github.com/natekspencer/hacs-vivint/issues/66#issuecomment-1346415200, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATCZ5HCPB4F7CHAWQKJE6HTWM4LHHANCNFSM6AAAAAAS32QH4I . You are receiving this because you authored the thread.Message ID: @.***>

natekspencer commented 1 year ago

This was caused because HA downgraded aiohttp to 3.8.1 after they noticed some issues. I'm rolling out a fix shortly.

natekspencer commented 1 year ago

Resolved with 2022.12.1

mat1583 commented 1 year ago

Confirmed working again. Thanks, Nate!