| Board | Max. Relais | R1 | R2 | R3 | R4 |
|---|---|---|---|---|---|
| Heltec V2 | 4 | GPIO 12 | GPIO 13 | GPIO 14 | GPIO 22 |
| Heltec V3 | 4 | GPIO 2 | GPIO 3 | GPIO 4 | GPIO 5 |
| Heltec V4 | 4 | GPIO 2 | GPIO 3 | GPIO 4 | GPIO 5 |
| LILYGO T3S3 | 4 | GPIO 1 | GPIO 2 | GPIO 3 | GPIO 43 |
| LILYGO T-Beam | 4 | GPIO 2 | GPIO 13 | GPIO 14 | GPIO 15 |
| T-Beam Supreme | 4 | GPIO 2 | GPIO 3 | GPIO 6 | GPIO 15 |
| Station G2 | 4 | GPIO 1 | GPIO 2 | GPIO 3 | GPIO 4 |
| RAK4631 | 4 | WB_IO1 | WB_IO2 | WB_IO3 | WB_IO4 |
| Xiao S3 WIO | 4 | GPIO 1 | GPIO 2 | GPIO 3 | GPIO 4 |
| XIAO nRF52840 | 3 | D6 | D7 | D0 | — |
| Modus | Verhalten | Typische Module |
|---|---|---|
Active HIGH (Standard) |
||
Active LOW |
relay_active high # Active HIGH (Standard) relay_active low # Active LOW relay_save # Konfiguration persistieren
| Anschluss | Bedeutung | Verwendung |
|---|---|---|
COM | ||
NO | ||
NC |
| Ebene | Schutz | Pflicht? |
|---|---|---|
| 1. Whitelist | ||
| 2. Passwort | ||
| 3. Rate-Limit | ||
| + |
relay_password MeinGeheimesPasswort2024! relay_save
# Companion-Node hinzufügen (Hash aus MeshCore-App) relay_add a1b2c3d4e5f6a7b8 # Whitelist anzeigen relay_list # Node entfernen (gleicher Hash wie beim Add) relay_remove a1b2c3d4e5f6a7b8 # Whitelist-Enforcement manuell an/aus relay_wl_on relay_wl_off # Konfiguration speichern relay_save
MeinPasswort:R1_PULSE10 # Relais 1 für 10s ein, dann aus MeinPasswort:R2_PULSE30 # Relais 2 für 30s ein, dann aus MeinPasswort:R1_PULSE2 # Relais 1 für 2s ein (Power-Cycle)
MeinPasswort:ALL_OFF
| Befehl | Beschreibung | Beispiel |
|---|---|---|
Rn_ON | PW:R1_ON | |
Rn_OFF | PW:R2_OFF | |
TOGGLEn | PW:TOGGLE3 | |
ALL_ON | PW:ALL_ON | |
ALL_OFF | PW:ALL_OFF | |
STATUS | PW:STATUS | |
Rn_PULSEs | PW:R1_PULSE10 |
| Befehl | Beschreibung |
|---|---|
relay_password <pw> | |
relay_add <hex> | |
relay_remove <hex> | |
relay_wl_on / relay_wl_off | |
relay_list / relay_wl | |
relay_status | |
relay_test <1-4> | |
relay_pins | |
relay_active high|low | |
relay_save | |
lora_info |
# 1. Passwort setzen relay_password MeinSicheresPasswort2024 # 2. Companion-Node zur Whitelist hinzufügen relay_add a1b2c3d4e5f6a7b8 # 3. Whitelist aktivieren relay_wl_on # 4. Schaltlogik prüfen (Standard: Active HIGH) relay_active high # 5. Relais testen relay_test 1 # 6. Alles speichern relay_save # 7. LoRa-Parameter anzeigen (zur Kontrolle) lora_info