esp-rfid icon indicating copy to clipboard operation
esp-rfid copied to clipboard

Hikvision Wiegand Keypad: ESP-RFID recognises digits partially

Open digiwolf opened this issue 7 months ago • 1 comments

Hi – I bought a Hikvision Wiegand 26/34 Keypad (DS-K1802MK) to connect with ESP-RFID (v.2.0.0rc) however it only recognises input digits partially. Is this a known bug or are some Wiegand devices compatible whereas others aren't?

{ "command": "configfile", "network": { "bssid": "xxxxxxxxxxxxxxxxxxxxxxxx", "ssid": "xxxxxxxxxxxxxxxxxxxxxxxx", "wmode": 0, "hide": 0, "pswd": "xxxxxxxxxxxxxxxxxxxxxxxx", "offtime": 0, "dhcp": 1, "ip": "", "subnet": "", "gateway": "", "dns": "", "apip": "192.168.4.1", "apsubnet": "255.255.255.0" }, "hardware": { "readertype": 1, "wgd0pin": 13, "wgd1pin": 12, "sspin": 0, "rfidgain": 32, "wifipin": 2, "doorstatpin": 4, "rtype": 1, "ltype": 0, "rpin": 5, "rtime": 2000, "mqttlocktopic": "", "mqttlockmsg": "", "openlockpin": 255, "maxOpenDoorTime": 0, "doorbellpin": 255, "accessdeniedpin": 255, "beeperpin": 15, "ledwaitingpin": 14, "useridstoragemode": "decimal", "removeparitybits": false, "numrelays": 1, "relay2": { "rtype": 1, "ltype": 0, "rpin": 4, "rtime": 400 }, "relay3": { "rtype": 1, "ltype": 0, "rpin": 4, "rtime": 400 }, "relay4": { "rtype": 1, "ltype": 0, "rpin": 4, "rtime": 400 }, "requirepincodeafterrfid": false, "allowpincodeonly": true, "doorname": "Door" }, "general": { "hostnm": "esp-rfid-apt3", "restart": 86400, "pswd": "admin", "openinghours": [ "111111111111111111111111", "111111111111111111111111", "111111111111111111111111", "111111111111111111111111", "111111111111111111111111", "111111111111111111111111", "111111111111111111111111" ] }, "mqtt": { "enabled": 1, "host": "xxxxxxxxxxxxxxxxxxxxxxxx", "port": 1883, "topic": "xxxxxxxxxxxxxxxxxxxxxxxx", "user": "xxxxxxxxxxxxxxxxxxxxxxxx", "pswd": "xxxxxxxxxxxxxxxxxxxxxxxx", "autotopic": false, "syncrate": "300", "mqttlog": 1, "mqttha": 1 }, "ntp": { "server": "pool.ntp.org", "interval": 30, "timezone": 0, "tzinfo": "EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00" } }

digiwolf avatar Jul 16 '24 19:07 digiwolf