mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
ZWave: CCS override by hschmitt (forum #23321)
git-svn-id: https://svn.fhem.de/fhem/trunk@5775 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
0a4a979efb
commit
b87d3ac723
@ -131,7 +131,17 @@ my %zwave_class = (
|
|||||||
'hex($2)&8 ? "F":"C", $1==1 ? "heating":"cooling")' }, },
|
'hex($2)&8 ? "F":"C", $1==1 ? "heating":"cooling")' }, },
|
||||||
THERMOSTAT_FAN_MODE => { id => '44', },
|
THERMOSTAT_FAN_MODE => { id => '44', },
|
||||||
THERMOSTAT_FAN_STATE => { id => '45', },
|
THERMOSTAT_FAN_STATE => { id => '45', },
|
||||||
CLIMATE_CONTROL_SCHEDULE => { id => '46', },
|
CLIMATE_CONTROL_SCHEDULE => { id => '46',
|
||||||
|
get => { ccsOverride => "07", },
|
||||||
|
parse => { "0446080079" => "ccsOverride:no override mode frost protection",
|
||||||
|
"044608007a" => "ccsOverride:no override mode energy saving",
|
||||||
|
"044608007f" => "ccsOverride:no override mode unused",
|
||||||
|
"0446080179" => "ccsOverride:temporary override mode frost protection",
|
||||||
|
"044608017a" => "ccsOverride:temporary override mode energy saving",
|
||||||
|
"044608017f" => "ccsOverride:temporary override mode unused",
|
||||||
|
"0446080279" => "ccsOverride:permanent override mode frost protection",
|
||||||
|
"044608027a" => "ccsOverride:permanent override mode energy saving",
|
||||||
|
"044608027f" => "ccsOverride:permanent override mode unused", }, },
|
||||||
THERMOSTAT_SETBACK => { id => '47', },
|
THERMOSTAT_SETBACK => { id => '47', },
|
||||||
DOOR_LOCK_LOGGING => { id => '4c', },
|
DOOR_LOCK_LOGGING => { id => '4c', },
|
||||||
SCHEDULE_ENTRY_LOCK => { id => '4e', },
|
SCHEDULE_ENTRY_LOCK => { id => '4e', },
|
||||||
@ -963,6 +973,11 @@ s2Hex($)
|
|||||||
request the setpoint
|
request the setpoint
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<br><br><b>Class CLIMATE_CONTROL_SCHEDULE</b>
|
||||||
|
<li>ccsOverride<br>
|
||||||
|
request the climate control schedule override report
|
||||||
|
</li>
|
||||||
|
|
||||||
<br><br><b>Class VERSION</b>
|
<br><br><b>Class VERSION</b>
|
||||||
<li>version<br>
|
<li>version<br>
|
||||||
return the version information of this node in the form:<br>
|
return the version information of this node in the form:<br>
|
||||||
@ -1089,6 +1104,9 @@ s2Hex($)
|
|||||||
<br><br><b>Class THERMOSTAT_SETPOINT</b>
|
<br><br><b>Class THERMOSTAT_SETPOINT</b>
|
||||||
<li>temperature:$temp [C|F] [heating|cooling]</li>
|
<li>temperature:$temp [C|F] [heating|cooling]</li>
|
||||||
|
|
||||||
|
<br><br><b>Class CLIMATE_CONTROL_SCHEDULE</b>
|
||||||
|
<li>ccsOverride:[no|temporary|permanent] override mode [frost protection|energy saving|unused]</li>
|
||||||
|
|
||||||
<br><br><b>Class VERSION</b>
|
<br><br><b>Class VERSION</b>
|
||||||
<li>version:Lib A Prot x.y App a.b</li>
|
<li>version:Lib A Prot x.y App a.b</li>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user