Notifier Panel Password Lost 1010,2020,3030,640,320

Ailaos
Posts: 2
Joined: Thu Dec 22, 2022 5:14 am

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by Ailaos »

Hi Leo,

I Have a Notifier ADDR-C4
The codes are: 9416-48FB-2CD8-030E-93E6
: 9713-9852-24B4-8C40-3AF6
help me please.
Ailaos
Posts: 2
Joined: Thu Dec 22, 2022 5:14 am

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by Ailaos »

Hello and happy new year,
Is there anybody who can help me with below master password request?

I Have a Notifier ADDR-C4
The codes are: 9416-48FB-2CD8-030E-93E6
: 9713-9852-24B4-8C40-3AF6
help me please.
behzad
Posts: 13
Joined: Mon Jan 09, 2023 6:11 am

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by behzad »

buzzer wrote: Sun May 03, 2020 5:39 am A few days ago, I was tested on a NFS2-3030 with my code by Python.
Open a com port,sent a message to NUP port 57600bps,8,n,1!
It can initial the Master password return "00000000"!

initial_passwd.py

#!/usr/bin/env python
# -*- coding: utf_8 -*-

import serial

port='com1'

node=2

passwd='00000000'

tx_data = [0x15,0x45,
0x00,0x01,0x00,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,
0x01,0x00,0x6B,0x00,0x01,0xF0,0x14,0x00,0xFF,0x30,
0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x57,0x49]

def crc16(data):
"""Calculate the CRC16 of a datagram"""
crc = 0x0000
for i in range(0, len(data)):
crc = crc ^ data
for j in xrange(8):
tmp = crc & 1
crc = crc >> 1
if tmp:
crc = crc ^ 0xA001
return crc

tx_data[9]=node

tx_data[21]=ord(passwd[0])
tx_data[22]=ord(passwd[1])
tx_data[23]=ord(passwd[2])
tx_data[24]=ord(passwd[3])
tx_data[25]=ord(passwd[4])
tx_data[26]=ord(passwd[5])
tx_data[27]=ord(passwd[6])
tx_data[28]=ord(passwd[7])

crc = crc16(tx_data[0:69])
tx_data[69] = crc >> 8
tx_data[70] = crc % 256

tx_string = ''
for i in range(0, len(tx_data)):
print('%02X' %tx_data),
tx_string = tx_string + chr(tx_data)
print('')

rs232 = serial.Serial(port, 57600, 8, 'N', 1, timeout=3)
rs232.write(tx_string)
if(rs232.read(1)=='&'):
print('OK!')
else:
print('Fail!')

hello dear,
could you more than explain or step by step explain?(how do that?link of python?)
thank you
Twentythree33
Posts: 1
Joined: Wed Nov 16, 2022 5:19 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by Twentythree33 »

Hello Leo and FVILLA.
I have an NFS-320C.
3642-4C1D-5E4D-A768-3C09
FVILLA
Posts: 138
Joined: Tue Oct 13, 2009 3:41 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by FVILLA »

Hi

PM sent

Twentythree33 wrote: Sun Jan 22, 2023 12:51 am Hello Leo and FVILLA.
I have an NFS-320C.
3642-4C1D-5E4D-A768-3C09
isatronix
Posts: 74
Joined: Fri May 04, 2018 10:00 am

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by isatronix »

* Vftool latest 11.90.. multibrand
Notifier/honeywell/jhonson control/adt...
Permanent license
Support new database panels ver 29.00 year 2023

* NfsDecoder master password recovery Notifier 320 640 3030
Honeywell dayli Password

More info
technicalsupp-999@hotmail.com
eden
Posts: 4
Joined: Mon Mar 27, 2023 3:07 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by eden »

for notifier 3030, 640, 320, xls1000 password information send msg on whtsp +1(647)846-4520
Triday42
Posts: 1
Joined: Thu Apr 06, 2023 1:33 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by Triday42 »

Notifier 3030 the code is
5C0E-A775-0D19-661D-5262
DirusCanis
Posts: 1
Joined: Tue Apr 18, 2023 3:30 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by DirusCanis »

NFS2-3030
24C0-5738-8E9B-15FF-0B22
mvizcarra79
Posts: 1
Joined: Fri Jun 16, 2023 6:44 pm

Re: Notifier Panel Password Lost 1010,2020,3030,640,320

Post by mvizcarra79 »

Hello and greetinsg from Peru,
Is there anybody who can help me with below master password request?

I Have a Notifier NFS 320
The codes B170-68C9-1B81-9DE0-0537
help me please, we dont have local suport company and i have to program 2 new devices
Post Reply