hass
문서의 이전 판입니다!
Home Assistant (hass)
Python 기반으로 개발된 home automation platform이다. 손쉬운 확장성과 간결한 구조로 다양한 설정과 제어가 가능하다.
Installation
- normal install; docker를 사용할 수 없는 환경이라면 바로 설치하는것을 추천한다. 서버의 자원과 네트워크 환경을 모두 활용할 수 있다는 장점이 있지만 기존에 설치된 패키지들과 dependency 문제가 발생할 수 있는 가능성이 있다. python virtual environment를 활용하는것도 하나의 방법이다.
$ pip3 install --upgrade homeassistant
- using docker image; 가장 추천 할 만한 방법이다. 다만 로컬 네트워크에 있는 다양한 기기들과 상호작용하기 위해서는 host network으로 설정하는것을 추천한다.
$ sudo docker run epitaxy/compact-hass
Presence detection
- Asuswrt: openssh is required.
$ sudo apt install openssh
- Bluetooth: bluez is required.
$ sudo apt install bluez bluez-dev
- nmap
$ sudo apt install nmap
- Owntracks: some tweaks are needed to get integrity of location.
sonoff Integration
- sonoff wifi switch can be easily integrated in hass.
- By updating custom firmware (sonoff-tasmota) and enabling though WEMO emulation, sonoff can be automatically discovered and controlled as a WEMO switch.
Automation
hass.1542459315.txt.gz · 마지막으로 수정됨: 저자 ican
