Updating vendors failes

Discussions about Z-Way software and Z-Wave technology in general
Post Reply
kayjay
Posts: 15
Joined: 06 Mar 2016 19:45

Updating vendors failes

Post by kayjay »

Why when I "update device database" do I now get
Updating devices: OK
Updating vendors: Fail

Tried the usual fixes - anyone encountered this?
Pi4, Raz-Pro
seattleneil
Posts: 234
Joined: 02 Mar 2020 22:41

Re: Updating vendors failes

Post by seattleneil »

You can update the device database from the command line. As user root, run these commands:
cd /opt/z-way-server
cp -pr ZDDX ZDDX-save
cd ZDDX
rm 9*xml
rm 8*xml
rm 7*xml
rm 6*xml
rm 5*xml
rm 4*xml
rm 3*xml
rm 2*xml
rm 1*xml
./UpdateXMLs.sh

If you are not happy with the updated device database, you can revert back to the previous device database by running these commands:
cd /opt/z-way-server
mv ZDDX ZDDX-new
mv ZDDX-save ZDDX
kayjay
Posts: 15
Joined: 06 Mar 2016 19:45

Re: Updating vendors failes

Post by kayjay »

This is the result:
Creating index file for ZDDX
Error loading Z-Wave Device Description XML 753-013c-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 345-0115-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 409-0123-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 855-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 648-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 832-0223-0001-0002-01-04-05-02-00.xml: list index out of range
Error loading Z-Wave Device Description XML 716-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 989-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 446-0128-0128-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 556-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 656-0115-0100-0201-06-04-05-00-30.xml: list index out of range
Error loading Z-Wave Device Description XML 466-0109-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 512-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 762-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 649-0115-0000-0000-00-02-00-02-00.xml: list index out of range
Error loading Z-Wave Device Description XML 290-0068-0000-0000-00-02-4e-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 769-014f-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 777-014f-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 670-010f-0c02-1002-03-03-63-03-01.xml: list index out of range
Error loading Z-Wave Device Description XML 738-0115-0100-0103-02-03-63-01-03.xml: list index out of range
Error loading Z-Wave Device Description XML 626-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 574-0182-0001-0001-01-03-28-03-5e.xml: list index out of range
Error loading Z-Wave Device Description XML 507-0109-2005-0505-03-03-53-0e-01.xml: list index out of range
Error loading Z-Wave Device Description XML 880-024d-4761-0001-03-03-63-01-50.xml: not well-formed (invalid token): line 63, column 104
Error loading Z-Wave Device Description XML 661-0109-0000-0000-00-00-00-00-00.xml: list index out of range
Error loading Z-Wave Device Description XML 678-0183-0201-0701-01-03-52-02-06.xml: list index out of range
Error loading Z-Wave Device Description XML 835-0109-1001-0102-01-03-53-0e-01.xml: list index out of range
Error loading Z-Wave Device Description XML 550-0000-0000-0000-00-00-00-00-00.xml: list index out of range
Done
Index created
seattleneil
Posts: 234
Joined: 02 Mar 2020 22:41

Re: Updating vendors failes

Post by seattleneil »

That's a successful result, despite the error messages. There are thousands of device description files - several of them have problems that cause the indexing script to generate an error for those files. As best as I can tell, no one seems particularly interested in fixing those files.
kayjay
Posts: 15
Joined: 06 Mar 2016 19:45

Re: Updating vendors failes

Post by kayjay »

Thanks all your help :D
Post Reply