Page 1 of 6

Homebridge Plugin

PostPosted: Sun Jun 11, 2017 7:22 pm
by aficustree
Hi,

I created a plugin for homebridge that allows you to use alarmdecoder natively in homekit. Using this plugin you can tell Siri to turn on and off your alarm.

https://github.com/aficustree/homebridge-alarmdecoder

Shaun

Re: Homebridge Plugin

PostPosted: Mon Jun 12, 2017 9:21 am
by kevin
Thanks for the contribution - the more platforms that support us the better!

Re: Homebridge Plugin

PostPosted: Fri Oct 13, 2017 3:58 am
by sarahah
The plugin looks good. :)

Re: Homebridge Plugin

PostPosted: Sat Dec 09, 2017 2:43 pm
by aficustree
made a new version that exposes all zones as motion or contact sensors https://github.com/aficustree/homebridge-alarmdecoder-platform

Re: Homebridge Plugin

PostPosted: Thu Dec 28, 2017 12:15 am
by tommyd75
aficustree wrote:made a new version that exposes all zones as motion or contact sensors https://github.com/aficustree/homebridge-alarmdecoder-platform

I started using that new plugin and it works great!
Thanks!
Any chance it would support non burglary devices like smoke detectors and Co detectors?
Currently have it set up to show all my doors, windows, and motions. Originally I had added my smokes and Co det but they came up “non supported” (unless I was doing something wrong.


Sent from my iPhone using Tapatalk

Homebridge Plugin

PostPosted: Thu Dec 28, 2017 12:16 am
by tommyd75
aficustree wrote:made a new version that exposes all zones as motion or contact sensors https://github.com/aficustree/homebridge-alarmdecoder-platform
I started using that new plugin and it works great!
Thanks!
Any chance it would support non burglary devices like smoke detectors and Co detectors?
Currently have it set up to show all my doors, windows, and motions. Originally I had added my smokes and Co det but they came up “non supported” (unless I was doing something wrong.)


Sent from my iPhone using Tapatalk

Re: Homebridge Plugin

PostPosted: Thu Dec 28, 2017 6:27 am
by aficustree
tommyd75 wrote:Any chance it would support non burglary devices like smoke detectors and Co detectors?


Shouldn't be hard at all. My system doesn't have CO or Fire zones to test but I'd be happy to do up the code in a vacuum and let you see if it works. Let me know if you'd be willing to be a guinea pig.

Re: Homebridge Plugin

PostPosted: Thu Dec 28, 2017 9:46 am
by tommyd75
Sure!
I’d love to try it.


Sent from my iPhone using Tapatalk

Re: Homebridge Plugin

PostPosted: Thu Dec 28, 2017 2:49 pm
by aficustree
You should be able to install by removing the old version and installing the development revision (noted by #development)

Code: Select all
npm install -g git+https://github.com/aficustree/homebridge-alarmdecoder-platform#development

Re: Homebridge Plugin

PostPosted: Thu Dec 28, 2017 2:51 pm
by aficustree
Sorry, also note that you must name your zones in the AlarmDecoder WebUI and use one of the keywords 'motion' 'carbon' or 'smoke' in order for it to pickup that it's not a contact sensor and behave accordingly. I've updated the readme.md file to note that too.