Yesterday, 05:30
(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,