Projects/siahsd: Difference between revisions

From Hackerspace Amersfoort
Jump to navigation Jump to search
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|name=SIA-HS Daemon
|name=SIA-HS Daemon
|start=2012/07/14
|start=2012/07/14
|contact=User:WilcoBaanHofman
|URL=https://github.com/bitlair/siahsd
|info=Alarm system IP daemon for the SIA-HS protocl
|contact=WilcoBaanHofman,
|status=Alpha
|info=Alarm system IP daemon for the SIA-HS protocol
|status=Production
}}
}}
== Update ==
We are currently using the SIA-HS daemon for the following:
* Log events to database
* Log events to IRC (#bitlair)
* Switch equipment on/off based on alarm "armed" or "disarmed" (for power savings etc)
== Outline ==
The goal of the project is to link our alarm system to the Alarm Monitoring Service via Internet, but also to capture events from the alarm system on the network.
The goal of the project is to link our alarm system to the Alarm Monitoring Service via Internet, but also to capture events from the alarm system on the network.


Line 13: Line 22:
* Register als a full monitoring service for the dialer (ACHIEVED)
* Register als a full monitoring service for the dialer (ACHIEVED)
* Parse events from the Alarm system (ACHIEVED)
* Parse events from the Alarm system (ACHIEVED)
* Log events to a database
* Log events to a database (ACHIEVED)
* Have a push event to our IRC channel, without polling
* Have a push event to our IRC channel, without polling (ACHIEVED)
* Create a PROM list and keep track of keepalives, different IP-addresses, etc.
* Create a PROM list and keep track of keepalives, different IP-addresses, etc.
* Keep track of status of events and have a manual reset function
* Keep track of status of events and have a manual reset function
* Implement every Alarm IP Protocol:
** Alphatronics SIA-HS (ACHIEVED)
** Vebon SecIP 1.x (ACHIEVED)
** Chiron IrisTouch (In progress)
** Ademco/Pittway/Honeywell Galaxy (Protocol dissection possible)
** Vebon SecIP 2.x (Have protocol description)
** SIA DC-09-2007
** VDS 2465-S2
* Implement events via analog SIA/XSIA/Ademco ContactID via Asterisk AlarmReceiver/ContactID or something similar

Latest revision as of 11:58, 28 November 2016


NoPicture.png
Project SIA-HS Daemon
Name SIA-HS Daemon
Start 2012/07/14
End
Contact WilcoBaanHofman
Website https://github.com/bitlair/siahsd
Information Alarm system IP daemon for the SIA-HS protocol
Status Production


Update

We are currently using the SIA-HS daemon for the following:

  • Log events to database
  • Log events to IRC (#bitlair)
  • Switch equipment on/off based on alarm "armed" or "disarmed" (for power savings etc)

Outline

The goal of the project is to link our alarm system to the Alarm Monitoring Service via Internet, but also to capture events from the alarm system on the network.

We are using an Alphatronics Alarm Dialer, which can use SIA-HS to communicate over IP.

Ultimate goals are:

  • Register als a full monitoring service for the dialer (ACHIEVED)
  • Parse events from the Alarm system (ACHIEVED)
  • Log events to a database (ACHIEVED)
  • Have a push event to our IRC channel, without polling (ACHIEVED)
  • Create a PROM list and keep track of keepalives, different IP-addresses, etc.
  • Keep track of status of events and have a manual reset function
  • Implement every Alarm IP Protocol:
    • Alphatronics SIA-HS (ACHIEVED)
    • Vebon SecIP 1.x (ACHIEVED)
    • Chiron IrisTouch (In progress)
    • Ademco/Pittway/Honeywell Galaxy (Protocol dissection possible)
    • Vebon SecIP 2.x (Have protocol description)
    • SIA DC-09-2007
    • VDS 2465-S2
  • Implement events via analog SIA/XSIA/Ademco ContactID via Asterisk AlarmReceiver/ContactID or something similar