Skip to content

lkananen/RaspberryPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages