Bought this dimmer from Elektroimportøren but couldn't find any config data to match neither at http://www.openzwave.net/device-database nor at Z-WaveAlliance. Namron lists a device which looks very similar at https://products.z-wavealliance.org/pro ... quencyId=1 but XML data doesn't match. Support at Elektroimportøren told me this is a Sunricher rebrand with ManufacturerID 0x0438 but I couldn't find a suitable product configfile under domoticz/Config/sunricher either.
Browsing documentation and other configs gave me some hope I could generate a config file myself which I did and with success. I've reported this as an issue https://github.com/OpenZWave/open-zwave/issues/2206 and hopefully this will be included in the OZW repository any time soon

In the meanwhile if you want to add this dimmer to Domoticz do the following :
Update file manufacturer_specific.xml under domoticz/Config and add the following lines :
Code: Select all
<Manufacturer id="0438" name="Namron">
<Product config="namron/nmzc10.xml" id="0002" name="LED Dimmer Z-Wave 200W" type="0202"/>
</Manufacturer>
The manual states that inclusion is done by tripple-clicking reset button but only double-click worked for me.