No Description

Robert Marshall c7dfa74e68 Add route and markup for devices 4 years ago
build 20b58dd661 Move source code to src directory. Update build script. Trigger IDs now assigned through trigger config. 4 years ago
src c7dfa74e68 Add route and markup for devices 4 years ago
.drone.yml 4a7c518ec0 Point to live code directory 4 years ago
.editorconfig 353e648872 Line endings 4 years ago
.gitignore 7344e64516 Ignore .vs folder 4 years ago
.nuke 20b58dd661 Move source code to src directory. Update build script. Trigger IDs now assigned through trigger config. 4 years ago
build.ps1 b2c673acd6 Add build script 4 years ago
build.sh b2c673acd6 Add build script 4 years ago
has.service 20288416f4 Add linux service file 4 years ago
readme.md d3c9598e17 Replace build status badge. Update text. 4 years ago

readme.md

Home Automation Server

Build Status

Image

This is a service written in C# to provide a platform for event based home automation. While it is in the early stages, it is functional and is written for .NET Core.

There is a core system which drives the event management, hosts the web UI, and loads in components (plugins). The component system is a way of adding things that will listen to events and perform actions on them.

Currently there are 3 included components:

  • Core components which drive time based events
  • MQTT component which deals with communitation with other MQTT clients
  • InfluxDB component which records the values from the events to an InfluxDB instance.

A blog post about this project