Linux 우분투 18.04 Home Assistant 설치
2018.12.09 19:29
sudo apt install
sudo apt upgrade
sudo apt install python3-pip python3-venv
python3 -m venv homeassistant
cd homeassistant
source bin/activate
python3 -m pip install wheel
python3 -m pip install homeassistant
hass --open-ui
whereis hass
sudo vi /etc/systemd/system/homeassistant.service
[Unit]
Description=Home Assistant
After=network-online.target
[Service]
Type=simple
Environment=WorkingDirectory=/home/jhk/.homeassistant/
ExecStart=/home/homeassistant/bin/hass -c '/home/jhk/.homeassistant'
Restart=always
[Install]
WantedBy=mult-user.target
sudo systemctl daemon-reload
sudo systemctl enable homeassistant.service
sudo systemctl start homeassistant.service
sudo systemctl status homeassistant.service
webui접속 http://localhost:8123
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
» | 우분투 18.04 Home Assistant 설치 [2] | Kim | 2018.12.09 | 1348 |
28 | Plex TV 라이브러리 정리 방법 | Kim | 2016.12.20 | 5055 |
24 | 오래된 파일 지우기- forfiles | Kim | 2015.03.08 | 3080 |
23 | 지난 파일 삭제 CMD테스트 | Kim | 2015.03.08 | 2651 |
22 | nginx Tip 업로드시 [Error Code: HTTP Error, File name: 파일명, Message: 413] 뜰떄 | Kim | 2014.12.02 | 27572 |
21 | HylaFax on CentOS Install | Kim | 2014.11.19 | 55088 |
20 | ServerWMC 이용 외부에서 XBMC이용 TV보기 | Kim | 2014.08.27 | 6687 |
19 | Windows 7에서 NAS 삼바로 접속하기 [1] | Kim | 2014.08.27 | 7796 |
18 | 웹페이지 로딩 비교 사이트 | Kim | 2014.08.22 | 5701 |
17 | nginx xe 1.7.5.7 rewrite rule | Kim | 2014.08.22 | 1424656 |
14 | nginx 프로세스 죽이지 않고 설정값 재적용 | Kim | 2014.08.21 | 5044 |
13 | 64bit linux에 php with mysql시 다음 에러 해결 방법 | Kim | 2014.08.21 | 5424 |
12 | 서버점검목록 1탄 | Kim | 2014.08.21 | 4766 |
11 | Nginx - error log critical options (disk full) | Kim | 2014.08.21 | 5596 |
10 | 리눅스에서 하드디스크 추가로달고 마운트하기 | Kim | 2014.08.21 | 17600 |
http://www.kim0.com/index.php?mid=board_other&document_srl=3331
공개로 변경했습니다 확인하세요
전 AC68P였구요 같은모델 이신지? 해당글에 피드백 주시면 더 좋구요