Skip to content

TellTheStar/HikBell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HikBell

Doorbell running on Raspberry Pi 3B+ that is using:

  • Hikvision camera for: image, sound notification and communication.
  • Google Home for indoor notificatication.
  • Pushbullet for mobile notification.

#Insallation
sudo apt-get install update
sudo apt-get install python
sudo python -m pip install wget
sudo python -m pip install shutil
sudo apt-get install python3
sudo python3 -m pip install pychromecast

#Auto start at boot
sudo nano /etc/rc.local
/usr/bin/sudo /usr/bin/python /home/pi/doorbell.py > /home/pi/doorbell.log 2>&1 &
/usr/bin/sudo /usr/bin/python3 /home/pi/GooglePyNotify.py > /home/pi/GooglePyNotify.log 2>&1 &

#GooglePyNotify
Test: http://"ip"/Notify?"message"

About

Doorbell that is using Hikvision camera for communication, Google Home for indoor notificatication and Pushbullet for mobile notification.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages