Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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**