Skip to content

Listen to events from a modified quhwa doorbell connected via gpio

Notifications You must be signed in to change notification settings

bodav/node-quhwa-gpio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-quhwa-gpio

Listen to events from a modified quhwa doorbell connected via gpio

quhwa

Docker

Run

docker run -it -v /sys:/sys --network host node-quhwa-gpio:latest

Compose

version: "3"
services:
  quhwa-gpio:
    build: https://github.com/bodav/node-quhwa-gpio.git
    network_mode: host
    volumes:
      - /sys:/sys
    environment:
      - GPIOPIN=7
      - "WEBHOOKURL=http://localhost:51828/?accessoryId=doorbellSensor&state=true"

About

Listen to events from a modified quhwa doorbell connected via gpio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published