IDM Betriebsart setzen
idm_set_system_modeSet the IDM heat pump system mode (standby, automatic, away, hot water only, or heating/cooling only). Writes to EEPROM register 1005 and returns confirmation.
Instructions
Setzt die Betriebsart des IDM-Gesamtsystems (Register 1005, EEPROM!).
⚠ EEPROM-Register: Begrenzte Schreibzyklen. Nicht permanent/zyklisch schreiben!
Gültige Werte: 0 = Standby 1 = Automatik (Normalbetrieb) 2 = Abwesend 4 = Nur Warmwasser 5 = Nur Heizung/Kühlung
Args: params.modus (int): Gewünschte Betriebsart (0/1/2/4/5).
Returns: str: JSON-Bestätigung mit geschriebenem Wert und Bezeichnung.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |