https://github.com/cpapazaf/oikosense
Home automation with raspberry and arduino
https://github.com/cpapazaf/oikosense
angularjs arduino python raspberry-pi resin-io
Last synced: 3 months ago
JSON representation
Home automation with raspberry and arduino
- Host: GitHub
- URL: https://github.com/cpapazaf/oikosense
- Owner: cpapazaf
- Created: 2016-03-26T19:09:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T17:12:55.000Z (about 9 years ago)
- Last Synced: 2025-03-17T06:11:28.514Z (over 1 year ago)
- Topics: angularjs, arduino, python, raspberry-pi, resin-io
- Language: Python
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oikosense
[](https://travis-ci.org/cpapazaf/oikosense)
## Overview
Home automation service based on raspbery pi and arduino. Using sensors for humidity/temperature and motion detection together with usb camera.
Built on:
* [Tornado](http://www.tornadoweb.org/)
* [Soners](https://github.com/cpapazaf/soners)
* [peewee](https://github.com/coleifer/peewee)
* [angulatjs](https://angularjs.org/)
* [resinio](https://resin.io/)
## Contribution
### Creating Issues
If you find a problem please create an
[issue in the ticket system](https://github.com/cpapazaf/oikosense/issues)
and describe what is going wrong or what you expect to happen.
If you have a full working example or a log file this is also helpful.
You should of course describe only a single issue in a single ticket and not
mixing up several different things into a single issue.
### Creating a Pull Request
Before you create a pull request it is necessary to create an issue in
the [ticket system before](https://github.com/cpapazaf/oikosense/issues)
and describe what the problem is or what kind of feature you would like
to add. Afterwards you can create an appropriate pull request.
It is required if you want to get a Pull request to be integrated into to squash your
commits into a single commit which references the issue in the commit message.
A pull request has to fulfill only a single ticket and should never create/add/fix
several issues in one, cause otherwise the history is hard to read and to understand
and makes the maintenance of the issues and pull request hard.
## License
Distributed under the Apache License 2.0 license: http://opensource.org/licenses/Apache-2.0