____________________________
/ \
| "Using iOS Shortcuts |
| and Raspberry Pi to |
| send an automation |
| notification when I'm |
| close to home!" |
\____________________________/
Press "Next" or use Arrow Keys to continue.
______________________
| 📱 iOS Shortcut |
| app creation: |
| "SSH to Pi" |
| |
| - Trigger on |
| proximity to |
| home |
| - SSH command |
| to Pi (SSH key) |
| |
|____________________|
Press "Next" or use Arrow Keys to continue.
+-------------------------------+
| - SSH Command: |
| ssh user@raspberrypi.local |
| |
| - Execute script on Pi |
| "python3 /home/pi/speak.py" |
| |
| -> Send command to Pi |
+-------------------------------+
[ Proximity-based trigger sends ]
[ SSH command when near home! ]
Press "Next" or use Arrow Keys to continue.
+-------------------------------+
| Raspberry Pi Setup: |
| - Install Piper: |
| sudo apt install piper |
| |
| - Write a Python script |
| to run Piper: |
| python3 /home/pi/speak.py |
| |
| - Sample script to speak: |
| "Welcome home!" |
+-------------------------------+
[ Raspberry Pi speaks when ]
[ SSH command received! ]
Press "Next" or use Arrow Keys to continue.
+-------------------------------+
| Test the setup: |
| - Drive close to home. |
| - iPhone sends SSH command |
| to Raspberry Pi. |
| - Raspberry Pi speaks: |
| "Welcome Home!" |
+-------------------------------+
[ Enjoy your automated home! ]
Press "Next" or use Arrow Keys to continue.
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
[ Home automation complete! ]
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Thank you for watching!