This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Akuvox intercome
#3
(16.10.2025, 11:16)davidchispas Wrote:
(15.10.2025, 08:08)khalil Wrote: Hello Dears,
Has anyone successfully sent an "open" command to an Akuvox intercom using SL?
I found this from Akuvox 
https://knowledge.akuvox.com/docs/open-d...tp-command



Yes, that works fine.

If the video intercom has the 'High Security Mode' option, you need to disable it.

Then add the following script to LM:

Code:
require('socket.http')
url = 'http://{device_AKUVOX_IP}/fcgi/do?action=OpenDoor&UserName=admin&Password=12345&DoorNum=1'
res, err = socket.http.request(url)
log(res, err)

Thank you dear
Best Regards,
Reply


Messages In This Thread
Akuvox intercome - by khalil - 15.10.2025, 08:08
RE: Akuvox intercome - by davidchispas - 16.10.2025, 11:16
RE: Akuvox intercome - by khalil - Yesterday, 05:30

Forum Jump: