npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

homebridge-daelim-smarthome

v1.5.8

Published

A third-party Homebridge platform plugin for DL E&C SmartHome

Readme

Homebridge DL E&C Smart Home

Verified by Homebridge Downloads Version

e편한세상 및 아크로 계열 아파트 단지를 위한 Homebridge 인증 플러그인

e편한세상 스마트홈 2.0스마트 eLife 앱 사용자 대상으로 다음의 기능들을 지원합니다.

  1. 전등1
  2. 난방
  3. 콘센트
  4. 환기(전열교환기)2
  5. 시스템 에어컨
  6. 가스 밸브 잠금
  7. 엘리베이터 호출
  8. 출입 및 입출차 알림
  9. 방문자 알림 및 이미지 표시3
  10. 세대현관 실시간 영상4

[!WARNING] e편한세상 스마트홈 2.0 및 스마트 eLife 앱은 동시접속 및 다중 로그인을 지원하지 않습니다. 따라서 이 플러그인 전용의 세대원 계정을 앱에서 하나 더 추가하시거나, 기존 계정을 로그아웃하신 후 사용하시기 바랍니다. 위 주의사항을 따르지 않을 시 로그인/로그아웃이 무한정 반복되며 정상적인 이용이 불가능할 수 있습니다.

설치 요구사항

설치

Homebridge Config UI X를 이용한 설치

  1. 가장 마지막 버전의 Homebridge Config UI X가 설치되어 있다면 검색 페이지에서 homebridge-daelim-smarthome을 검색하여 설치할 수 있습니다.
  2. 설치 후 플러그인 구성 지침에 따르세요.

Terminal에서 설치

Node.js 환경을 필요로합니다.

sudo npm install -g --unsafe-perm homebridge-daelim-smarthome

직접 빌드하여 설치 (macOS, Linux 전용)

Node.js 환경을 필요로합니다.

  1. git clone https://github.com/OrigamiDream/homebridge-daelim-smarthome.git을 통해 레포지토리를 로컬에 설치합니다.
  2. cd homebridge-daelim-smarthome으로 로컬에 설치된 레포지토리로 이동합니다.
  3. npm i && npm run build로 플러그인을 빌드합니다.
  4. npm link로 npm 패키지를 등록합니다.
  5. Homebridge-UI 웹사이트로 이동하면 플러그인 목록에서 homebridge-daelim-smarthome을 찾을 수 있습니다.
  6. 설정 버튼을 눌러 플러그인 구성 지침에 따르세요.

직접 빌드하여 설치 (Homebridge Docker Terminal 내에서 작업)

  1. git clone https://github.com/OrigamiDream/homebridge-daelim-smarthome.git을 통해 레포지토리를 로컬에 설치합니다.
  2. npm install ./homebridge-daelim-smarthome으로 플러그인을 빌드 및 설치합니다.
  3. 문제가 생긴 경우, npm install hap-nodejs 실행 후 Step 2 를 다시 수행합니다.
  4. Homebridge-UI 웹사이트로 이동하면 플러그인 목록에서 homebridge-daelim-smarthome을 찾을 수 있습니다.
  5. 설정 버튼을 눌러 플러그인 구성 지침에 따르세요.

1 세대에 따라 밝기를 단계별로 조절할 수 있으며, 단계 수는 세대마다 다릅니다. 2 세대에 따라 풍량 및 모드 조절이 가능합니다. 3 방문자 이미지 표시는 HomeKit Secure Video를 이용하며, HomeKit 홈 허브인 Apple TV(4세대 및 이후 모델) 또는 HomePod이 있어야 합니다. 4 스마트 eLife와 e편한세상 One Pass를 지원하는 단지에서만 이용 가능하며, 외부 세대현관 초인종 설정에서 실시간 영상 사용을 활성화해야 합니다. 자세한 내용은 TROUBLESHOOTING.md를 참고하세요.