diff --git a/docs/devices/heating.mdx b/docs/devices/heating.mdx index fc4695a7bb..5b39fcfc16 100644 --- a/docs/devices/heating.mdx +++ b/docs/devices/heating.mdx @@ -88,7 +88,11 @@ chargers: setmode: source: switch switch: - - case: 1 # normal + - case: 1 # dimm (not supported, yet) + set: + source: error + error: ErrNotAvailable + - case: 2 # normal set: # Hier wird der Funktionsaufruf eingefügt, der die Heizung in den Normalbetrieb setzt. # Dafür können alle üblichen Plugins verwendet werden. @@ -100,7 +104,7 @@ chargers: type: template template: shelly # Boost-Kontakt der Wärmepumpe host: 192.168.0.101 - - case: 2 # boost + - case: 3 # boost set: # Hier wird der Funktionsaufruf eingefügt, der die Heizung in den Boostbetrieb setzt. source: const @@ -111,19 +115,15 @@ chargers: type: template template: shelly # Boost-Kontakt der Wärmepumpe host: 192.168.0.101 - - case: 3 # dimm (not supported, yet) - set: - source: error - error: ErrNotAvailable getmode: # hier wird der Funktionsaufruf eingefügt, der den Status der Heizung zurückmeldet: - # 1 für Normalbetrieb - # 2 für Boostbetrieb - # 3 für reduzierte Leistung + # 1 für reduzierte Leistung + # 2 für Normalbetrieb + # 3 für Boostbetrieb source: calc add: - source: const - value: 1 + value: 2 - source: charger config: type: template diff --git a/i18n/en/docusaurus-plugin-content-docs/current/devices/heating.mdx b/i18n/en/docusaurus-plugin-content-docs/current/devices/heating.mdx index d4bfff10ca..6a63d8356b 100644 --- a/i18n/en/docusaurus-plugin-content-docs/current/devices/heating.mdx +++ b/i18n/en/docusaurus-plugin-content-docs/current/devices/heating.mdx @@ -83,7 +83,11 @@ chargers: setmode: source: switch switch: - - case: 1 # normal + - case: 1 # dimm (not supported, yet) + set: + source: error + error: ErrNotAvailable + - case: 2 # normal set: source: const value: false @@ -95,9 +99,9 @@ chargers: type: template template: shelly # Boost contact of the heat pump host: 192.168.0.101 - - case: 2 # boost - # Add the function here to set the heatpump in boost mode. + - case: 3 # boost set: + # Add the function here to set the heatpump in boost mode. source: const value: true set: @@ -106,19 +110,15 @@ chargers: type: template template: shelly # Boost contact of the heat pump host: 192.168.0.101 - - case: 3 # dimm (not supported, yet) - set: - source: error - error: ErrNotAvailable getmode: # Add function here to get the current mode of the heatpump, return - # 1 for normal operation - # 2 for boost mode - # 3 for limited operation mode + # 1 for reduced operation + # 2 for normal operation + # 3 for boost operation source: calc add: - source: const - value: 1 + value: 2 - source: charger config: type: template