Skip to content

nicko88/HTFanControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTFanControl

4D Theater Wind Effect - DIY Home Theater Project

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.

User Demo Video

User Demo Video

Getting Started

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.

Raspberry Pi / Linux Installation

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.

Install

sudo wget https://raw.githubusercontent.com/nicko88/HTFanControl/master/install/install.sh && sudo bash install.sh

Update

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

Uninstall

sudo wget https://raw.githubusercontent.com/nicko88/HTFanControl/master/install/uninstall.sh && sudo bash uninstall.sh

Wind Tracks

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.

Creating Wind Tracks

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.