Replies: 2 comments 15 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Hi @Samudia7 , |
Beta Was this translation helpful? Give feedback.
-
We are working to integrate the D-4100-E siren with the Luxriot software platform (Luxriot site), which allows us to control most of the siren's features. However, we’ve encountered issues regarding Luxriot’s handling of accessories.
Current Status:
Attempts to Resolve:
Direct HTTP Command in Luxriot:
We attempted to control the siren output by sending HTTP commands through Luxriot, but the siren did not respond. The Luxriot software logs reported an authentication error with the siren.
Testing via D-4100-E Web Interface:
Using the D-4100-E’s web interface and the following command
http://wolfguard6.dyndns.org:8289/axis-cgi/io/port.cgi?action=2%3A%2F120000%5C (with the correct username and password), we were able to successfully trigger the output.
PowerShell Command String:
We attempted to trigger the output using a PowerShell command string. This also resulted in errors (see Image 01).
Feedback from Axis Support:
Axis suggested using a virtual input and a rule within the strobe to trigger the output. The command structure provided used virtualinput.cgi rather than port.cgi, as shown in the VAPIX manual (Axis Vapix Library).
Example command:
plaintext
http://myserver/axis-cgi/io/virtualinput.cgi?action=6%3A%2F2000%5C](http://myserver/axis-cgi/io/virtualinput.cgi?action=6%3A%2F2000%5C)
This command triggers a virtual input that can then be used in a rule to control the siren’s output.
Testing via Browser and Postman:
Current Blockers:
Request:
Assistance in debugging the command string within Powershell so we can control the siren output accessory and integrate it as a Luxriot-triggered output.
Any insights on configuring the Luxriot software to support outputs or utilizing a workaround with virtual inputs are also appreciated.
![image018](https://private-user-images.githubusercontent.com/187504104/383734587-45dc52b7-eb90-45d5-8565-621bd1d1e969.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTkwMTMsIm5iZiI6MTczOTQ1ODcxMywicGF0aCI6Ii8xODc1MDQxMDQvMzgzNzM0NTg3LTQ1ZGM1MmI3LWViOTAtNDVkNS04NTY1LTYyMWJkMWQxZTk2OS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNDU4MzNaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02ZmJlMmRlNjAwNGE4NjM2ZDBkNGJiNTQwNzg5MmQwM2IzMGY5ZGI1NGQ2OWJjNjliOWM2YjY4ODIxNWNkMGYzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.SoBBwnBH1fPHUOqfRSK4qYwCafsO1raVS6mBDYjhP14)
Beta Was this translation helpful? Give feedback.
All reactions