+추가 : 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
로 대체하고 저장 후 재시동하면 끝~
잘 작동 중이다.
혹시 모르니 파일을 첨부.
뭐 금방 문제 해결 수정버전 올라오지 싶다.
'My Space > Home Assistant' 카테고리의 다른 글
Home-Assistant 2022.04.x 버전부터 메모리 누수? (0) | 2022.04.30 |
---|---|
HomeAssistant 4.0 & 4.1 에서 Local Tuya 오류 임시해결법 (0) | 2022.04.09 |
AirGradient 조립 및 삽질기 (0) | 2022.02.12 |
ESPHome을 접하다? (0) | 2022.01.20 |
게으름의 끝은? (0) | 2022.01.20 |