ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Discussions about Z-Way software and Z-Wave technology in general
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by sofakng »

I've just purchased a ZMEEUZB1 from Amazon (sold by "Z-Wave US", shipped by Amazon) but when I plug it into my Linux machine it shows the following:

Code: Select all

[1540534.813511] usb 2-1.6: new full-speed USB device number 6 using ehci-pci
[1540534.893523] usb 2-1.6: device descriptor read/64, error -32
[1540535.085499] usb 2-1.6: device descriptor read/64, error -32
[1540535.277523] usb 2-1.6: new full-speed USB device number 7 using ehci-pci
[1540535.357505] usb 2-1.6: device descriptor read/64, error -32
[1540535.549514] usb 2-1.6: device descriptor read/64, error -32
[1540535.665561] usb 2-1-port6: attempt power cycle
[1540536.477514] usb 2-1.6: new full-speed USB device number 8 using ehci-pci
[1540536.515354] usb 2-1.6: New USB device found, idVendor=0658, idProduct=0200, bcdDevice= 0.00
[1540536.515358] usb 2-1.6: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[1540536.515762] cdc_acm 2-1.6:1.0: ttyACM0: USB ACM device
I'm concerned because the manual says it should be device id 0280.

When I search online for device id 0200 it shows the Aeontec Z-Wave Stick.

Here is the output from the ZMESerialUpdater:

Code: Select all

                                        Z-WAVE Serial API Tool
                                             Version:LWE0.9
                                             by Z-WAVE>ME


-->
-->
-->
Device ready in:5.10804200172 seconds
          FULL INFO
Openning port                            ..............................                            OK


          SERIAL INFO
                 VERSION:  05 25  VENDOR:  01 15

          ZME_CAPABILITIES
                     UID:  48 79 88 84 2D AE 4E 6B A2 39 80 39 75 8F 16 AC
                  VENDOR:  00 00   NODES: FF
                   FLAGS:  05 00 00 00 00 00 00 00 00 00 00 00 00

          FIRMWARE CRC
                    BOOT:  BB BB      FW:  42 61
          MISC
                    FREQ:  US

                                         NVR Content
          --------------------------------------------------------------------------------------------
          Prog/erase lock :  FF FF FF FF FF FF FF FF, Read back lock: FF
          Rev 02, Cal 09, TXCal  17 13, SAW  FF FF FF FF, Pin FF, CRC  93 79
          NMV: CS 15, TYPE 02, SIZE  01 00, PSIZE  01 00 (EEPROM M25PE20)
          USB: VID  FF FF, PID  FF FF, UUID  FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
          --------------------------------------------------------------------------------------------
          FACTORY ID: WEEK 23, YEAR 19, CHIP  06 AE, SER  5F 33, WS 111, HWREV: 00 11, CRC8 41

          elapsed 7.17611598969 seconds
Also, can somebody give me the link for the latest bootloader and firmware I can use to upgrade? I can't understand the graph of versions.

Thanks!
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by PoltoS »

0200 is in fact Sigma Designs (now Silicon Labs) normal mode. It is used by us (Z-Wave.Me), Aeotec and many others. Correct name for the driver is Silicon Labs.

0280 is the same chip, but in DFU mode. Used for upgrade in some dongles. Z-Wave.Me don't use it as it is not well supported. We use another upgrade method.
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by PoltoS »

Latest firmware is 5.36. New 5.38 will be released soon
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by sofakng »

Thanks very much like always.

How do I use the version graph?

It looks like I have version 05.25 (see my original post), so I click on UZB/5.25 node in the graph and I see the following XML:

Code: Select all

