Skip to content

netreconlab/senic-hub

 
 

Repository files navigation

The Senic Hub

https://www.travis-ci.org/getsenic/senic-hub.svg?branch=master

The Senic Hub is a Bluetooth Low Energy and Wi-Fi-enabled smart home hub that allows a user to connect to their smart devices (such as Sonos, Philips Hue etc). It also works together with the Senic Nuimo, our very own bluetooth controller for smart devices and significantly extends its usefulness by eliminating the need of having it connected to a smart phone or tablet.

This repository contains the entire software stack that we created for the hub.

While it is divided into several separate modules that run in independent processes we have chosen to keep them not only in a common repository but also to package them as a single python package because in the end all of these components need to work together and oftentimes features are spread across several modules. This allows for simpler versioning (there is only one canonical version) and also makes it easier to create pull requests.

The hub is divided into the following modules:

  • The (RESTful) backend – a pyramid application that clients talk to via HTTP
  • The Nuimo application – the entity that the nuimo controller talks to via bluetooth
  • bluenetd – a process that implements a bluetooth hub for clients to connect to during onboarding
  • Additionally the hub also consists of an instance of homeassistant but since that is an unmodified instance of the latest supported version its sources are not part of this repository

All of these components are controlled using supervisord.

About

The software stack that powers the Senic hub

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 75.3%
  • Shell 21.8%
  • Vim Script 2.2%
  • Makefile 0.7%