mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
ZWave: setpointHeating from hschmitt, forum #23277
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5764 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e8f2b5ae0b
commit
5d50fa9704
@ -123,6 +123,8 @@ my %zwave_class = (
|
||||
"0340031f" => "state:manual", }, } ,
|
||||
THERMOSTAT_OPERATING_STATE=>{ id => '42', },
|
||||
THERMOSTAT_SETPOINT => { id => '43',
|
||||
set => { setpointHeating => "010101%02x",
|
||||
setpointCooling => "010201%02x"},
|
||||
get => { setpoint => "02" },
|
||||
parse => { "064303(..)(..)(....)" => 'sprintf("temperature:%0.1f %s %s", '.
|
||||
'hex($3)/(10**int(hex($2)/32)), '.
|
||||
@ -851,6 +853,16 @@ s2Hex($)
|
||||
set the thermostat mode to off, cooling, heating or manual.
|
||||
</li>
|
||||
|
||||
<br><br><b>Class THERMOSTAT_SETPOINT</b>
|
||||
<li>setpointHeating value<br>
|
||||
set the thermostat to heat to the given value.
|
||||
The value is a whole number and read as celsius.
|
||||
</li>
|
||||
<li>setpointCooling value<br>
|
||||
set the thermostat to heat to the given value.
|
||||
The value is a whole number and read as celsius.
|
||||
</li>
|
||||
|
||||
<br><br><b>Class WAKE_UP</b>
|
||||
<li>wakeupInterval value<br>
|
||||
Set the wakeup interval of battery operated devices to the given value in
|
||||
|
Loading…
x
Reference in New Issue
Block a user