{"data":[{"id":"147","baseid":"","enabled":"enabled","type":"bootloader","file":"bin","vendorID":"277","bootloaderCRC":null,"appVersionMajor":"5","appVersionMinor":"25","targetBootloaderCRC":"40196","targetAppVersionMajor":null,"targetAppVersionMinor":null,"fileURL":"UPD_bootloader_UZB500_from__05_19_to_9D04.bin","released":"2017-07-07","comment":"Update bootloader for 5.25 to 40196","position":"1","version":"5.25"}]}
I see the fileURL (UPD_bootloader_UZB500_from__05_19_to_9D04.bin) and the comment (Update bootloader for 5.25 to 40196). However, I'm looking for two files (bootloader and firmware) and also don't see v5.37 listed? (or v5.38 as you mention in the near future)
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by PoltoS »

This is because from this version you need to upgrade the bootloader first. This is because you clicked on 5.25. There is another one UZB/5.25/40196 - already on the new bootloader. For that version you can see transisions to 5.27 and then go to 5.3x.

I strongly suggest to use Z-Way for upgrades as it has a very nice UI for this process
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by sofakng »

I'm so sorry for all of my problems.

My Raspberry Pi with Razberry displays an error when I click [Open Updater]

Code: Select all

Error 500: Internal Server Error
CGI program sent malformed or too big (>16384 bytes) HTTP headers: []
Image

My second Raspberry Pi with UZB doesn't seem to have an option to upgrade the bootloader/firmware?
Image

Both of the Raspberry Pi's are using the [razberry-3.0.1_buster.img] image. (this thread is different from my other thread about using Z-Way on x86)
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by PoltoS »

This requires investigation. Please clear cache and cookies first.

For UZB update go to Expert UI -> Control -> Controller Info -> Firmware upgrade
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by sofakng »

Thanks ... I don't see an option under [Control] for [Controller Info] ?
Image

If I go to [Device] -> [Status] -> [#1, Z-Way] -> [Firmware Upgrade], it says the device doesn't have the necessary service:
Image
User avatar
PoltoS
Posts: 7601
Joined: 26 Jan 2011 19:36

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by PoltoS »

Sorry, missed one step ;)

For UZB update go to Expert UI -> Network -> Control -> Controller Info -> Firmware upgrade
sofakng
Posts: 37
Joined: 09 Jun 2020 06:09

Re: ZMEEUZB1 is showing as USB device id 0200 and not 0280?

Post by sofakng »

OK - Thanks. I found it. I'm not sure if everything is working correctly though?

The [Controller Info] screen is showing this:
Image

...and the [Firmware Upgrade] screen shows this:
Image

However, ZMESerialUpdater is still showing SERIAL INFO 05.25. Is this correct?

I should mention I don't have a license for this instance of Z-Way with the UZB, but I was hoping to use it for free at least to upgrade the firmware?

Code: Select all


					Z-WAVE Serial API Tool
					     Version:LWE0.9
					     by Z-WAVE>ME


-->
Device ready in:3.01598191261 seconds
          FULL INFO
Openning port                            ..............................                            OK


          SERIAL INFO 
		 VERSION:  05 25  VENDOR:  01 15

          ZME_CAPABILITIES 
		     UID:  48 79 88 84 2D AE 4E 6B A2 39 80 39 75 8F 16 AC 
		  VENDOR:  00 00   NODES: FF 
		   FLAGS:  05 00 00 00 00 00 00 00 00 00 00 00 00

          FIRMWARE CRC
		    BOOT:  BB BB      FW:  42 61
          MISC 
		    FREQ:  US 
           
          				 NVR Content
          -------------------------------------------------------------------------------------------- 
          Prog/erase lock :  FF FF FF FF FF FF FF FF, Read back lock: FF
          Rev 02, Cal 09, TXCal  17 13, SAW  FF FF FF FF, Pin FF, CRC  93 79
          NMV: CS 15, TYPE 02, SIZE  01 00, PSIZE  01 00 (EEPROM M25PE20)
          USB: VID  FF FF, PID  FF FF, UUID  FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
          -------------------------------------------------------------------------------------------- 
          FACTORY ID: WEEK 23, YEAR 19, CHIP  06 AE, SER  5F 33, WS 111, HWREV: 00 11, CRC8 41
           
          elapsed 5.083081007 seconds
Post Reply