From c3957506cc026717f00b7b60e02775536f5d7b78 Mon Sep 17 00:00:00 2001 From: Steffen Rusitschka Date: Thu, 15 Oct 2020 21:17:35 +0200 Subject: [PATCH] document rx_mode for homematic (#14541) --- source/_integrations/homematic.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/source/_integrations/homematic.markdown b/source/_integrations/homematic.markdown index 2dcc9e86193..807159be471 100644 --- a/source/_integrations/homematic.markdown +++ b/source/_integrations/homematic.markdown @@ -382,6 +382,27 @@ action: WEEK_PROGRAM_POINTER: 1 ``` +Set the week program of a wall thermostat with explicit `rx_mode` (BidCos-RF only): + +```yaml +... +action: + service: homematic.put_paramset + data: + interface: wireless + address: LEQ1234567 + paramset_key: MASTER + rx_mode: WAKEUP + paramset: + WEEK_PROGRAM_POINTER: 1 +``` + +BidCos-RF devices have an optional parameter for put_paramset which defines the way the configuration data is sent to the device. + +`rx_mode` `BURST`, which is the default value, will wake up every device when submitting the configuration data and hence makes all devices use some battery. It is instant, i.e. the data is sent almost immediately. + +`rx_mode` `WAKEUP` will send the configuration data only after a device submitted updated values to CCU, which usually happens every 3 minutes. It will not wake up every device and thus saves devices battery. + Manually set lock on KeyMatic devices: ```yaml