Skip to content

geertjansen/rpi-sonos-doorbell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpi-sonos-doorbell

Raspberry Pi doorbell that triggers a chime on one or more Sonos speakers

Installation

npm install

Configuration

Push notifications are set up using an IFTTT applet. Create one where it sends a push notification on an email trigger with a #doorbell tag.

To configure the email service, create a mail.conf.js file in the root directory using the example below.

// mail.conf.js
module.exports = {
  host: "smtp.gmail.com"
  port: 587,
  secure: false, // true for 465, false for other ports
  auth: {
    user: "[email protected]",
    pass: "p4ssw0rd!",
  },
};

Run

npm start

About

Raspberry PI doorbell that triggers a chime on one or more Sonos speakers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors