diff --git a/source/_components/alarm_control_panel.spc.markdown b/source/_components/alarm_control_panel.spc.markdown new file mode 100644 index 0000000000..485df7b7d9 --- /dev/null +++ b/source/_components/alarm_control_panel.spc.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "Vanderbilt SPC Alarm" +description: "Instructions how to setup the Vanderbilt SPC Alarm control panel within Home Assistant." +date: 2017-05-18 22:01 +sidebar: true +comments: false +sharing: true +footer: true +logo: vanderbilt_spc.png +ha_category: Alarm +ha_release: 0.45 +ha_iot_class: "Local Push" +--- + + +The `spc` alarm control panel platform allows you to control your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) alarms. + +The requirement is that you have setup your [SPC hub](/components/spc/). + diff --git a/source/_components/binary_sensor.spc.markdown b/source/_components/binary_sensor.spc.markdown new file mode 100644 index 0000000000..48cdfc05d5 --- /dev/null +++ b/source/_components/binary_sensor.spc.markdown @@ -0,0 +1,20 @@ +--- +layout: page +title: "SPC Binary Sensor" +description: "Instructions how to integrate Vanderbilt SPC binary sensors into Home Assistant." +date: 2017-05-18 22:05 +sidebar: true +comments: false +sharing: true +footer: true +logo: vanderbilt_spc.png +ha_release: 0.45 +ha_category: Binary Sensor +ha_iot_class: "Local Push" +--- + +The `spc` platform allows you to get data from your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) binary sensors from within Home Assistant. + +Check the [type/class](/components/binary_sensor/) list for a possible visualization of your zone. Currently motion, smoke and door sensors are supported. + +The requirement is that you have setup your [SPC hub](/components/spc/). diff --git a/source/_components/spc.markdown b/source/_components/spc.markdown new file mode 100644 index 0000000000..070deacf19 --- /dev/null +++ b/source/_components/spc.markdown @@ -0,0 +1,34 @@ +--- +layout: page +title: "SPC" +description: "Instructions how to setup Vanderbilt SPC devices within Home Assistant." +date: 2017-05-18 08:00 +sidebar: true +comments: false +sharing: true +footer: true +ha_category: Hub +ha_release: 0.45 +logo: vanderbilt_spc.png +--- + +Home Assistant has support to integrate your [Vanderbilt SPC](http://www.spc-intruder-detection.com/ssp-spc/) alarm panel and any connected motion, door and smoke sensors. + +Integration with SPC is done through a third-party API gateway called [SPC Web Gateway](http://www.lundix.se/smarta-losningar/) which must be installed and configured somewhere on your network. + +Home Assistant needs to know where to find the SPC Web Gateway API endpoints, to configure this add the following section to your `configuration.yaml` file: + +```yaml +# Example configuration.yaml entry +spc: + api_url: API_URL + ws_url: WS_URL +``` + +Configuration variables: + +- **api_url** (*Required*): URL of the SPC Web Gateway command REST API, e.g. `http://:8088`. +- **ws_url** (*Required*): URL of the SPC Web Gateway websocket, e.g. `ws://:8088`. + +Supported sensors will be automatically discovered and added, however they will be hidden by default. + diff --git a/source/images/supported_brands/vanderbilt_spc.png b/source/images/supported_brands/vanderbilt_spc.png new file mode 100644 index 0000000000..0a1b272057 Binary files /dev/null and b/source/images/supported_brands/vanderbilt_spc.png differ