From ee69e93902456bb1f8a61518ffa37615c8536350 Mon Sep 17 00:00:00 2001 From: Dan Klaffenbach Date: Wed, 22 Aug 2018 22:32:23 +0200 Subject: [PATCH] List example for homematic.put_paramset in documentation (#6032) See home-assistant/home-assistant#16024 --- source/_components/homematic.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/_components/homematic.markdown b/source/_components/homematic.markdown index 5f860b4d6d0..a60d144ec27 100644 --- a/source/_components/homematic.markdown +++ b/source/_components/homematic.markdown @@ -187,6 +187,7 @@ To get the `homematic.keypress` event for some HomeMatic IP devices like WRC2 / - *homematic.reconnect*: Reconnect to CCU/Homegear without restarting Home Assistant (useful when CCU has been restarted) - *homematic.set_variable_value*: Set the value of a system variable. - *homematic.set_device_value*: Control a device manually (even devices without support). Equivalent to setValue-method from XML-RPC. +- *homematic.put_paramset*: Manually change a device's paramset (even devices without support). Equivalent to putParamset-method from XML-RPC. #### {% linkable_title Examples %} @@ -257,6 +258,20 @@ action: value: 23.0 ``` +Set the week program of a wall thermostat: + +```yaml +... +action: + service: homematic.put_paramset + data: + interface: wireless + address: LEQ1234567 + paramset_key: MASTER + paramset: + WEEK_PROGRAM_POINTER: 1 +``` + Manually set lock on KeyMatic devices: ```yaml