temperature-monitor
Raspberry Pi-based home temperature monitoring network.
파일 탐색기
최종 버전 다운로드 (.zip)- stale.yml
- FUNDING.yml
- .gitignore
- example.config.yml
- inventory-example
- www
- sample-data.sql
- schema.sql
- loading.gif
- data-eu-gdp-growth-1.json
- data-eu-gdp-growth-2.json
- data-eu-gdp-growth-3.json
- data-eu-gdp-growth-4.json
- data-eu-gdp-growth-5.json
- data-eu-gdp-growth.json
- data-japan-gdp-growth.json
- data-usa-gdp-growth.json
- index.html
- index.html
- index.html
- index.html
- index.html
- africa
- antarctica
- asia
- australasia
- backward
- etcetera
- europe
- factory
- iso3166.tab
- leapseconds
- northamerica
- pacificnew
- solar87
- solar88
- solar89
- southamerica
- systemv
- yearistype.sh
- zone.tab
- date.js
- index.html
- index.html
- index.html
- index.html
- index.html
- hs-2004-27-a-large-web.jpg
- index.html
- index.html
- arrow-down.gif
- arrow-left.gif
- arrow-right.gif
- arrow-up.gif
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- jquery-ui.min.css
- jquery-ui.min.js
- index.html
- index.html
- index.html
- index.html
- index.html
- index.html
- background.png
- examples.css
- index.html
- API.md
- CONTRIBUTING.md
- excanvas.js
- excanvas.min.js
- FAQ.md
- jquery.colorhelpers.js
- jquery.colorhelpers.min.js
- jquery.flot.canvas.js
- jquery.flot.canvas.min.js
- jquery.flot.categories.js
- jquery.flot.categories.min.js
- jquery.flot.crosshair.js
- jquery.flot.crosshair.min.js
- jquery.flot.errorbars.js
- jquery.flot.errorbars.min.js
- jquery.flot.fillbetween.js
- jquery.flot.fillbetween.min.js
- jquery.flot.image.js
- jquery.flot.image.min.js
- jquery.flot.js
- jquery.flot.min.js
- jquery.flot.navigate.js
- jquery.flot.navigate.min.js
- jquery.flot.pie.js
- jquery.flot.pie.min.js
- jquery.flot.resize.js
- jquery.flot.resize.min.js
- jquery.flot.selection.js
- jquery.flot.selection.min.js
- jquery.flot.stack.js
- jquery.flot.stack.min.js
- jquery.flot.symbol.js
- jquery.flot.symbol.min.js
- jquery.flot.threshold.js
- jquery.flot.threshold.min.js
- jquery.flot.time.js
- jquery.flot.time.min.js
- jquery.js
- jquery.min.js
- LICENSE.txt
- Makefile
- NEWS.md
- PLUGINS.md
- README.md
- jquery.min.js
- jquery.min.map
- index.js
- style.css
- favicon.ico
- home.js
- sensors.js
- temps.js
- index.js
- error.pug
- index.pug
- layout.pug
- app.js
- package-lock.json
- package.json
- screenshot.png
- arudino-temperature-wiring.jpg
- pi-temperature-wiring-1.jpg
- pi-temperature-wiring-2.jpg
- app.yml
- database.yml
- scripts.yml
- nest_api.j2
- temps.conf.j2
- wu_api.j2
- main.yml
- pi-temps-init.j2
- main.yml
- main.yml
- requirements.yml
- example.temps.conf
- nest-temps.py
- outdoor-temps-owm.py
- outdoor-temps-wu.py
- pi-temps.py
- requirements.txt
- temp_api.py
- .gitignore
- README.md
- Vagrantfile
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/geerlingguy/temperature-monitor
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd temperature-monitor
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
cd dashboard
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
3. Python
쉬움사전 준비물
pip install -r scripts/requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
4. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
⚠️ 이 프로젝트는 규모가 큰 저장소라, 이 방법이 실제 핵심 제품이 아니라 내부 하위 패키지를 가리키는 것일 수 있습니다. README 전체를 함께 확인해보세요.
cd dashboard/public/javascripts/flot
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
