Koushik Dutta 8062bc7d4e Arlo (#205)
* start of arlo plugin

* use a logger

* patch missing method onto devicemanager

* arlo camera link should be done on camera settings page

* consolidate

* log formatter

* log formatter

* discover devices as cameras. snapshot not working

* take arlo pictures

* implement video camera stream

* pull in custom arlo module and try to fix session bugs

* proxy arlo rtsp to stop stream when no clients

* snapshot ongoing stream

* cache image snapshots

* use host ip addr

* use cached if error

* using live555ProxyServer

* build live555ProxyServer, use cached pictures more

* cache pic on video, threaded

* fix issue of snapshot turning off stream

* more async

* significant cleanup, vendoring, first attempt at getting async arlo lib

* works, but problem with async and queue juggling

* timeout, queues per resource/action

* subscribe to multiple queues

* distinguish cameras and basestations, remove dependence on gmail

* some cleanup

* some cleanup

* some cleanup

* support SMS MFA

* event queue garbage collection

* video stream options

* add dependencies per koush's suggestion

Co-authored-by: Brett Jia <dev.bjia56@gmail.com>
2022-03-29 10:10:30 -07:00
2022-03-25 12:44:40 -07:00
2022-03-28 18:33:04 -07:00
2022-02-27 12:25:27 -08:00
2022-03-24 23:06:29 -07:00
2022-03-01 12:43:02 -08:00
2022-03-29 10:10:30 -07:00
2022-03-29 09:34:36 -07:00
2022-03-29 09:34:54 -07:00
2021-10-02 20:52:59 -07:00
2021-11-05 23:38:51 -07:00
2022-02-19 18:26:19 -08:00
2021-08-24 21:22:41 -07:00
2021-12-31 12:41:19 -08:00
2022-03-25 12:46:55 -07:00

Scrypted Home Automation

Scrypted is a home automation platform primarily focusing on making camera experiences seamless.

  • Video load instantly, everywhere: Demo
  • HomeKit Secure Video Support
  • Google Home support: "Ok Google, Stream Backyard"
  • Alexa Support: Streaming to Alexa app on iOS/Android and Echo Show.
Scrypted_Management_Console

Installation

Select the appropriate guide. After installation is finished, remember to visit HomeKit Secure Video Setup.

Discord

Chat on Discord for support, tips, announcements, and bug reporting. There is an active and helpful community.

Join Scrypted Discord

Supported Platforms

  • Google Home
  • Apple HomeKit
  • Amazon Alexa

Supported accessories:

Development

Debug the Scrypted Server in VSCode

# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open server project in VS Code
code server

You can now launch Scrypted in VSCode.

Debug Scrypted Plugins in VSCode

# this is an example for homekit.
# check out the code
git clone https://github.com/koush/scrypted
cd scrypted
# get the dependencies for the server and various plugins
./npm-install.sh
# open the homekit project in VS Code
code plugins/homekit

You can now launch (using the Start Debugging play button) the HomeKit Plugin in VSCode. Please be aware that you do not need to restart the Scrypted Server if you make changes to a plugin. Edit the plugin, launch, and the updated plugin will deploy on the running server.

If you do not want to set up VS Code, you can also run build and install the plugin directly from the command line:

# currently in the plugins/homekit directory.
npm run scrypted-webpack && npm run scrypted-deploy 127.0.0.1

Plugin Development

Want to write your own plugin? Full documentation is available here: https://developer.scrypted.app

Description
No description provided
Readme 64 MiB
Languages
TypeScript 79.9%
Python 16.3%
JavaScript 2.3%
Shell 1.4%
PowerShell 0.1%