Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebsebmc/homeserver
home automation server
https://github.com/sebsebmc/homeserver
Last synced: 13 days ago
JSON representation
home automation server
- Host: GitHub
- URL: https://github.com/sebsebmc/homeserver
- Owner: sebsebmc
- Created: 2015-01-25T22:40:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T05:10:49.000Z (almost 10 years ago)
- Last Synced: 2023-03-28T00:15:11.685Z (over 1 year ago)
- Language: JavaScript
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#EHI Server
This project's goal is to make a centralized home network in line with the Internet of Things ideology. There is no specific 'end result' I am looking for with this project. Instead I want to creat a central server and a mesh of networked sensors, devices, and services to bring the home into the modern day.
##Proposed Modules:
* Smart thermostat
* Wireless lights and outlets
* Local backup and multimedia server
* Automated blinds, HVAC vents, showers
* Remotely accessible todo and grocery lists
* And much, much more##Current Status:
###Server:
Very much under developement. Will run on a Linux box, hosting an InfluxDB time-series database for sensor logging.
Probably will be an Express Node.js server.
###Thermostat:
The thermostat is being run by an Arduino Uno and Raspberry Pi currently. The Arduino was chosen due to its reliability.
It interfaces with a Raspberry Pi via USB serial to connect to the local area network.
The Raspberry Pi runs a simple web server to allow the central server to query it and control it.
More info can be found under the thermostat folder.