Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lunDreame authored Aug 15, 2024
1 parent 7be090e commit 5b065dc
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 13 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,22 @@ BESTIN 월패드 1.0/2.0 사용자들을 위한 통합

이 통합을 설치하려면 이 GitHub Repo를 HACS Custom Repositories에 추가하거나 위의 배지를 클릭하세요. 설치 후 HomeAssistant를 재부팅하세요.

1. 기기 및 서비스 - 통합구성요소 추가하기 클릭
2. **브랜드 이름 검색** 탭에 `BESTIN` 검색 및 클릭
3. **호스트** 란에 EW11 or USB to 485 정보 입력 (192.168.x.x or /dev/ttyXXX)
4. **포트** 란에 EW11 포트 번호를 입력 (기본값: 8899). USB to 485인 경우 생략
5. 컴포넌트 로드 완료 후 기기가 생성되면 사용 가능
1. **기기 및 서비스** 메뉴에서 **통합구성요소 추가하기**를 클릭합니다.
2. **브랜드 이름 검색** 탭에 `BESTIN`을 입력하고 검색 결과에서 클릭합니다.
3. 아래 설명에 따라 설정을 진행합니다:

#### 1. 로컬 통신 설정
- **IP 주소** 입력:
- **EW11** 사용 시: `192.168.x.x` 형식의 IP 주소 입력
- **USB to 485** 사용 시: `/dev/ttyXXX` 경로 입력
- **포트** 입력:
- **EW11** 사용 시: 포트 번호 입력 (기본값: 8899)
- **USB to 485** 사용 시: 이 항목은 생략합니다.

#### 2. 스마트홈 연동 설정
- **스마트홈 연동**을 원할 경우, 제공된 문서를 참고하여 설정을 구성합니다.

4. 설정이 완료된 후, 컴포넌트가 로드되면 생성된 기기를 사용하실 수 있습니다.

### 준비
- EW11 or USB to 485 컨버터 2개 (게이트웨이 없는 일체형 세대는 한 개로 사용 가능)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bestin/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

DOMAIN = "bestin"
NAME = "BESTIN"
VERSION = "1.3.0"
VERSION = "1.1.0"

PLATFORMS: list[Platform] = [
Platform.CLIMATE,
Expand Down
10 changes: 5 additions & 5 deletions custom_components/bestin/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"@lunDreame"
],
"config_flow": true,
"documentation": "https://github.com/lunDreame/ha-bestin",
"iot_class": "local_push",
"issue_tracker": "https://github.com/lunDreame/ha-bestin/issues",
"requirements": [
"pyserial-asyncio",
"aiofiles",
"xmltodict"
],
"documentation": "https://github.com/lunDreame/ha-bestin",
"iot_class": "local_push",
"issue_tracker": "https://github.com/lunDreame/ha-bestin/issues",
"version": "1.3.0"
}
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion custom_components/bestin/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"center": {
"description": "Please refer to the [documentation](https://github.com/lunDreame/ha-bestin/blob/asynchrony/guide/center.md) for instructions on configuring each section.",
"description": "Please refer to the [documentation](https://github.com/lunDreame/ha-bestin/blob/main/guide/center.md) for instructions on configuring each section.",
"data": {
"version": "Version"
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bestin/translations/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"center": {
"description": "각 섹션의 구성 방법은 [문서](https://github.com/lunDreame/ha-bestin/blob/asynchrony/guide/center.md)를 참고해 주세요.",
"description": "각 섹션의 구성 방법은 [문서](https://github.com/lunDreame/ha-bestin/blob/main/guide/center.md)를 참고해 주세요.",
"data": {
"version": "버전"
}
Expand Down

0 comments on commit 5b065dc

Please sign in to comment.