This app integrates Homey with Vanderbilt SPC intrusion system. The app allows you to use all your SPC connected motion detectors, door/window contacts, fire detectors and alarm status for control of other devices connected to Homey, e.g lights, water valves and blinds. It has also support for arming/disarming the SPC system manually or via Flows (if allowed in the SPC configuration).
In principle all Vanderbilt SPC panels are supported. It is required that the panel supports the IP protocol FlexC, that was introduced in SPC firmware 3.6.
In order for this application to communicate with the SPC panel, you need a SPC Bridge from Lundix IT, www.lundix.se/smarta-losningar, info@lundix.se. SPC Bridge is a network device that converts Vanderbilt FlexC protocol to a REST/Websockets API that Homey can use. Please follow the instructions in SPC Bridge User manual to setup and configure the SPC Bridge prior to using this app.
First add an Alarm Panel device. The app supports only one single Alarm panel. NOTE! Be sure that the SPC Bridge is configured and working properly before you try to add the Alarm Panel device to Homey.
In the first Panel adding screen you need to specify the SPC Bridge communication settings, to be able to connect to the SPC panel:
- SPC Bridge IP and Port. The IP adddress and port number of the SPC Bridge. Default port number is 8088.
- Username and Password Queries (GET). Username and password for queries to SPC Bridge. Default username is get_user and password get_pwd.
- Username and Password Commands(GET). Username and password for commands (e.g. arm/disarm) to SPC Bridge. Default username is put_user and password put_pwd.
- Username and Password Events (WS). Username and password for websockets events from SPC Bridge. Default username is ws_user and password ws_pwd.
If Homey succeeded to establish a connection to the SPC Bridge (and the SPC Panel), a screen with some Panel Information, e.g panel type, model and serial number is shown. The screen is also listing the SPC zones with names and types.
Click the Add panel button to complete the adding sequence.
After you have added the Panel device you can optionally add a virtual device for each Alarm Area defined in the SPC system. You need to do this if you would like to use area arm modes and alarm states as triggers, conditions or actions in Homey Flows.
After you have added the Panel device you can also add a device for each alarm zone (input) defined in the SPC system. You can assign the zones follwing categories:
- Door Sensor
- Window Sensor
- Motion Sensor
- Smoke Detector
Zones that are of type fire in SPC are only selectable as Smoke Detector. Other zone types can be added either as door, window or motion sensors.
When it is allowed in the SPC Panel configuration, it is possible to fullset (arm), partset A, partset B or unset (disarm) the panel or area. This can be done either via a Flow, or directly via the device control. Arm modes, alarm states, zone states and status are also possible to use as triggers and conditions in Flows .
NOTE! If you have disabled the arm commands in the SPC panel the command buttons are still clickable in the device control in Homey and the corresponding Flow cards are still available. But even if it is possible to send the command, the command would be discarded by the SPC system and never executed.
The Panel device supports following commands:
- Unset all areas
- Fullset all areas
- Partset A all areas
- Partset B all areas
The device control is showing following arm modes:
- Unset. All areas unset (disaremd)
- Fullset. All areas fullset (armed)
- Partset A. All areas are in mode Partset A.
- Partset B. All areas are in mode Partset B.
- Partly Set. Areas are in different set modes.
The Panel device control also shows if there are any burglary, fire, soak, tamper or trouble alarms in the system.
The Area device supports following commands:
- Unset area
- Fullset area
- Partset A area
- Partset B area
The device control is showing following arm modes:
- Unset. The area is unset (disarmed).
- Fullset. The area is fullset (armed)
- Partset A. The area is in mode Partset A.
- Partset B. The area is in mode Partset B.
The Area device control also shows if there are any burglary, fire, soak, tamper or trouble alarms in the area.
The device control for a sensor shows the sensor zone input state, status and alarm state.
Following zone input states are supported:
- Closed
- Open
- Short
- Disconnected
- PIR Masked
- DC Substitution
- Sensor Missing
- Offline
Following zone input status are supported:
- OK
- Inhibit
- Isolate
- Soak
- Tamper
- Alarm
- Trouble
The zone alarm state is true if the input status is Soak, Tamper, Alarm or Trouble.
To sync the app with changes you have made in SPC configuration e.g added or removed areas or zones, you need to restart the app. Easist is to do that in the App list on Homey Settings screen.
If you select the App in the Settings menu on Homey Settings screen you will see buttons for listing areas, zones and the latest SPC systemlog events. The information is requested directly from the SPC panel. To be able to use this buttons it is mandatory that you first have added the Panel device.
- Fixed - Adapted icons to Homey version 2.0 format
- Fixed - App only working correctly when Homey language was set to English
- Improvement - Improved initialisation of values at App start
- Fixed - Improved connection reestablishment to SPC Bridge after network drops
- Fixed - Unable to change area mode from flow actions
- First public version