https://github.com/uiur/home
Code for my home
https://github.com/uiur/home
Last synced: over 1 year ago
JSON representation
Code for my home
- Host: GitHub
- URL: https://github.com/uiur/home
- Owner: uiur
- Created: 2016-06-23T11:30:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T13:38:04.000Z (almost 10 years ago)
- Last Synced: 2025-01-14T19:12:14.594Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# home
Code for raspberry pi at home
## IR remote controller
Turn on/off an air controller using [irMagician](http://www.omiya-giken.com/?page_id=837).
```sh
python ir/play.py ir/data/aircon-on.json
python ir/play.py ir/data/aircon-off.json
```
## Deploy
```sh
crontab crontab
supervisorctl restart server
```
## Dependencies
* https://github.com/adafruit/Adafruit_Python_GPIO
* https://github.com/uiureo/tsl2561
* [apex](https://github.com/apex/apex) for AWS Lambda functions