mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
1904a5fc1bb5dfcfe9bd2cd4bf060f53ecf80655
Scrypted Home Automation
Discord
Supported Platforms
- Google Home
- Apple HomeKit
- Amazon Alexa
Supported accessories:
Installation
Run on Docker
Docker Installation Instructions
Run Locally
Local Installation Instructions
Debug in VSCode
Follow the steps for running locally above to set up your environment, but stop short of npm run.
# switch to the server directory
cd scrypted/server
# open this directory in VSCode
code .
You can now launch Scrypted in VSCode.
Plugin Development Documentation
https://developer.scrypted.app
HomeKit Secure Video Setup
- Install Scrypted.
- Open https://localhost:10443/ (substitute localhost appropriately for a remote server).
- Install the Unifi, HikVision, ONVIF, or Amcrest camera plugin.
- HKSV requires a plugin with hardware motion detect support.
- If there's no plugin for your camera but it supports motion alerts using mail, use the generic RTSP, SMTP plugin, and Dummy Switch plugin. This will create a mail activated motion sensor.
- If there's no plugin or mail support for your camera, you can install the generic RTSP and the OpenCV motion detector plugin. This will use the processing power on your server to detect camera motion.
- Install the HomeKit Plugin.
- Install the Rebroadcast plugin.
- This is optional but highly recommended. It keeps a short video loop of the stream in memory leading up to the motion.
- Pair with the Scrypted Server accessory using your HomeKit app on iOS or Mac.
- Enable recording on the cameras in HomeKit.
Description
Languages
TypeScript
79.8%
Python
16.3%
JavaScript
2.3%
Shell
1.4%
PowerShell
0.1%