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"