Search found 3 matches

by edirol
Thu Oct 15, 2020 1:49 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EVL 4, DSC and lost installer code - hacking my own system
Replies: 69
Views: 5106453

Re: EVL 4, DSC and lost installer code - hacking my own system

I took a look at the debug logs. The script is getting multi-line responses when there should only be one response per line. So for example in mJack's debug, it's expecting "9229D\r\n", but getting "51080FE\r\n8411CE\r\n9229D\r\n". 922 is the response code to tell the script that...
by edirol
Fri Jun 19, 2020 6:54 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EVL 4, DSC and lost installer code - hacking my own system
Replies: 69
Views: 5106453

Re: EVL 4, DSC and lost installer code - hacking my own system

Wicky, Your log entry should look something like this as it cycles through the codes (Note: I have a DSC 1616). If you don't see the "attempting" line incrementing then your module is returning responses the code isn't expecting, so it'll keep waiting until it gets a predicted response. .....
by edirol
Mon Jun 15, 2020 9:11 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: EVL 4, DSC and lost installer code - hacking my own system
Replies: 69
Views: 5106453

Re: EVL 4, DSC and lost installer code - hacking my own system

Hi Smith, Thanks for posting this code as it helped me recover my installer code after purchasing a home with an existing DSC system. I've modified it a bit with: - major: will retry code entry immediately if presented option - minor: some more comments - minor: more debug output - minor: logs in lo...