No description
Find a file
2024-06-06 20:56:16 -04:00
.devcontainer Added containerfile 2024-06-06 20:56:16 -04:00
.gitattributes Removed some unused options, and web server and progress bar 2024-02-01 18:57:57 -05:00
.gitignore Can now communicate via MQTT 2024-01-30 18:33:02 -05:00
fan_controller.py Removed some unused options, and web server and progress bar 2024-02-01 18:57:57 -05:00
fan_controller.service Can now communicate via MQTT 2024-01-30 18:33:02 -05:00
FanDisplay.py Better structure, will aventually be able to add webhooks 2024-01-27 12:53:30 -05:00
LICENSE initial commit 2023-04-12 19:44:58 -04:00
MQTTCommunicator.py Missing format string, and some states 2024-02-01 17:43:06 -05:00
PowerButton.py Better structure, will aventually be able to add webhooks 2024-01-27 12:53:30 -05:00
PowerController.py Better name 2024-01-30 18:38:57 -05:00
PWMChannel.py Formatting 2024-01-27 10:55:12 -05:00
pyproject.toml Removed some unused options, and web server and progress bar 2024-02-01 18:57:57 -05:00
README.md blanks 2024-01-27 12:05:23 -05:00
RelayOutput.py This too was reversed 2023-06-13 13:47:04 -04:00
requirements.txt Removed some unused options, and web server and progress bar 2024-02-01 18:57:57 -05:00
RotaryEncoder.py Better structure, will aventually be able to add webhooks 2024-01-27 12:53:30 -05:00
SpeedController.py Removed some unused options, and web server and progress bar 2024-02-01 18:57:57 -05:00

fan_controller

To install:

python -m venv env
source env/bin/activate.fish
pip install -r requirements.txt

To test:

pytest