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 |
12 | HylaFax on CentOS Install | Kim | 2014.11.19 | 55086 |
11 | 웹페이지 로딩 비교 사이트 | Kim | 2014.08.22 | 5701 |
10 | 64bit linux에 php with mysql시 다음 에러 해결 방법 | Kim | 2014.08.21 | 5424 |
9 | 서버점검목록 1탄 | Kim | 2014.08.21 | 4766 |
8 | 리눅스에서 하드디스크 추가로달고 마운트하기 | Kim | 2014.08.21 | 17600 |
7 | 리눅스 하드디스크 배드 블럭 점검 badblocks | Kim | 2014.08.21 | 6479 |
6 | 네트워크 연결 속도 확인 | Kim | 2014.08.21 | 5404 |
5 | ip_conntrack: table full, dropping packet | Kim | 2014.08.21 | 5157 |
4 | HOSTNAME | Kim | 2014.08.21 | 4948 |
3 | 서버 리눅스 핑막기 | Kim | 2014.08.21 | 5247 |
2 | 네트워크 재시작 | Kim | 2014.08.21 | 5015 |
1 | Bad Sector 확인 | Kim | 2014.08.21 | 5425 |
http://www.kim0.com/index.php?mid=board_other&document_srl=3331
공개로 변경했습니다 확인하세요
전 AC68P였구요 같은모델 이신지? 해당글에 피드백 주시면 더 좋구요