Git Product home page Git Product logo

securitt's Introduction

securitt

securitt is an MQTT-based security system meant to be used with zigbee2mqtt. It allows you to configure a security system in YAML that handles input from Zigbee keypads and key fobs (and Home Assistant, if desired) and also sound Zigbee sirens when the alarm is triggered. I created this solely because I thought it would be fun to write a security system from scratch. It was more fun than I thought it would be, surprisingly. I don't know if anyone would actually use this, but I wanted to share it anyway.

Initial support for buttons has been added (single and double press only). YMMV with this.

Configuration
See config.yaml for an example config file with all configuration options and comments explaining most options.

Reloading configuration without restart
You can reload all configuration options (except MQTT settings and log level) without restarting by publishing a blank payload to base_topic/reload_config

Docker-compose
Example docker-compose.yaml service entry:

  securitt:
    container_name: securitt
    image: tediore/securitt:latest
    volumes:
    - /path/to/configuration:/app/data
    environment:
    - TZ=America/Chicago
    restart: unless-stopped

Docker run
Example docker run command:

docker run --name securitt \
-v /path/to/configuration:/app/data \
-e TZ=America/Chicago \
tediore/securitt:latest

securitt's People

Contributors

tediore avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.