codetwice / homebridge-http-securitysystem

Homebridge plugin that creates a SecuritySystem device which uses configurable HTTP calls to set and get its state.
BSD 2-Clause "Simplified" License
29 stars 17 forks source link

Inim Alarm #16

Open iShortOne opened 6 years ago

iShortOne commented 6 years ago

Hi, I have the inim alarm, you know if i can use this plugin? Thanks!

codetwice commented 6 years ago

Hi, I do not know INIM alarm. I did a quick check on the internet to see if it exposes any sort of HTTP API but could not find anything so it may not be usable with my plugin.

iShortOne commented 6 years ago

I saw that I have an web access with username / password and a static pin I have this: https://www.inim.biz/it/antintrusione/rete-ethernet-e-gestione-ip/smartlang?

codetwice commented 6 years ago

It depends on whether you have a single URL you can hit for getting the current status and one for setting the target status. If you find a way to construct a URL that contains the authentication data (username, password, pin) and also queries / commands the system, you can use my plugin, otherwise not.

iShortOne commented 6 years ago

Ok thank you very much!