Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickw444/home
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
https://github.com/nickw444/home
appdaemon arduino bongmonkey esp esp32 esp8266 firmware hacktoberfest home-assistant home-assistant-config home-automation homeassistant homekit iot pcb sonoff
Last synced: 1 day ago
JSON representation
Monorepo for all home automation related development, including integrated firmware, PCBs, configuration, and bridges
- Host: GitHub
- URL: https://github.com/nickw444/home
- Owner: nickw444
- Created: 2017-03-30T07:12:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T11:15:12.000Z (4 months ago)
- Last Synced: 2025-01-12T20:04:10.192Z (9 days ago)
- Topics: appdaemon, arduino, bongmonkey, esp, esp32, esp8266, firmware, hacktoberfest, home-assistant, home-assistant-config, home-automation, homeassistant, homekit, iot, pcb, sonoff
- Language: Python
- Homepage:
- Size: 10.5 MB
- Stars: 124
- Watchers: 15
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home
A Mono-repo combining all of my home automation projects & configuration
See individual project `README.md`'s for more information of each.
## Sub-Projects
- [blindkit](blindkit/): A project to connect with 433.92MHz wireless roller blinds from RAEX.
- [home-assistant](home-assistant/): [Home Assistant](https://home-assistant.io) configuration.
- [custom_components](home-assistant/martin-pl/custom_components): A collection of my custom components developed for Home Assistant
- [pcbs](pcbs/): A collection of PCB designs for ESP8266 integrated use-cases.## Related Repos
Not all the fun gets to happen inside this repo. Here is a collection of other projects I have built that for the sake of simplicity of deployment do not live within this repo.
- [nessclient](https://github.com/nickw444/nessclient): A python implementation/abstraction of the Ness D8x / D16x Serial Interface ASCII protocol
- [miio-go](https://github.com/nickw444/miio-go): An implementation of the miIO home protocol by Xiaomi written in Golang.
- [samsungwsctl](https://github.com/nickw444/samsungwsctl): A minimal alternative to samsungctl for controlling newer (>2019) Samsung Smart TVs
- [cf-ddns](https://github.com/nickw444/cf-ddns): Extendable Cloudflare DDNS Updater written in Golang
- [appdaemon-testing](https://github.com/nickw444/appdaemon-testing/): Ergonomic and pythonic unit testing for AppDaemon apps. Utilities to allow you to test your AppDaemon home automation apps using all the pythonic testing patterns you are already familiar with.