2021-09-12 21:11:37 -07:00
2021-09-12 21:11:37 -07:00
2021-09-12 09:07:04 -07:00
2021-09-09 16:06:58 -07:00
2021-08-24 21:22:41 -07:00
2021-09-08 13:19:51 -07:00
2021-09-10 20:29:06 -07:00
2021-08-24 21:22:41 -07:00
2021-09-11 09:52:43 -07:00

Scrypted Home Automation

Scrypted_Management_Console

Discord

Join Scrypted Discord

Supported Platforms

  • Google Home
  • Apple HomeKit
  • Amazon Alexa

Supported accessories:

Installation

Run on Docker

Instructions

Run Locally

Prerequisites

  • Node v16 (older versions seem to have issues with the cluster module)
  • Windows is not supported, but may work.

Linux Prerequisites

sudo apt install libavahi-compat-libdnssd-dev

Run in Terminal

# checkout source
git clone https://github.com/koush/scrypted.git

# npm install and run
cd scrypted/server
npm install
npm run serve
# visit https://localhost:9443/ in a browser

Debug in VSCode

Follow the steps for running locally above.

# in directory with the scrypted git checkout
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

  1. Install Scrypted
  2. Open https://localhost:9443/
  3. Install the HomeKit Plugin from the available plugins tab
  4. Install the Unifi or Amcrest camera plugin
  5. (optional/recommended) Install the Rebroadcast and Prebuffer plugin to keep a short video loop of the stream leading up to the motion.
  6. Pair with the Scrypted Hub accessory using your HomeKit app on iOS or Mac.
Description
No description provided
Readme 64 MiB
Languages
TypeScript 79.8%
Python 16.3%
JavaScript 2.3%
Shell 1.4%
PowerShell 0.1%