adrobinoga / pyzatt

Python lib to access ZKTeco's standalone devices
MIT License
104 stars 54 forks source link

Possible to use it with Filemaker? #20

Open Barabba11 opened 3 years ago

Barabba11 commented 3 years ago

Hi man, sorry to report an issue just to ask a public question (maybe somebody can be interested on it too), thanks for your contribute, I'm asking myself some questions, as I've to decide to buy some devices which don't uspport ADMS, and actually when I've tested some years ago one ZkTeco device I had found a way using ADMSand its database to import datas to Filemaker.. But, if your script work like ZkTeco Access does.. then it should be compatible with any devices, at least to downolad only the attendances (to configure/add users I'll use Access).. and it will be just necessary to poll the device every X seconds to get a acceptable update of datas coming. Do you think this is possibile? Any idea about how how can I exchange datas from your library to Filemaker? Thank you a lot!

adrobinoga commented 3 years ago

Hi, I think it is possible but a couple of extra functions are needed, currently the lib downloads att logs, and fingerprints along with user info. I'll add this as pending

Barabba11 commented 3 years ago

thank you for appreciate my idea :) Yes the goal is to download data to Filemaker to manage attendances in that platform, pollign the device may be enough instead of use push notification wil ADMS. Do you think it can be easy to integrate your library working with Filemaker? Thanks