This is a small script that will publish all Yoctopuce sensors on HWiNFO application software. It use the Yoctopuce Python library to detect to Yoctopuce devices and create the corresponding HWiNFO custom user sensors
You can get more information on our web site: https://www.yoctopuce.com/EN/article/using-yoctopuce-sensors-in-hwinfo
-h, --help show this help message and exit
-r REMOTE_HUB, --remote_hub REMOTE_HUB
Uses remote IP devices (or VirtalHub), instead of local USB.
--use_HKEY_LOCAL_MACHINE
Use HKEY_LOCAL_MACHINE instead of HKEY_CURRENT_USER for HWiNFO custom sensors.
-v {0,1}, --verbose {0,1}
Verbose level: 0=silent, 1=verbose, 2=debug.
This script use Yoctopuce python library which can be installed with pip:
pip install yoctopuce