-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updateCurrentState - add URL request option #7
Comments
Hello! A full URL for every state or something like this to avoid redundancy and improve clarity?
Does your alarm system requires anything else like authentication, request headers, or parameters on the URL? |
Hi, I have home-made arduino alarm system which currently works only on local network and doesn't require any authentication. You trigger it with simple URL like this http://localhost/something.js/command=xxxx |
Great, that's all I needed to know! The homebridge-http-securitysystem plugin may be more suited for what you are asking but if you are missing out the feature to trigger it from a HomeKit accessory I'm okay with adding the feature and releasing the update as soon as possible this weekend 🙂 |
I want to use your plugin, so it would be great if you could add that feature! Thanks 👍 |
I just released a new version (v1.2.0) that adds this feature 🎉 This is an example of the plugin's configuration based on the information you provided me about your web server:
I'm glad you asked me to add this feature, sounds promising! |
Works perfect! Thanks for the quick implementation. |
You’re welcome! Feel free to follow-up this issue if there’s anything regarding this feature that could be improved or fixed. |
Hi,
it would be great if you can expand a "updateCurrentState" method with ability to call URL on state change.
I've an alarm system, which I can trigger with URL link. What I want to do is to call "alarm on" URL when alarm is triggered and "alarm off" URL when alarm is disabled.
For URL request you could use something like:
There should be option to define(optional) URL for every state (armed, triggered, ...).
The text was updated successfully, but these errors were encountered: