OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 911 forks source link

Philio PAN08-1 In Wall Roller Shutter Controller (new configuration file) #754

Closed pbda closed 8 years ago

pbda commented 8 years ago

Hello,

Attached config file for Philio PAN08-1 In Wall Roller Shutter Controller. Exists also as Zipato PAN08-1.

`# diff manufacturer_specific.xml.ref manufacturer_specific.xml
549c549
<       <Product type="0001" id="0006" name="PAN08-1 In Wall Roller Shutter Controller"/>

---
>       <Product type="0001" id="0006" name="PAN08-1 In Wall Roller Shutter Controller with Power Measurement" config="philio/pan08.xml"/>`

pan08.xml.txt

Fishwaldo commented 8 years ago

There is no Association Information in the config file. Please add it: https://github.com/OpenZWave/open-zwave/wiki/Adding-Devices

pbda commented 8 years ago

Documentation says:

There is only one group called Group1, there is only one node for Group1 which support MULTILEVEL_SWITCHREPORT, METER REPORT_COMMAND_V3, ALARM_REPORT

I am not sure but:

<CommandClass id="133">
  <Associations num_groups="1">
    <Group index="1" max_associations="1" />
  </Associations>
</CommandClass>

should be OK. I join modified file: pan08.xml.txt

Fishwaldo commented 8 years ago

Almost correct. You forgot the label. I added it for you. :)