Files
moonweb-site/smarthome/index.njk
T
2026-08-13 21:58:53 +02:00

59 lines
2.6 KiB
Plaintext

---
title: "Smarthome"
section: "smarthome"
description: "Smart home projects: Home Assistant, MQTT sensors, AirPlay audio, OctoPrint, and energy monitoring."
layout: base.njk
sections:
- heading: "Control & Automation"
cards:
- title: "Home dashboard"
summary: "Lighting, music, and Tasmota device control shown on the home dashboard."
href: "/home-dashboard-controls/"
- title: "Tasmota & energy monitoring"
summary: "Smart plugs and power monitoring across the flat, feeding daily usage stats."
href: "/tasmota-energy/"
- title: "HomematicIP + MQTT"
summary: "How HomematicIP room sensors are bridged into MQTT and stored in InfluxDB."
href: "/homematic-mqtt/"
- title: "Balkon Pi"
summary: "Balcony sensor, lighting, and audio automation unit."
href: "/balkonpi/"
- heading: "Dashboards & Hardware"
cards:
- title: "LED Matrix"
summary: "ESP32 LED matrix displays around the flat. Full write-up currently lives on the CV site."
href: "https://stefankoelle.de/ledmatrix/"
- title: "WT32-SC01 dashboard"
summary: "Touch dashboard on a compact ESP32-S3 display."
href: "https://github.com/skoelle/wt32sc01-dashboard"
- title: "M5Stack dashboard"
summary: "ESP32 dashboard showing weather, calendar, and MVG departures."
href: "https://github.com/skoelle/m5stack-dashboard"
- heading: "Personal services"
cards:
- title: "iCloud Contacts Sync"
summary: "Private iCloud contacts synced into the homelab, with birthday notifier and web UI."
href: "https://github.com/skoelle/icloud-contacts-sync"
- title: "MVG departures"
summary: "Compact Munich transit departure monitor for desktop and mobile."
href: "https://github.com/skoelle/mvg-departures"
- title: "Google Calendar sync"
summary: "Private calendar synced into the homelab with notifer and web interface."
href: "https://github.com/skoelle/calender_sync"
- title: "Focus App"
summary: "A clean, modern todo application with drag & drop reordering."
href: "https://github.com/skoelle/focusapp"
- heading: "Media"
cards:
- title: "AirPlay audio"
summary: "Multi-room AirPlay receivers with software volume boost."
href: "/airplay-audio/"
- title: "OctoPrint"
summary: "Remote 3D printer control and camera streaming."
href: "/octoprint/"
- title: "TubeArchivist"
summary: "Self-hosted YouTube archiving running on the Synology."
href: "/tubearchivist/"
---
{% include "card-grid.njk" %}