An open API service indexing awesome lists of open source software.

https://github.com/aykevl/domos

Domotica server (home automation backend)
https://github.com/aykevl/domos

home-automation mqtt websocket

Last synced: about 2 months ago
JSON representation

Domotica server (home automation backend)

Awesome Lists containing this project

README

          

# Domotica server

This is the server part of a personal home automation system. Clients can send
data to it (currently only temperature) and control light (currently only an
RGB LED).

See also:

* [domo-web](https://github.com/aykevl/domo-web) for the web interface, which
communicates with this backend.
* [domo](https://github.com/aykevl/domo) for the Arduino side, which talks to
the MQTT server.