Citation:
********************************************************************************
Some Python commands in the PATH of this session:
- python == E:\Programmes\Thonny\python.exe
- python3 == C:\Users\prcha\AppData\Local\Microsoft\WindowsApps\python3.exe
- pip == E:\Programmes\Thonny\Scripts\pip.bat
- pip3 == E:\Programmes\Thonny\Scripts\pip3.bat
- pip3.10 -> E:\Programmes\Thonny\Scripts\pip3.10.bat
********************************************************************************
E:\Mes téléchargements\Dream-Link-WH1080-Weather-Station-master\Dream-Link-WH1080-Weather-Station-master>python -m pywws.usbtest -v
17:43:43:pywws.logger:pywws version 23.2.0, build 1703 (e8dfaba)
17:43:43:pywws.logger:Python version 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
17:43:43:pywws.weatherstation:using pywws.device_pyusb1
Traceback (most recent call last):
File "E:\Programmes\Thonny\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "E:\Programmes\Thonny\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\prcha\AppData\Roaming\Python\Python310\site-packages\pywws\usbtest.py", line 130, in <module>
sys.exit(main())
File "C:\Users\prcha\AppData\Roaming\Python\Python310\site-packages\pywws\usbtest.py", line 97, in main
ws = pywws.weatherstation.WeatherStation()
File "C:\Users\prcha\AppData\Roaming\Python\Python310\site-packages\pywws\weatherstation.py", line 464, in __init__
self.cusb = CUSBDrive()
File "C:\Users\prcha\AppData\Roaming\Python\Python310\site-packages\pywws\weatherstation.py", line 318, in __init__
self.dev = USBDevice(0x1941, 0x8021)
File "C:\Users\prcha\AppData\Roaming\Python\Python310\site-packages\pywws\device_pyusb1.py", line 74, in __init__
raise IOError("Weather station device not found")
OSError: Weather station device not found
E:\Mes téléchargements\Dream-Link-WH1080-Weather-Station-master\Dream-Link-WH1080-Weather-Station-master>