Add initial configuration files and monitoring script for ESP32 integration

This commit is contained in:
Space-Banane
2026-01-31 14:23:37 +01:00
parent b75a69caef
commit 17dc69ce4c
6 changed files with 357 additions and 0 deletions

11
.env.sample Normal file
View File

@@ -0,0 +1,11 @@
# ESP32 Configuration
ESP_IP=192.168.1.100
ESP_API_KEY=YOUR_ENCRYPTION_KEY_HERE
# Uptime Kuma Configuration (API Key required)
# Get your API key from: Settings → API Keys in Uptime Kuma
KUMA_URL=https://status.example.com
KUMA_KEY=uk1_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Polling Configuration
POLL_INTERVAL=30