martzmakes / SmartDSC

DSC and SmartThings Integration with NodeJS
20 stars 20 forks source link

Bad Checksum Error #9

Closed 88fingerslukee closed 8 years ago

88fingerslukee commented 8 years ago

I'm getting this when I try to disarm the alarm.

sendcommand 040102268f
manual command callback
Bad Checksum Received

Any idea what's going on here? The Alarm Thing is reporting status correctly, I just can't arm/disarm from Smartthings.

martzmakes commented 8 years ago

Is your code more than 4 digits? I didn't end up testing for more than 4

On Thu, Feb 11, 2016 at 2:25 PM, 88fingerslukee notifications@github.com wrote:

I'm getting this when I try to disarm the alarm.

sendcommand 040102268f manual command callback Bad Checksum Received

Any idea what's going on here? The Alarm Thing is reporting status correctly, I just can't arm/disarm from Smartthings.

— Reply to this email directly or view it on GitHub https://github.com/oehokie/SmartDSC/issues/9.

88fingerslukee commented 8 years ago

No, it's a 4 digit code. It seems to be working now though. I'm not sure what I did other than restarting the app.js a couple of times.

Thanks for the quick reply. I have another question that I will be posting