I’m having a similar issue. It seems none of my Zooz devices are recognized, and it may be only because the config file has the hex letters capitalized, whereas the data from the device does not. Can anyone confirm that?
From zwcfg:
<Node id="19" name="" location="" basic="4" generic="17" specific="1" roletype="5" devicetype="1540" nodetype="0" type="Multilevel Power Switch" listening="true" frequentListening="false" beaming="true" routing="true" max_baud_rate="40000" version="4" query_stage="Complete">
<Manufacturer id="27a" name="Zooz">
<Product type="a000" id="a008" name="Unknown: type=a000, id=a008" />
</Manufacturer>
Note the id’s from the device are a000, and a008.
From the config:
<MetaDataItem id="A008" name="ZWProductPage" type="A000">https://products.z-wavealliance.org/products/3791</MetaDataItem>
<MetaDataItem id="A008" name="FrequencyName" type="A000">U.S. / Canada / Mexico</MetaDataItem>
<MetaDataItem id="A008" name="Identifier" type="A000">ZEN30</MetaDataItem>
There it seems the id is A008, and type A000.