Today, 06:50
(This post was last modified: Today, 06:52 by davidchispas.)
(Yesterday, 13:39)khalil Wrote: Hello Dears,
I am trying to send http commans from Akuvox S567 Touch Panel, to write on a GA
any help appreciated
Hi! Regarding your question about connecting the S657 intercom with LogicMachine using HTTP commands, you need to follow these configuration steps on both devices:
1. S657 Configuration
- Security: Go to the Security > Basic Settings panel and make sure to disable high security mode.
- Actions: The S657 allows you to send HTTP commands either directly from the intercom call or via a configurable button. You can set this up under Display Settings and Relay.
2. LogicMachine Configuration
- Enable service: Go to System Configuration > Services > Remote Services and enable the Remote Services option. This allows the device to receive external HTTP commands.
- Credentials: The username will be
remote
. Make sure to set your own password in that same section.
3. Functionality Test
To verify everything is working correctly before programming it into the intercom, open any web browser on the same network and run this test command (replace the placeholder data in parentheses with your actual details):
http://remote:(your_password)@(your_LM_IP)/scada-remote?m=json&r=grp&fn=write&alias=1/1/1&value=true
If the group address changes its state, the communication is ready to go.