Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bberak/home-automation
Some fun home automation projects
https://github.com/bberak/home-automation
Last synced: 26 days ago
JSON representation
Some fun home automation projects
- Host: GitHub
- URL: https://github.com/bberak/home-automation
- Owner: bberak
- License: mit
- Created: 2020-01-28T11:23:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T21:10:36.000Z (over 1 year ago)
- Last Synced: 2024-04-14T05:14:42.099Z (7 months ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Home Automation
Some fun home automation projects
## Getting Started
```
git clone https://github.com/bberak/home-automation.git
cd home-automation
npm run setup
npm run build
npm run serve
```## Prequisites
### Enabling IR
In order to send and receive IR signals using your Raspberry PI, add the following to `/boot/config.txt`:
```
dtoverlay=gpio-ir,gpio_pin=17
dtoverlay=gpio-ir-tx,gpio_pin=18
```> Make sure you hook your IR receiver up to **GPIO 17** and your IR transmiter up to **GPIO 18**