initial, step 2 already

This commit is contained in:
2025-10-31 14:25:12 +01:00
commit ea17d048ad
24 changed files with 1431 additions and 0 deletions

31
config/devices.yaml Normal file
View File

@@ -0,0 +1,31 @@
# Device Configuration
# Configuration for home automation devices
mqtt:
broker: "172.16.2.16"
port: 1883
client_id: "home-automation-abstraction"
username: null
password: null
keepalive: 60
redis:
url: "redis://172.23.1.116:6379/8"
channel: "ui:updates"
devices:
- id: "test_lampe"
type: "light"
name: "Test Lampe"
topics:
set: "vendor/test_lampe/set"
state: "vendor/test_lampe/state"
# - color
# - id: "light_bedroom"
# type: "light"
# name: "Bedroom Light"
# mqtt_topic: "home/bedroom/light"
# capabilities:
# - power
# - brightness