Skip to content

Commit 4d60451

Browse files
authored
Discourage inverse forwarding (#125)
1 parent 0c35acc commit 4d60451

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ If you need to customize the behavior, you can also configure:
4545
# Optional: Use different MQTT broker (defaults to Home Assistant's MQTT)
4646
mqtt_uri: "mqtt://username:password@host:1883"
4747

48-
# Optional: Global setting to flip all forwarding directions (usually keep off unless you know what you're doing)
48+
# Optional: Global setting to flip all forwarding directions (do not enable unless you absolutely know what you're doing)
49+
# Bug reports with this setting enabled will be closed immediately.
4950
inverse_forwarding: false
5051

5152
# Optional: For HMA/HMF/HMK/HMJ devices, specify which ones should use inverse forwarding
@@ -170,7 +171,9 @@ docker compose up -d
170171

171172
### Advanced Docker Configuration
172173

173-
The Docker version supports additional configuration options not available in the Home Assistant add-on:
174+
The Docker version supports additional configuration options not available in the Home Assistant add-on.
175+
176+
**Warning**: Do not enable `inverse_forwarding` unless you absolutely know what you're doing. Bug reports with this setting enabled will be closed immediately.
174177

175178
```json
176179
{

hassio-addon/translations/de.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ configuration:
44
description: "URL des MQTT-Brokers, mit dem verbunden werden soll"
55
inverse_forwarding:
66
name: "Globale Weiterleitungsumkehr"
7-
description: "Wenn aktiviert, wird die Weiterleitungsrichtung für alle Geräte umgekehrt. Sollte normalerweise ausgeschaltet sein. Verwenden Sie dies, um die Weiterleitungsrichtung global für Tests oder spezielle Konfigurationen umzukehren."
7+
description: "Wenn aktiviert, wird die Weiterleitungsrichtung für alle Geräte umgekehrt. Nicht aktivieren, es sei denn, du weißt absolut, was du tust. Fehlerberichte mit aktivierter Einstellung werden sofort geschlossen."
88
username:
99
name: "Hame Benutzername"
10-
description: "E-Mail-Adresse für das Hame Energy Management System (erforderlich). Geräteinformationen werden automatisch aus Ihrem Konto abgerufen."
10+
description: "E-Mail-Adresse für das Hame Energy Management System (erforderlich). Geräteinformationen werden automatisch aus deinem Konto abgerufen."
1111
password:
1212
name: "Hame Passwort"
1313
description: "Passwort für das Hame Energy Management System (erforderlich)"
1414
inverse_forwarding_device_ids:
1515
name: "Selektive Weiterleitungsumkehr Geräte-IDs"
1616
description: "Kommagetrennte Liste von Geräte-IDs für HMA-, HMF-, HMK- und HMJ-Geräte, die inverse Weiterleitung verwenden sollen. Andere Gerätetypen verwenden automatisch inverse Weiterleitung."
17-

hassio-addon/translations/en.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration:
44
description: "URL of the MQTT broker to connect to"
55
inverse_forwarding:
66
name: Global Invert Forwarding
7-
description: "If enabled, flips the inverse forwarding setting for all devices. Usually should be set to off. Use this to globally reverse the forwarding direction for testing or special configurations."
7+
description: "If enabled, flips the inverse forwarding setting for all devices. Do not enable this unless you absolutely know what you're doing. Bug reports with this setting enabled will be closed immediately."
88
username:
99
name: Hame Username
1010
description: "Your Hame Energy Management System email address (required). Device information is automatically fetched from your account."
@@ -14,4 +14,3 @@ configuration:
1414
inverse_forwarding_device_ids:
1515
name: Selective Inverse Forwarding Device IDs
1616
description: "Comma-separated list of device IDs for HMA, HMF, HMK, and HMJ devices that should use inverse forwarding. Other device types automatically use inverse forwarding."
17-

hassio-addon/translations/it.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configuration:
44
description: "URL del broker MQTT a cui connettersi"
55
inverse_forwarding:
66
name: Inversione Globale Inoltro
7-
description: "Se abilitato, inverte l'impostazione di inoltro inverso per tutti i dispositivi. Di solito dovrebbe essere disattivato. Utilizzare per invertire globalmente la direzione di inoltro per test o configurazioni speciali."
7+
description: "Se abilitato, inverte l'impostazione di inoltro inverso per tutti i dispositivi. Non abilitarlo a meno che tu non sappia assolutamente cosa stai facendo. Le segnalazioni di bug con questa impostazione attiva verranno chiuse immediatamente."
88
username:
99
name: Nome Utente Hame
1010
description: "Il tuo indirizzo email del Sistema di Gestione Energetica Hame (obbligatorio). Le informazioni sui dispositivi vengono recuperate automaticamente dal tuo account."
@@ -14,4 +14,3 @@ configuration:
1414
inverse_forwarding_device_ids:
1515
name: ID Dispositivi Inoltro Inverso Selettivo
1616
description: "Elenco separato da virgole degli ID dispositivo per dispositivi HMA, HMF, HMK e HMJ che dovrebbero utilizzare l'inoltro inverso. Altri tipi di dispositivi utilizzano automaticamente l'inoltro inverso."
17-

hassio-addon/translations/nl.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ configuration:
44
description: "URL van de MQTT broker om verbinding mee te maken"
55
inverse_forwarding:
66
name: Globale Doorstuurrichting Omkeren
7-
description: "Indien ingeschakeld, keert de inverse doorstuurinstelling om voor alle apparaten. Moet meestal uitgeschakeld staan. Gebruik dit om de doorstuurrichting globaal om te keren voor tests of speciale configuraties."
7+
description: "Indien ingeschakeld, keert de inverse doorstuurinstelling om voor alle apparaten. Schakel dit niet in tenzij je absoluut weet wat je doet. Bugmeldingen met deze instelling ingeschakeld worden direct gesloten."
88
username:
99
name: Hame Gebruikersnaam
10-
description: "Uw Hame Energy Management System e-mailadres (vereist). Apparaatinformatie wordt automatisch opgehaald uit uw account."
10+
description: "Je Hame Energy Management System e-mailadres (vereist). Apparaatinformatie wordt automatisch opgehaald uit je account."
1111
password:
1212
name: Hame Wachtwoord
13-
description: "Uw Hame Energy Management System account wachtwoord (vereist)"
13+
description: "Je Hame Energy Management System account wachtwoord (vereist)"
1414
inverse_forwarding_device_ids:
1515
name: Selectieve Inverse Doorstuur Apparaat ID's
1616
description: "Kommagescheiden lijst van apparaat ID's voor HMA, HMF, HMK en HMJ apparaten die inverse doorsturen moeten gebruiken. Andere apparaattypes gebruiken automatisch inverse doorsturen."

0 commit comments

Comments
 (0)