Sigma ACC-UZB3-E-STA

Hi All,

Since yesterday switched from Aeotec Gen5 to Sigma ACC-UZB3-E-STA Stick.

It show as:

Z-Wave (Sigma Designs) Unknown: type=0003, id=0008

How can I solve this?

All my powered devices are working, but they don’t become a mesh network (zwavegraph) view doesn’t show me that.

Easiest way is to just manually rename it. It’s only a name.

Otherwise, manage your config files and update the manufacturer_specific.xml file. https://github.com/OpenZWave/open-zwave/pull/2200

Yes i know i can do that. Maybe i was not clear in my question.
All my powered devices are working, but they don’t become a mesh network (zwavegraph) view doesn’t show me that.

You could try a network heal if you haven’t done that already. It may take time for the nodes to report their neighbors on their own. The neighbor listings are used to generate the map, if HA hasn’t received the neighbor info yet it won’t be able to make the graph connections.

thanks. what i did was a refresh action now on USB stick and now it shows the neigbors.
Thanks for your info also!

Was trying to find the manufacturer_specific.xml file but in 0.108.9 i cant find it.
Run in docker.

Cheers,
Peter

Found them:

/var/lib/docker/overlay2/e2f8c1e7222e5c973ee34e9b9ce07957148a622e4f78bbcce7a623233044f935/merged/usr/local/lib/python3.7/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml
/var/lib/docker/overlay2/4d4db3dc004fc3a6e9c223456c6856ebac05aa746530786aea5b02d255eac969/diff/usr/local/lib/python3.7/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml
/var/lib/docker/overlay2/c68df9ab94303cf9dfa288afa904982b553d83cd767587df925ee9305872fb3b/diff/usr/local/lib/python3.7/site-packages/python_openzwave/ozw_config/manufacturer_specific.xml

I changed all 3. Stopped HA, removed zwcfg_0xf2a6b7f2.xml
restart HA again. USB Stick show correct now. And seems work my lag problems as well …
All devices are connected as a mesh now also…

Your change will be gone when you upgrade HA again. But it doesn’t really matter. Once you name the device in HA it is stored in the device registry and HA will not consult OZW for the name any longer.

I would not bother keeping the file up to date.

Thanks, I see a improvement and all devices are working great now…

Hi, I think I have the same issue. After installing this Sigma z-wave stick I can see only one node:
Z-Wave (Sigma Designs) Unknown: type=0003, id=0008 (Node:1 Complete)
and no other devices are being discovered or visible.
@poudenes - woudl you share more info for 'beginner" what needs to be done for this to fix it ? Thanks

manufacturer_specific.xml

<Manufacturer id="0000" name="Z-Wave (Sigma Designs)">
<Product id="0008” name="UZB3 Z-Wave USB Adapter" type="0003”/>
<Product id="0001" name="UZB Z-Wave USB Adapter" type="0001"/>
</Manufacturer>

This is what I added in the manufacturer_specific.xml
I have to think how I did it… will come back on that

1 Like

Thank you. I am also looking how to get this file to edit but it does not seem to be easy and obvious… :frowning:
It seems that Samba Add-on cannot be used as it does not have access to those directories…

I am able to access HA with SSH and here is the list of directories I can see:


Was trying to search in some of them for manufacturer_specific.xml file with no luck :frowning: