● HA작업) Node-RED 설치 하기,, 실행 안됨 에서 npm 정상화 연결후 reboot 후 정상
♨ 카랜더 일정 :
2023년05월09일
본문
● HA작업) Node-RED 설치 하기,, 실행 안됨 에서 npm 정상화 연결후 reboot 후 정상
https://iotmaker.kr/iotbook-install-node-red-add-on/
애드온 > 애드온스토어 > 검색 > node-red 설치
애드온> 애드온스토어(하단) >검색 Node-RED
설치 > 시작하기전에 >>> 구성 설정
공유기 포트 포워드 설정
log파일 에러내용
========================
애러 발생
기본 구성이
https://ha.11q.duckdns.org/nginx_proxy_manager
저의 npm 구성이
1) 시놀로지에서 npm 설치 사용 > 정상 동작
-> 포트 81
-> 공유기 포트포워드 81 설정
2) Home assistant 에서 npm 설치 사용 > 정상 동작 으로 설정 ( 시놀로지 사용에서 중지 > 동시 사용 문제 없는 조건으로 )
-> 포트 8181
-> 공유기 포트포워드 8181 설정
3) 시놀로지 에서 추가 인증서 서브도메인 bbb.aaa.duckdns.org 동작 조건및 자동복사 조건
cp /volume1/docker/npm/etc/letsencrypt/live/npm-2/*.* /usr/syno/etc/certificate/_archive/1ehwGc/
초기 안되어 삭제 재설치 구성 편집 추가 하였 습니다 >>> 재부팅을 전체 reboot로 진행
configuration.yaml 파일에서
구성 참조 적용
credential_secret: password
theme: default
http_node:
username: DEVuser
password: DEVpw
http_static:
username: DEVuser
password: DEVpw
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
system_packages:
- ffmpeg
npm_packages:
- node-red-admin
init_commands:
- echo 'This is a test'
- echo 'So is this...'
dark_mode: false
require_ssl: false
port: 1880
================
구성 yaml 편집후 재시작하여 진입 합니다
이제 node-red 의 사용조건을 준비합니다.
☞ https://11q.kr 에 등록된 자료 입니다. ♠ 정보찾아 공유 드리며 출처는 링크 참조 바랍니다♠
관련자료
-
링크
-
이전작성일 2023.05.10 16:18
-
다음
댓글목록

11qkr님의 댓글

최종
credential_secret: password
theme: default
http_node:
username: DEVuser
password: DEVpw
http_static:
username: DEVuser
password: DEVpw
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
system_packages:
- ffmpeg
npm_packages:
- node-red-admin
init_commands:
- echo 'This is a test'
- echo 'So is this...'
dark_mode: false
require_ssl: false
port: 1880
=======