Thingiverse
Mobile Notification with pushover
por Domo-Com
1
Descargas
1
Likes
0
Makes
Getting notification to mobile phone on octoprint events with pushover just need to add a script & create a pushover account.(few $ lifetime)
You can customize for all existing Octoprint events, the current event set on client connect/disconnect/print Done/print pause
see https://docs.octoprint.org/en/main/events/index.html for detail
First create a pushover account https://pushover.net/, and register for few $ a device, you'll get a token id.
Install pushover app to your mobile phone, open it and get your user id.
Rpi with Octoprint (considering std structure with last python version)
Edit /home/pi/.octoprint/config.yaml
Add before plugins section the event section (copy from event.txt)
Script: copy event.py to /home/pi/.octoprint/script/
Type on terminal "chmod +x event.py" to make it executable by os
replace yourTokenId & yourUserId by yours, coming from pushover account & app id
Edit:
- Change config.yaml to handle multi event
- Change event.py to handle all events notif wi
You can customize for all existing Octoprint events, the current event set on client connect/disconnect/print Done/print pause
see https://docs.octoprint.org/en/main/events/index.html for detail
First create a pushover account https://pushover.net/, and register for few $ a device, you'll get a token id.
Install pushover app to your mobile phone, open it and get your user id.
Rpi with Octoprint (considering std structure with last python version)
Edit /home/pi/.octoprint/config.yaml
Add before plugins section the event section (copy from event.txt)
Script: copy event.py to /home/pi/.octoprint/script/
Type on terminal "chmod +x event.py" to make it executable by os
replace yourTokenId & yourUserId by yours, coming from pushover account & app id
Edit:
- Change config.yaml to handle multi event
- Change event.py to handle all events notif wi
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!