Advertisement
kevinsal03

KDACT readme.md

Jan 15th, 2017
581
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. -------
  2. KDACT
  3. -------
  4. KDACT is a basic 'DACT' that can send emails using a gmail account. This is ment to be a solution for
  5. fire alarm collectors with their own system that they would like to monitor without having to pay for
  6. expensive equipment.
  7.  
  8. THIS SOFTWARE COMES WITH NO WARRANTY!
  9. This Software is (C) Kevin Salvatorelli (Kevinsal03/FireAlarmTech9) Some Rights Reserved
  10. Feel free to look at the source, you may use it as you like as long as it is not being used to for actual
  11. life safety systems. Feel free to modify the code, but be sure to give credit to Kevin Salvatorelli.
  12. This software shall never be used in an actual life safety system, DO NOT USE THIS TO PROTECT PROPERTY OR LIVES!
  13. You shall NEVER distribute this software, without crediting the author, you may also NEVER sell this software!
  14. Kevin Salvatorelli is not liable if this software fails to function or damage is caused by it!
  15. Failure to comply with these terms will require you to stop using the software immediately.
  16. These terms may be updated with or with no notification, you agree to the new terms by using the software.
  17. The terms will be on my website or listed from where you got this download!
  18.  
  19.  
  20. ====================
  21. HOW TO INSTALL
  22. ====================
  23.  
  24. Step 1.
  25. Register a GMail account.
  26. Step 2.
  27. Enable "Less Secure Apps" in GMail @ https://www.google.com/settings/security/lesssecureapps
  28. Step 3.
  29. Add the account details into the 3 Python files where it is asked. WARINING: These files are
  30. not encrypted! I would recomend creating a email account for this and this only!
  31. Step 4.
  32. Under the "OTHER EMAIL" spaces put the email you would like these messages to go to. What I
  33. would recomend is to have it send to your phone.
  34. In order to do this enter this email:
  35. If you have Verizon: (phonenumberhere)@vtext.com
  36. If you have AT&T: (phonenumberhere)@txt.att.net
  37. If you have TMobile: (phonenumberhere)@tmomail.net
  38. If you have Sprint: (phonenumberhere)@messaging@sprintpcs.com
  39. DO NOT PUT DASHES or () IN THE NUMBER!
  40. If you need to find the email for your carrier, search on Google, "(carriernamehere) email to text"
  41. Using one of these emails will send you a text containing info about the dact!
  42. Step 5.
  43. Save the Python files!
  44. Step 6.
  45. Connect the Common connection on your fire alarm panel's ALARM relay to any ground PIN on the
  46. RPI
  47. Step 7.
  48. Connect the Normally Closed connection of the FACP to GPIO pin 17 on the RPI. Use a pinout
  49. diagram to see what pin is the right one.
  50. Step 8.
  51. Run the "Install.sh" that is included with these files by typing in the BASH Terminal "sudo sh Install.sh"
  52. Step 9.
  53. Let the installer finish, it will restart the RPI and this script will run when it gets back to the login
  54. screen, you do not need to login! You should get an email/text from the Gmail you specified in the Python
  55. files.
  56.  
  57. The DACT should now be up and running!
  58.  
  59. Need help or support? Tweet me @Kevinsal03 (https://twitter.com/kevinsal03)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement