I am considering buying a Nimly Touch Pro, but there is some functionality I am not sure is supported on its Zigbee2 MQTT integration - or, as a matter of fact, if said functionality is supported by the product at all - however, reading the user manual and the integration documentation made me none the wiser.
To put it simply, I need the functionality to remotely disable a registered fingerprint or RFID.
But here it gets confusing:
According to the lock’s user manual, it can register 200 finger prints, 1000 pin-codes and 1000 RFIDs. To register either of them, the admin must type which ID it will be registered under (000 to 999 for PIN-code or RFID, 000 to 199 for fingerprints)
It is not clear to me, however, if
- The index is unique for all three methods. One given ID can be matched to one registered PIN-code OR fingerprint OR RFID. There can therefore be a total of 1000 ways of opening the lock
OR
- There is one separate index for each of the unlocking methods. So you could, say, register a PIN-code under ID #005, plus an RFID under the same ID, plus a fingerprint also under the same ID. There could be 2200 ways in total to open the lock.
The integration documentation reveals it is possible to set a pin code through the /set endpoint, where the payload is
{"pin_code": {"user": VALUE, "user_type": VALUE, "user_enabled": VALUE, "pin_code": VALUE}}
where user is the ID number.
If the actual behaviour is the one described in 1), it is possible to imagine that you can disable a fingerprint or RFID only by overriding it with a new PIN - although it wouldn’t be possible to remotely re-enable said fingerprint or RFID later, which is a bummer, but still acceptable to me.
However, if the actual behaviour is 2), then it doesn’t seem the API supports anything in terms of disabling registered fingerprints and RFIDs.
Does anyone have a Nimly Touch Pro and can confirm which of scenarios is true? And, even if the MQTT integration does not support it, does the manufacturer’s app allow me manage fingerprints and RFIDs as I described?
Thanks!