HTFanControl is an application meant to control fans in your home theater in order to create a wind effect during movies.
The program is meant to run in the background and be controlled through a web interface, typically from your smartphone.
There is a great project guide on the wiki here.
Otherwise come join the community forum thread to ask questions here.
You can find help from me (user: SirMaster) or other users of HTFanControl there.
This install script is intended to install HTFanControl on RasPi or standard Linux running a Debian-based distribution using systemd. It may work on other distributions but it has not been tested. You can also download the Linux release and install it manually onto your particular Linux machine.
This script will ask to install HTFanControl and also additionally mosquitto MQTT broker which is needed to control the fan relay switch over the network.
sudo wget https://raw.githubusercontent.com/nicko88/HTFanControl/master/install/install.sh && sudo bash install.sh
There is an update function built into the app at the bottom of the Settings screen, or you can run the update script manually here:
sudo wget https://raw.githubusercontent.com/nicko88/HTFanControl/master/install/update.sh && sudo bash update.sh
sudo wget https://raw.githubusercontent.com/nicko88/HTFanControl/master/install/uninstall.sh && sudo bash uninstall.sh
HTFanControl uses specially created wind track files for each movie with coded time stamps and wind speeds.
A current database of wind track files created by the community is hosted here.
These wind tracks can also be downloaded through the HTFanControl web interface as well.
A companion app called WindTrackCreator has been created to help the process of making wind tracks for your movies.
You can find the WindTrackCreator project here.