mitch236 Posted June 23, 2010 Posted June 23, 2010 I have my DSC alarm connected to my ISY via the network module and a software interface. Two nights ago, the alarm was accidentally alarmed. I have a program that turns on all the lights that I think should come on when the alarm is alarmed and that all worked. I also have a program that sends me a text message when the alarm is alarmed and that did not work. I know the ISY texting works because I have other programs that send texts and I get those. I looked through the log to find any errors and here's what I found: 0 -11 Mon 2010/06/21 10:30:22 PM System -50001 I assume this is the problem. What is the cause though? Here is the program that runs when the alarm is alarmed: If Program 'System Alarmed!!' is True Then Send Notification to 'Home' Set Scene 'Scenes / Outdoor Lights' Fast On Wait 3 seconds Set Scene 'Scenes / Interior Lights' Fast On Else - No Actions - (To add one, press 'Action') Thanks!
Sub-Routine Posted June 23, 2010 Posted June 23, 2010 Hi Mitch, -11 SMTP_TO_TIMEOUT We have a Wiki page describing the errors: ISY-99i/ISY-26_INSTEON:Errors_And_Error_Messages#SMTP_Errors. Rand
mitch236 Posted June 23, 2010 Author Posted June 23, 2010 I added another notification. Hopefully that will work. If Program 'System Alarmed!!' is True Then Send Notification to 'Home' Set Scene 'Scenes / Outdoor Lights' Fast On Wait 3 seconds Set Scene 'Scenes / Interior Lights' Fast On Send Notification to 'Home' Else - No Actions - (To add one, press 'Action')
Michel Kohanim Posted June 24, 2010 Posted June 24, 2010 Hi mitch236, That error means two things: 1. Your SMTP server does NOT like the recipient (TO) 2. Increase the timeout in SMTP configuration dialog under Configuration/System tab With kind regards, Michel
mitch236 Posted June 24, 2010 Author Posted June 24, 2010 I am using the default SMTP settings because I don't know how to set up my SMTP server. How do I find out what settings to use for my SMTP server?
Sub-Routine Posted June 24, 2010 Posted June 24, 2010 Hi Mitch, If you are using Outlook select Tools | Account Settings. Then select the account you want to use. To find the port settings use the More Settings... button and look at the Advanced tab. ISY-99i/ISY-26_INSTEON:SMTP_Configuration Rand
Recommended Posts