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

https://github.com/aarono/autohome

RaspberryPI + jeedom + habridge + homebridge
https://github.com/aarono/autohome

docker home-automation iot raspberry-pi

Last synced: about 2 months ago
JSON representation

RaspberryPI + jeedom + habridge + homebridge

Awesome Lists containing this project

README

          

# autohome

RaspberryPI + jeedom + habridge + homebridge

## Quick install

```
curl https://omullan.com/autohome/install.sh | bash
```

## Step-by-step setup on your raspberry Pi

Manually do what `install.sh` does.

### 1. Install a modern version of docker

```
curl https://get.docker.com | sudo bash
```

### 2. Download docker-compose.yml to your RPi

Download the latest docker-compose.yml:

```
curl https://raw.githubusercontent.com/AaronO/autohome/master/docker-compose.yml > docker-compose.yml
```

### 3. Run it

Then start it:

```
sudo docker-compose up
```

### 4. That's all