Connects Home Assistant to a Vanderbilt SPC alarm panel via its built-in web interface.
Unlike the official integration, it does not require a gateway.
- Provides a global
alarm_control_panelentity - Supports "Armed away" / "Disarmed" states only
- Binary state sensors for all zones (motion/door detection)
- Enum sensors for zone status (tamper detection)
- State updates implemented by polling (configurable interval)
SPC panels use a very old TLS implementation that is considered unsafe nowadays.
The integration deliberately relaxes OpenSSL security settings to interface with the panel.
Never expose your SPC panel to the public internet. Use this integration only on trusted local networks or via VPN.
- Copy the
custom_components/spc_webfolder inconfig/custom_componentsin Home Assistant. - Restart Home Assistant.
- Add this repository to HACS.
- Search for it by name and install it.
This integration is not affiliated with Vanderbilt.
Use at your own risk. Alarm systems are security-critical infrastructure.
MIT