Skip to content

physiii/open-automation

Repository files navigation

Objective

This repository contains the front facing and backend portions of open-automation. Its function is to route, process, and display data from devices and users. It provides a user interface for controlling devices, setting schedules, and has customizable text/email alert system.

Dashboard

Alt text

Technologies

ReactJS
NodeJS
MongoDB
Websockets
Z-Wave
Hls
FFmpeg
FreeRTOS

Supported Devices

This is used to interface devices like cameras, thermostats, and various z-wave devices from other ecosystems into open-automation. Allows devices to operate while disconnected from the front end server.

Handled by gateway which performs computer vision tasks, motion detection, and supports 4K live streaming. Recordings can be stored remotely and played from video player component.

Can be interfaced with commercial strike/magnetic locks through my open-source controllers or third-party Z-wave deadbolts through the gateway software.

Thermostat

Supports wifi thermostats through the gateway with scheduling and energy efficient features.

Can use my open-source LED controller or Philips Hue lights through the gateway.

General purpose relay board for attaching sirens and various sensors.

Android app for location tracking

Graphs

Server

Alt text

Client

Alt text

Installation

git clone https://github.com/physiii/open-automation
cd open-automation
cp .env.example .env
nano .env
echo "export NODE_ENV=development" >> ~/.bashrc
source ~/.bashrc
npm install
#get .env key.pem cert.pem
npm run build
npm run start