File: HeatingControl.xml

package info (click to toggle)
openzwave 1.5%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,436 kB
  • sloc: cpp: 42,219; xml: 13,497; ansic: 4,822; cs: 2,211; makefile: 497; sh: 160; perl: 18
file content (55 lines) | stat: -rw-r--r-- 2,933 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<!--http://www.benext.eu/static/manual/heatingcontrol.pdf-->
<Product xmlns='http://code.google.com/p/open-zwave/'>

  <!-- Configuration -->
  <CommandClass id="112">

    <Value type="byte" genre="config" instance="1" index="1" label="Set to Default" value="-1">
      <Help>Set all configuration values to default values (factory settings).</Help>
    </Value>

    <Value type="byte" genre="config" instance="1" index="2" label="Data request interval" value="20" size="1">
      <Help>The interval that data is requested (and therefore updated) from the thermostat and boiler. Value in seconds. </Help>
    </Value>

    <Value type="byte" genre="config" instance="1" index="3" label="T room update difference" value="1" size="1">
      <Help>The value that the room temperature must differ (compared to his previous send value) before an unsolicited room temperature report is send to the associated node. Value in 0.1 °C. </Help>
    </Value>

    <Value type="byte" genre="config" instance="1" index="4" label="T setpoint update difference" value="5" size="1">
      <Help>The value that the temperature setpoint must differ (compared to his previous send value) before an unsolicited temperature setpoint report is send to the associated node. Value in 0.1 °C .</Help>
    </Value>

    <Value type="list" genre="config" instance="1" index="5" label="Unsolicited CRC" value="1">
      <Help>TConfigure if the unsolicited reports are send with the CRC-16 encapsulation. Not that the receiving node should support this encapsulation to parse the Z-Wave frame!</Help>
      <Item label="0x00 (disabled)" value="0"/>
      <Item label="0x01 – 0xFF: enabled" value="1"/>
    </Value>

    <Value type="list" genre="config" instance="1" index="6" label="Type of 'special' thermostat" value="0">
      <Help>Type of 'special' thermostat: NOTE: when remeha Celcia 20 support is set then any other thermostat can not be set (!) NOTE2: when Remeha Celcia 20 gives 'Fout 203' send cfg value again</Help>
    <Item label="0x00: No special" value="0"/>
    <Item label="0x01: Remeha Celcia 20" value="1"/>
    <Item label="0x02: Honeywell (rounded temperatures)" value="2"/>
    </Value>
    
     <Value type="list" genre="config" instance="1" index="9" label="Enable/Disable thermostat schedule" value="0">
      <Help>Enable/Disable thermostat schedule inside the heatingcontroller.</Help>
      <Item label="0x00: Disable thermostat schedule" value="0"/>
      <Item label="0x01 - OFF: Enable thermostat schedule" value="1"/>
    </Value>

  </CommandClass>
  
  <!-- COMMAND_CLASS_FIRMWARE_UPDATE_MD_V2 firmware update not supported -->
  <CommandClass id="122" getsupported="false" />

  <!-- Association Groups -->
  <CommandClass id="133">
    <Associations num_groups="1">
      <Group index="1" max_associations="5" label="Group 1" />
    </Associations>
  </CommandClass>

</Product>