Alex, thank you for the response.
I had followed the instructions provided on the website and on github to enable I2C. From the cli the fan does respond. Using the following commands I can set the fan power to 15. Initially I was trying to use the python sample loop program but I ran into issues using pip3 to install the python SMsfan packages.
~ $ cd SmartFan-rpi/
~/SmartFan-rpi $ fan -h
~/SmartFan-rpi $ fan 0 pwr 15
~/SmartFan-rpi $ fan 0 prd
15
This is definitely something new for me. With little experience, any assistance is greatly appreciated.