cobisja / tad-php

PHP Library for ZK Time & Attendance Devices
MIT License
213 stars 159 forks source link

Does it support BioPro MH20 ? #34

Open lakinmohapatra opened 7 years ago

lakinmohapatra commented 7 years ago

Hi We want to connect BioPro MH20 device via this API .

Before connecting , i need your confirmation.

http://www.zkteco.me/product-details/biopro-mh20

Thanks

cobisja commented 7 years ago

Hi,

About your question: I have no idea!

As the README.md says, TAD-PHP was tested with devices running the following firmwares: ZEM-580, ZEM-600 and ZEM-800. Also, it is required the devices has enabled the integrated web server for SOAP requests processing.

Take a look to your technical sheet of your devices

Best regards,

2017-08-28 8:10 GMT-04:00 lakinmohapatra notifications@github.com:

Hi We want to connect BioPro MH20 device via this API .

Before connecting , i need your confirmation.

http://www.zkteco.me/product-details/biopro-mh20

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cobisja/tad-php/issues/34, or mute the thread https://github.com/notifications/unsubscribe-auth/AJzLMlE0rbUkbhdTGFeCeXET9XdaH_Ihks5scq4ggaJpZM4PEb48 .

lakinmohapatra commented 7 years ago

BioPro MH20.pdf

Please check above sheet and let us know your suggestions.

cobisja commented 7 years ago

Well the sheed you sent does not give me a lot of information. It is a simple overview about your device's main features.

Try to contact your device's provider and ask about your issue. What you need to know is the following:

Best regards,

2017-08-28 8:30 GMT-04:00 lakinmohapatra notifications@github.com:

BioPro MH20.pdf https://github.com/cobisja/tad-php/files/1256730/BioPro.MH20.pdf

Please check above sheet and let us know your suggestions.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cobisja/tad-php/issues/34#issuecomment-325340299, or mute the thread https://github.com/notifications/unsubscribe-auth/AJzLMtCdUZAViyhinnWu6wlMBubSHUYNks5scrLkgaJpZM4PEb48 .

lakinmohapatra commented 7 years ago

I contacted customer support guy . He told that there is a communication icon menu on device upon clicking on which we can setup ip of device by connecting itto ethernet or GPRS (SIM)

Is it the integrated web server that you are talking about ?

lakinmohapatra commented 7 years ago

screen shot 2017-09-01 at 11 55 29 pm screen shot 2017-09-01 at 11 56 49 pm

lakinmohapatra commented 7 years ago

They told me to install ZKTime Web 2.0 which will create web server on machine & it will auto sync all device data in its backend mysql/mssql database.

We need to understand their database structure and fetch data accordingly.

cobisja commented 7 years ago

Hi!,

It seems you are going to check the manual of ZKTime Web 2.0 for understanding all its features and how you can interact with it.

TAD-PHP has nothing to do with ZKTime Web. It only can interacts with the integrated web server for sending commands and getting responses from the device, usually in XML format (you can also get JSON or PHP array as responses).

Cheers!

2017-09-01 16:21 GMT-04:00 lakinmohapatra notifications@github.com:

They told me to install ZKTime Web 2.0 which will create web server on machine & it will auto sync all device data in its backend mysql/mssql database.

We need to understand their database structure and fetch data accordingly.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cobisja/tad-php/issues/34#issuecomment-326675327, or mute the thread https://github.com/notifications/unsubscribe-auth/AJzLMqt8pUXdWhqvTFqbolTZc8WXzJPSks5seGcugaJpZM4PEb48 .