guest_control

Version, currently master branch1 version
  • master branchlatestJun 23, 2022

github.com/adacosta/guest_control

Chamberlain garage door guest control

0 stars
0 dependents
License: UNLICENSED

Installation

# Add this to your shard.yml
dependencies:
  guest_control:
    github: adacosta/guest_control
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.33.0
License
UNLICENSED
Author
Alan Da Costa
Targets
  • amber from lib/amber/src/amber/cli.cr
  • guest_control from src/guest_control.cr

Dependencies

Runtime Dependencies

  • pg*github: will/crystal-pg
  • sam*github: imdrasil/sam.cr
  • amber*github: amberframework/amber
  • halite*github: icyleaf/halite
  • sidekiq*github: mperham/sidekiq.cr, branch: master
  • jennifer*github: imdrasil/jennifer.cr
  • monocypher*github: konovod/monocypher
  • citrine-i18n0.4.0github: amberframework/citrine-i18n
  • quartz_mailer*github: amberframework/quartz-mailer
  • jasper_helpers*github: amberframework/jasper-helpers

Development Dependencies

  • icr*github: crystal-community/icr, branch: masterdev

README

guest_control

Amber Framework

This is a project written using Amber. Enjoy!

Guest control allows assigning control of a Chamberlain garage door opener within time windows.

Example integration with Nest cam (using public url)

Prerequisites

Docker

Development

To start your Amber server:

  1. docker compose up

Now you can visit http://127.0.0.1:3003/ from your browser.

Getting an error message you need help decoding? Check the Amber troubleshooting guide, post a tagged message on Stack Overflow, or visit Amber on Gitter.

Tests

To run the test suite:

crystal spec