lkananen / RaspberryPi

Scripts and stuff for customizing my Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smart home hub

Collection of my smart home control center setup & server hosting.


Badges

Release Latest commit License Tags

License Sponsored

Buy Me A Coffee


Table of Contents


Project description

This project consists of my Home Assistant smart home setup (powered by the Jinja2 templating engine), sensor device configurations and Raspberry Pi hosting server initialization scripts.

Technical documents

Project content

Project structure separates the server setup to individually encapsulated components.

./
├── home-assistant/                                      # Home assistant main setup
|    |
|    ├── ha/                                             # HA control scripts
|    |    |
|    |    ├── ui/                                        # HA dashboards
|    |    |    └── ...
|    |    |
|    |    └── *.yaml                                     # HA definitions
|    |
|    ├── docker-compose.yml                              # Containerized HA
|    ├── docker-setup.sh                                 # First time Docker setup script.
|    ├── home-assistant-docker-compose-setup.sh          # (depricated) Dockerized setup startup script.
|    ├── home-assistant-docker-setup.sh                  # (depricated) Individual HA Docker container startup script.
|    └── update-ha-configs.sh                            # Full deployment. Dockerized setup startup & backup script.
|
├── init/                                                # Raspbian customization & initial setup
|    └── ...
|
├── speedtest/                                           # Network speed testing
|    └── ...
|
├── .gitignore
├── LICENCE
└── README.md

Dependencies

List of dependencies:

Licence

See the separate LICENCE file.

About

Scripts and stuff for customizing my Raspberry Pi.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%