Compare commits
2 commits
f9e1a788d3
...
fa39b5b8a3
Author | SHA1 | Date | |
---|---|---|---|
fa39b5b8a3 | |||
cbbe145ba6 |
1 changed files with 25 additions and 0 deletions
25
README.md
25
README.md
|
@ -8,6 +8,31 @@ A simple DIY plant growing system (for cannabis).
|
|||
|
||||
# WORK IN PROGRESS
|
||||
|
||||
## Features
|
||||
|
||||
- Measure values
|
||||
- Humidity
|
||||
- soil moisture
|
||||
- temperature
|
||||
- water level for water tank
|
||||
- LED grow light control (on/off, dimming, max. 12V 50W load )
|
||||
- fan control (on/off, (PWM?) max 1A)
|
||||
- pump control for automatic watering (max 1A)
|
||||
- Web UI and REST API for data and controlling
|
||||
- simple web ui
|
||||
- Send notifications with web call (e.g. for mastodon)
|
||||
- predefined grow profiles
|
||||
- persistend data
|
||||
- Start of Grow
|
||||
- day of grow
|
||||
- grow profile
|
||||
- wifi settings
|
||||
- settings in general
|
||||
- Easy to build and use for beginners (i hope so!)
|
||||
- easy to build up on a perfboard
|
||||
- easy to etch pcb
|
||||
- easy to access and modify
|
||||
|
||||
## Parts used
|
||||
|
||||
- ESP8266 D1 mini
|
||||
|
|
Loading…
Reference in a new issue