본문 바로가기
  • 개천에서 용나는 걸 보고 싶단 말이지.
My Space/Home Assistant

샤오미 게이트웨이3 문제 해결법 (HomeAssistant Ver.2022.3.3)

by Dyner 2022. 3. 11.

+추가 : 2022.03.12 샤오미 게이트웨이3 업데이트로 해결됨.

Home Assistant 2022.3.3 업데이트 후 샤오미 게이트웨이에 연결된 기기들(센서관련류)가 작동하지 않는다.

이에 대한 해결법이 올라왔다.

https://github.com/AlexxIT/XiaomiGateway3/issues/694

개발자 AexxIT가 다음 업데이트에 해결법을 적용하겠다고 글을 남겼다...라지만... 어제 남긴 글인데 아직까지 업데이트가 없다 ㅡㅡ;

뭐 답글을 살펴보고 적용해보니, 다시 잘 작동하여 해결 방법을 올린다.

fix core/device.py

add

from homeassistant.helpers.entity import EntityPlatformState
change line 399 and 406.

if entity._platform_state is EntityPlatformState.ADDED:

뭔가 하고 삽질했는데,

/config/custom_components/xiaomi_gateway3/core/device.py

의 파일을 열어서 맨 위에

from homeassistant.helpers.entity import EntityPlatformState

를 추가하고,

한 줄 추가했으니 이제 400번째와 407번째 라인을

from homeassistant.helpers.entity import EntityPlatformState

로 대체하고 저장 후 재시동하면 끝~

잘 작동 중이다.

device.py
14.4 kB

혹시 모르니 파일을 첨부.

뭐 금방 문제 해결 수정버전 올라오지 싶다.