peterbuga / HASS-sonoff-ewelink

Home Assistant component to control Sonoff/eWeLink devices with original firmware
MIT License
792 stars 296 forks source link

Is this compatible with latest release Home Assistant 2020.12? I have issue. #275

Closed montyha66 closed 3 years ago

montyha66 commented 3 years ago

I Have following issue with latest release 2020.12 My issue is described here, but the remediation there did not helped at all :-( https://github.com/peterbuga/HASS-sonoff-ewelink/issues/261#issuecomment-744342379

joelr commented 3 years ago

in init.py

remove uuid from line ~26 so it's something like: REQUIREMENTS = ['websocket-client==0.54.0']

remove import uuid from line ~121

then change line 134 to anything like (has to be a valid uuid, eg): self._imei = str('12345278-1234-abcd-abcd-123456789011')

davidwang2000 commented 3 years ago

Same here. it seems not working on 2020.12.

davidwang2000 commented 3 years ago

It works after upgrading to 2020.12.1.

montyha66 commented 3 years ago

I can confirm. Same here. It works after upgrading to 2020.12.1.