From bae4d6fb91f2ba6ad3cc28369759ab2f04b64c2a Mon Sep 17 00:00:00 2001 From: Ralf-Peter Wolff Date: Wed, 20 May 2026 12:59:57 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20Konfigurationsvorlage=20(ohne=20Passw?= =?UTF-8?q?=C3=B6rter)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.ini.example | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 config.ini.example diff --git a/config.ini.example b/config.ini.example new file mode 100644 index 0000000..e2d4d8a --- /dev/null +++ b/config.ini.example @@ -0,0 +1,36 @@ +# ============================================================ +# HomeMatic Anwesenheitserkennung – Konfiguration +# ============================================================ + +[mikrotik] +# MikroTik Haupt-Router Ebesch +host = 192.168.252.254 +user = admin +password = + +[homematic] +# HomeMatic CCU2 Ebesch +host = 192.168.252.12 +# ISE-ID der kombinierten Anwesenheits-Variable +combined_ise_id = 950 + +# ============================================================ +# Geräte: [device.] +# mac = Private WLAN-MAC des Geräts für SSID "Aironet" +# → iPhone: Einstellungen → WLAN → ⓘ → WLAN-Adresse +# → WICHTIG: "Private WLAN-Adresse" muss aktiviert sein +# ise_id = ISE-ID der HomeMatic-Systemvariable +# label = Anzeigename im Log +# ============================================================ + +[device.rp_iphone] +# Ralf-Peters iPhone +mac = # TODO: Private WLAN-MAC für SSID "Aironet" eintragen +ise_id = 1828 +label = RP iPhone + +[device.kerstin_iphone] +# Kerstins iPhone +mac = # TODO: Private WLAN-MAC für SSID "Aironet" eintragen +ise_id = 4730 +label = Kerstins iPhone