There are a couple of key steps you have to take to connect your Go Direct sensors to a Linux operating system.
1) Install the "extras" support dependencies for both USB and BLE with this command line:
pip3 install godirect[USB,BLE]
It is i...