I have two FAKRO AMZ Z-Wave Electric awning blind installed on my roof windows.
Connected them to the z-wave stick and they are visible in OpenZWave Control Panel.

As you can see the product type is unknown manufacturer is Fakro.
So i have added this line to the manufacturer_specific.xml file
Code: Select all
<Product type="0005" id="0111" name="AMZ Z-Wave Electric awning blind" config="fakro/amz.xml"/>Code: Select all
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0085:0005:0111</MetaDataItem>
<MetaDataItem name="ProductPic">images/fakro/zws12.png</MetaDataItem>
<MetaDataItem id="0005" name="ZWProductPage" type="0111">https://products.z-wavealliance.org/products/2530/</MetaDataItem>
<MetaDataItem name="ProductPage">http://www.fakro.com/</MetaDataItem>
<MetaDataItem name="Description">The AMZ Z-Wave external Awning blind, powered by 15VDC, have been adapted for wireless cooperation with the Z-Wave system. The shutter is designed for FAKRO roof windows and its installation is possible at any time after roof window installation. It is also possible to use the shutter for roof windows of other manufactures. Installed on the outside of the window, the roller shutter constitutes an optimum solution against overheating and provides additional protection of the window e.g. against falling tree branches etc. The roller shutter enables complete blackout and good sound reduction. It is also good protection from glazing excessive cooling during the winter. The roller shutter also means increased security. It has built-in overload protection and can be controlled by using standard Z-Wave controller.</MetaDataItem>
<MetaDataItem name="Name">AMZ Z-Wave Roof Window Awning Blind</MetaDataItem>
<MetaDataItem id="0005" name="Identifier" type="0111">AMZ</MetaDataItem>
<MetaDataItem id="0005" name="FrequencyName" type="0111">CEPT (Europe)</MetaDataItem>
<ChangeLog>
<Entry author="Webrazor" date="14 Jan 2020" revision="1">Initial Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2530/xml</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration -->
<!--
<CommandClass id="112"/>
<Value type="list" genre="config" instance="1" index="12" label="Remote Callibration" min="1" max="2" value="1" size="1">
<Help>This parameter is used to the remotly calibration of AMZ Z-Wave via gateway or remote control with a display, e.g. FAKRO ZRS24 Value 1 – calibrated Value 2 – discalibrated – to enter the calibration mode must first time discalibrate and then calibrate</Help>
<Item label="Start calibration" value="1" />
<Item label="Remove calibration" value="2" />
</Value>
<Value type="list" genre="config" instance="1" index="13" label="Go to position" min="1" max="2" value="1" size="1">
<Help>1 – FF go to maximum position 2 – FF go to previous position</Help>
<Item label="1 : go to maximum position" value="1" />
<Item label="2 : go to previous position" value="2" />
</Value>
</CommandClass>
-->
<!-- Association Groups -->
<CommandClass id="133">
<Associations num_groups="1">
<Group index="1" label="Lifeline" max_associations="1"/>
<Group index="2" label="Basic Repeat" max_associations="5"/>
<Group index="3" label="Multilevel Repeat" max_associations="5"/>
</Associations>
</CommandClass>
</Product>