hass
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 다음 판 | 이전 판 | ||
| hass [2018/11/16 23:14] – created ican | hass [2018/11/20 10:14] (현재) – ican | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Home Assistant (hass) ====== | ====== Home Assistant (hass) ====== | ||
| + | Python 기반으로 개발된 home automation platform이다. 손쉬운 확장성과 간결한 구조로 다양한 설정과 제어가 가능하다. | ||
| + | ---- | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | * normal install | + | * normal install; docker를 사용할 수 없는 환경이라면 바로 설치하는것을 추천한다. 서버의 자원과 네트워크 환경을 모두 활용할 수 있다는 장점이 있지만 기존에 설치된 패키지들과 dependency 문제가 발생할 수 있는 가능성이 있다. python virtual environment를 활용하는것도 하나의 방법이다. |
| < | < | ||
| - | * using docker image | + | * using docker image; 가장 추천 할 만한 방법이다. 다만 로컬 네트워크에 있는 다양한 기기들과 상호작용하기 위해서는 host network으로 설정하는것을 추천한다. |
| < | < | ||
| + | |||
| + | ---- | ||
| ===== Presence detection ===== | ===== Presence detection ===== | ||
| - | * Asuswrt: openssh is required. | + | * Asuswrt: |
| < | < | ||
| - | * Bluetooth: bluez is required. | + | * Bluetooth: |
| < | < | ||
| * nmap | * nmap | ||
| < | < | ||
| - | * Owntracks: some tweaks are needed to get integrity of location. | + | * [[https:// |
| + | |||
| + | ---- | ||
| ===== sonoff Integration ===== | ===== sonoff Integration ===== | ||
| 줄 22: | 줄 28: | ||
| * sonoff wifi switch can be easily integrated in hass. | * sonoff wifi switch can be easily integrated in hass. | ||
| * By updating custom firmware ([[https:// | * By updating custom firmware ([[https:// | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Purge Database ===== | ||
| + | * Add configuration for purging in configuration.yml (below configuration keeps database for 7 days). | ||
| + | < | ||
| + | recorder: | ||
| + | purge_keep_days: | ||
| + | </ | ||
| + | |||
| + | |||
| + | ---- | ||
| + | |||
| ===== Automation ===== | ===== Automation ===== | ||
hass.1542377680.txt.gz · 마지막으로 수정됨: 저자 ican
