action on card

Doophone with Single Call Button
anvial
Posts: 5
Joined: Fri Jan 26, 2018 4:33 am

action on card

Postby anvial » Fri Jan 26, 2018 3:47 pm

hello, is it possible to perform an http action when I insert a card?
would it also be possible to transmit the variable card?

Thanks in advance

Akuvox_Jon
Posts: 59
Joined: Wed Oct 11, 2017 11:32 am

Re: action on card

Postby Akuvox_Jon » Fri Jan 26, 2018 4:19 pm

Hi, sir. It is possible to trigger a http command when someone swipe a valid card after development.
If you need it indeed, please contact with our technical support team.
As for the second question, I cannot understand the Variable Card clearly enought.
Could you please explain it for me ?

anvial
Posts: 5
Joined: Fri Jan 26, 2018 4:33 am

Re: action on card

Postby anvial » Fri Jan 26, 2018 8:38 pm

Each card has a number I would like to transmit this number via GET

Akuvox_Jon
Posts: 59
Joined: Wed Oct 11, 2017 11:32 am

Re: action on card

Postby Akuvox_Jon » Mon Jan 29, 2018 11:46 am

Get it, I think you meant that when someone insert a card, R26 will send a http command with card number.
It is doable.

If you need it, you can contact with our technical support for a further discussion with email.
The email address is [email protected]

bytesitter
Posts: 15
Joined: Sat Apr 21, 2018 4:02 am

Re: action on card

Postby bytesitter » Tue Apr 24, 2018 10:29 pm

Hi, any success on this feature ? Tried to write to techsupport@ , but mail got back with <[email protected]>: host mxbiz1.qq.com[184.105.206.59] said: 550 Mail content denied. This feature would be really nice.

User avatar
Akuvox_Neil
Posts: 98
Joined: Tue Aug 08, 2017 9:45 am

Re: action on card

Postby Akuvox_Neil » Thu Apr 26, 2018 6:54 pm

Hi,

For this feature, you can try the action Url feature.

You can configure it in the path: Phone-Action URL. First enable it, fill in the http command in the corresponding part, like open relay success(when open the door successfully via enrolled cards). The URL format is http://server IP address/help.xml?cardnumber=$card_sn.

Then use the card to open the door, it will send out card number.

Note: When you testing, your PC should open the HTTP server. Your PC and device should connect to a hub for capturing packets to checking whether you receive the needed massage or not.

Best regards

bytesitter
Posts: 15
Joined: Sat Apr 21, 2018 4:02 am

Re: action on card

Postby bytesitter » Fri Apr 27, 2018 3:55 am

thank's a lot this is working. For all others searching for this:
FW Version: 26.0.3.31
Go to Phone -> Action URL and set Active to Enabled
I used the "Card" Action with following url:
http://$IPADDRESS$/input.php?cardnumber=$card_sn

just for testing my input.php:

Code: Select all

<?php
$fp = fopen('/tmp/data.txt', 'w');
foreach($_GET as $key => $value){
          fwrite($fp, $key . " : " . $value . "\r\n");
}
fclose($fp);
?>


last thing to change would be the sound when putting the card in front.

mtksrl
Posts: 6
Joined: Tue Jan 22, 2019 12:03 am

Re: action on card

Postby mtksrl » Sat Apr 27, 2019 4:48 pm

Good Morning, I've an issue: with FW 26.31.4.110 (latest firmware) Card actionurl does not send card number? Have you any hints? Thanks

Akuvox_Evelyn
Posts: 36
Joined: Wed Aug 01, 2018 9:19 am

Re: action on card

Postby Akuvox_Evelyn » Tue Apr 30, 2019 11:32 am

mtksrl wrote:Good Morning, I've an issue: with FW 26.31.4.110 (latest firmware) Card actionurl does not send card number? Have you any hints? Thanks


Hi sir,
May I know what version was it before the upgrade? Please clear the web cache to check again. In the version of 26.31.4.110, it does not support the Action URL function.

Thanks.

mtksrl
Posts: 6
Joined: Tue Jan 22, 2019 12:03 am

Re: action on card

Postby mtksrl » Tue Apr 30, 2019 3:07 pm

Hi, the working version was 26.0.3.31. In the version of 26.31.4.110 action url for door open works but sends only mac or ip not card number. Have you abondoned support for newer versions? This is a feature that we need a lot. Thanks.


Return to “R26,R23”

Who is online

Users browsing this forum: No registered users and 0 guests