My current Smarthome Setup
Table of Contents
Overview
- Status
- Actively used
- Languages
- Lua, Sh
- Sourcecode
- https://codeberg.org/slatian/smarthome
- Started
- 2021-08-24
A raspberry pi under my desk that switches screens and audio on and off. commandline edition!
Features
- Can turn GPIOs on and off (I use that for routing audio and switching relays for power outlets)
- Pings my machines every few seconds to find out if they are on (I have planned for when that assumption falls flat)
- Gemini based API (for keyboard shortcuts) and dashboard
- Scriptable using anything that can read from and write to stdio (I use lua)