Home Assistant custom integration for Videofied Cloud / RSI / TSP alarm systems.
Experimental integration generated from observed Videofied Cloud traffic.
- Email/password login.
- Automatic token generation.
- Alarm state.
- Full arming / away arming.
- Disarming.
- Device battery/status/temperature sensors.
- Last event sensor.
- Camera entities for latest received images.
- Buttons to request detector pictures.
Copy custom_components/videofied_cloud to your Home Assistant /config/custom_components/ folder, or add this repository to HACS as a custom integration.
Restart Home Assistant, then add Videofied Cloud from Settings → Devices & services.
- Add full arm / away support via
POST /app3-a2/node-app/armPanel. - Add disarm support via
POST /app3-a2/node-app/disarmPanel. - No partial arming support because the tested installation is all-or-nothing.
- Force media endpoints to
app3-a2. - Add a 25 second wait after accepted picture requests.
This is unofficial and not affiliated with Videofied, RSI, or TSP. Use at your own risk.