Page 1 of 2

action on card

Posted: Fri Jan 26, 2018 3:47 pm
by anvial
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

Re: action on card

Posted: Fri Jan 26, 2018 4:19 pm
by Akuvox_Jon
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 ?

Re: action on card

Posted: Fri Jan 26, 2018 8:38 pm
by anvial
Each card has a number I would like to transmit this number via GET

Re: action on card

Posted: Mon Jan 29, 2018 11:46 am
by Akuvox_Jon
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]

Re: action on card

Posted: Tue Apr 24, 2018 10:29 pm
by bytesitter
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.

Re: action on card

Posted: Thu Apr 26, 2018 6:54 pm
by Akuvox_Neil
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

Re: action on card

Posted: Fri Apr 27, 2018 3:55 am
by bytesitter
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.

Re: action on card

Posted: Sat Apr 27, 2019 4:48 pm
by mtksrl
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

Re: action on card

Posted: Tue Apr 30, 2019 11:32 am
by Akuvox_Evelyn
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.

Re: action on card

Posted: Tue Apr 30, 2019 3:07 pm
by mtksrl
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.