From 61ca12eacdd804800ef875f9baf1f958ded48c09 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Wed, 18 Oct 2017 17:41:52 +0000 Subject: [PATCH] 10_ZWave.pm: THERMOSTAT_MODE tweaks (Forum #77598) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15283 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/10_ZWave.pm | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/FHEM/10_ZWave.pm b/FHEM/10_ZWave.pm index 3cfac2a28..431ace2c2 100644 --- a/FHEM/10_ZWave.pm +++ b/FHEM/10_ZWave.pm @@ -187,19 +187,19 @@ my %zwave_class = ( tmFullPower => "010f", tmManual => "011f" }, get => { thermostatMode => "02" }, - parse => { "03400300" => "thermostatMode:off", - "03400301" => "thermostatMode:heating", - "03400302" => "thermostatMode:cooling", - "03400303" => "thermostatMode:auto", - "03400306" => "thermostatMode:fanOnly", - "0340030b" => "thermostatMode:energySaveHeating", - "0340030f" => "thermostatMode:fullPower", - "0340031f" => "thermostatMode:manual", - "03400100" => "thermostatMode:setTmOff", - "03400101" => "thermostatMode:setTmHeating", - "03400103" => "thermostatMode:auto", - "0340010b" => "thermostatMode:setTmEnergySaveHeating", - "0340011f" => "thermostatMode:setTmManual", + parse => { "0.400300" => "thermostatMode:off", + "0.400301" => "thermostatMode:heating", + "0.400302" => "thermostatMode:cooling", + "0.400303" => "thermostatMode:auto", + "0.400306" => "thermostatMode:fanOnly", + "0.40030b" => "thermostatMode:energySaveHeating", + "0.40030f" => "thermostatMode:fullPower", + "0.40031f" => "thermostatMode:manual", + "0.400100" => "thermostatMode:setTmOff", + "0.400101" => "thermostatMode:setTmHeating", + "0.400103" => "thermostatMode:auto", + "0.40010b" => "thermostatMode:setTmEnergySaveHeating", + "0.40011f" => "thermostatMode:setTmManual", } } , PREPAYMENT_ENCAPSULATION => { id => '41' }, THERMOSTAT_OPERATING_STATE=>{ id => '42' ,