kevinvincent / ha-wyzesense

A Home Assistant Component to interface with the WYZE Sense hub and sensor system
369 stars 100 forks source link

Platform error binary_sensor.wyzesense - No module named 'retry' #118

Closed short4bmoney closed 3 years ago

short4bmoney commented 4 years ago

Not sure where to report this issue, but on the latest version 0.0.7 I get an error recognizing the retry module referenced in binary_sensor.py and also I see it in manifests.json as a required module.

Running Hassio v0.107.7 on Virtualbox

photinus commented 4 years ago

Still an issue? They changed how requirements got loaded around that version of Home Assistant, I haven't seen the issue in more recent versions.

Advistane commented 4 years ago

Still an issue? They changed how requirements got loaded around that version of Home Assistant, I haven't seen the issue in more recent versions.

I just installed this for the first time and I'm still receiving the error in OP.

toe7685 commented 4 years ago

I just received this message as well

askast commented 4 years ago

Did you just install HACS? The error went away the next day.

toe7685 commented 4 years ago

yes today. I've had it setup before but switched servers. I forgot to mention I'm on 0.110.3

boonhapus commented 4 years ago

I'm not sure why, but when I had this error last I simply uninstalled it from HACS and deleted it's directory in .storage. After reinstalling, the error goes away.

askast commented 4 years ago

HACS on the left nav bar was missing it's icon when I had the problem. The next day, the icon showed up and the error went away.

Advistane commented 4 years ago

HACS on the left nav bar was missing it's icon when I had the problem. The next day, the icon showed up and the error went away.

I noticed this too. So I tried a full host restart (not just restarting Home Assistant) and this caused the HACS icon to show up and the error in OP to go away.