25da:0001 Weather Station

Netatmo

Vendor ID
25da
Product ID
0001
Combined
25da:0001
Decimal
9690:1

What is this device?

This is the USB identifier for a Weather Station manufactured by Netatmo. The vendor ID 25da is registered to Netatmo with the USB Implementers Forum, and 0001 is the product ID that Netatmo assigned to this particular model. When you run lsusb on Linux, this device appears as 25da:0001 Netatmo Weather Station.

How to identify it on your system

Linux

$ lsusb
Bus 001 Device 004: ID 25da:0001 Netatmo Weather Station

You can filter directly with lsusb -d 25da:0001, or get the full descriptor dump with lsusb -v -d 25da:0001. Kernel messages from dmesg show the same pair as idVendor=25da, idProduct=0001.

Windows

In Device Manager, open the device, go to Details → Hardware Ids. This device reports:

USB\VID_25DA&PID_0001
USB\VID_25DA&PID_0001&REV_0100

From PowerShell: Get-PnpDevice | Where-Object InstanceId -match "VID_25DA&PID_0001"

macOS

$ system_profiler SPUSBDataType
    Weather Station:
      Product ID: 0x0001
      Vendor ID: 0x25da  (Netatmo)

Driver help

Having driver issues with this device? Most USB devices are handled by a generic class driver; if yours shows up as an unknown device, confirm the ID above first, then check the manufacturer's downloads page.

Raw usb.ids entry

The exact lines this page is generated from, in the upstream source file:

25da  Netatmo
	0001  Weather Station

More from Netatmo