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)
- Host: GitHub
- URL: https://github.com/aykevl/domos
- Owner: aykevl
- License: bsd-2-clause
- Created: 2016-08-30T15:07:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T16:47:27.000Z (almost 9 years ago)
- Last Synced: 2026-02-18T13:34:54.491Z (4 months ago)
- Topics: home-automation, mqtt, websocket
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
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.