I think I finally got it working "good enough" to fit my needs.
I couldn't get the relay on/off to work correctly.
I also had problems with the siren and chime.
It appears the instructions are wrong in globals.py.
For example: Siren=GPIO18 is actually Pin 18 or GPIO24.
Once I figured that out, my siren/chime started working. However it always has power going to it until an alarm is triggered, then for x seconds it goes low. At least that is how mine is working. Maybe my relay is inverted, I don't know.
Anyway, what I am trying to do is if Temp = X then trigger the relay (or siren/chime) I can get it to trigger the chime, so that's what I'm using, and that will work for my case.
So it appears I finally figured out how to make it work for what I need. Now I just get to test it out in the real world to see if the rest of my system works like I think it should.