diff --git a/config.ini.example b/config.ini.example index e2d4d8a..3f4dddb 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,36 +1,25 @@ -# ============================================================ -# HomeMatic Anwesenheitserkennung – Konfiguration -# ============================================================ - -[mikrotik] -# MikroTik Haupt-Router Ebesch +[router] host = 192.168.252.254 user = admin password = +[ap] +# MikroTik cAP ax – lokale WiFi-Konfig (kein CAPsMAN) +host = 192.168.252.253 +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 +# Settings → WLAN → ⓘ Aironet → WLAN-Adresse +mac = XX:XX:XX:XX:XX:XX +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 +mac = XX:XX:XX:XX:XX:XX +ise_id = 4730 +label = Kerstins iPhone