Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luc-ass/esp8266-bme280-noctua-fancontroller
Temperature dependent fan control with esp8266 and bme280
https://github.com/luc-ass/esp8266-bme280-noctua-fancontroller
5v arduino bme280 esp8266 iot noctua-fan pwm-fan temperature
Last synced: about 2 months ago
JSON representation
Temperature dependent fan control with esp8266 and bme280
- Host: GitHub
- URL: https://github.com/luc-ass/esp8266-bme280-noctua-fancontroller
- Owner: luc-ass
- Created: 2021-01-24T12:10:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T09:07:18.000Z (over 1 year ago)
- Last Synced: 2024-12-08T04:25:52.928Z (about 2 months ago)
- Topics: 5v, arduino, bme280, esp8266, iot, noctua-fan, pwm-fan, temperature
- Language: C++
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This simple script enables temperature based control of PWM fans.
## 🕹 My Setup
- 1x ESP8266
- 1x BME280
- 2x Noctua 5V PWM Fans## 🛣 Roadmap
- [x] Web interface to view temperature and fan speed
- [ ] Return JSON to process using other automation or dashboards
- [ ] Enable change of target temperature via web interface