Skip to content

Use node.js to control garage door using C.H.I.P

Notifications You must be signed in to change notification settings

maxscheel/node_door

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

node_door

Use node.js to control garage door using C.H.I.P mini computer

Materials needed

  • C.H.I.P. mini computer https://getchip.com/ (i'm running a debian headless image on it)
  • relay that can be switched with 3.3v
  • some interface. I'm using openHab, but you may just want to operate it through a webpage interface
  • some reed switches for figuring out door state (2x window/door reed switch form aliexpress with do the trick)

Steps to implement

  1. Install image on chip using chrome extension
  2. Setup node https://nodejs.org/en/download/package-manager/
  3. Deploy code from this git repo
  4. Satisfy dependencies
  5. Connect pins to reed switches for state reporting
  6. Connect to button terminals on door opener
  7. Configure openHab

About

Use node.js to control garage door using C.H.I.P

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%