Commit Graph

40 Commits

Author SHA1 Message Date
662d7bc853 add timer only mode, more sane default config 2022-05-20 01:00:04 +02:00
4a86d8c41c fixed analog probe being backwards, extended range for frequency one 2022-04-29 10:14:50 +02:00
Empire
c43da98245 Merge branch 'hydro'
# Conflicts:
#	esp32/PlantControl.code-workspace
#	esp32/include/ControllerConfiguration.h
#	esp32/platformio.ini
#	esp32/src/main.cpp
2022-04-27 19:19:26 +00:00
Ollo
9a172c269e Swapped max and min for analog mapping 2022-03-06 14:05:54 +01:00
Empire
defbcca8ae sht20 support 2022-03-05 09:31:43 +00:00
c3ma
a0f8df7016 fix for capacitive sensors not working, enum introduction for sensormode 2022-02-19 02:24:19 +01:00
c3ma
d0320beaa7 allow sensor type selection per plant, changed calculations to use PCT values, due to different raw value meaning 2022-02-12 05:26:54 +01:00
Your Name
7d80d444cf use only seconds for time units, improve self test debug 2021-10-27 01:42:01 +02:00
Your Name
6a97215a04 fix for hydroponic not working at night 2021-10-27 00:40:26 +02:00
Your Name
2c8645121e added pump specific power level (requires controller that supports this or dc motor) 2021-10-26 21:50:55 +02:00
Your Name
9170a1fe05 some fixes for hydroponics mode 2021-10-26 20:46:40 +02:00
Empire
49664ba6f7 added initial support for hydroponic systems, changed cooldown to use minutes 2021-10-22 17:39:42 +00:00
Your Name
f4e13454e3 wip new pump system 2021-10-01 23:46:37 +02:00
Your Name
f99f72b65a added timed light function 2021-08-29 20:45:50 +02:00
Your Name
61098724b6 fixed wrong percent calculation, emit trigger value to mqtt 2021-08-17 16:55:57 +02:00
c3ma
2e052710e2 missing sensor error 2021-07-21 21:34:14 +02:00
c3ma
d043d873cc Reading sensors by frequency 2021-07-21 21:23:58 +02:00
c3ma
2d91f91290 react on switch from Mqtt 2021-07-09 22:51:50 +02:00
c3ma
df39c09c50 code cleanups 2021-07-09 21:50:51 +02:00
Ollo
57d18af76d converted serial prints into MQTT status log messages 2021-07-01 22:06:50 +02:00
Your Name
7c9a0bf6f1 clear averages for each run, ignore distances higher than tank depth 2021-07-01 20:39:51 +02:00
Ollo
47aba5387b Handle cooldown time for watering; add start and end time when pumping is allowed 2021-04-07 21:26:11 +02:00
23beebc4be pin fix 2020-12-20 17:00:44 +01:00
a14f599f5a missing sensor detection, delta trigger moisture working 2020-11-04 23:28:08 +01:00
503c2b73b9 added raw moisture, improved pct calc , formating 2020-11-04 21:57:40 +01:00
fb907f9b12 fixed wrong indes for pump determination
improved pump status output
fixed led blinking in  mode3 random
2020-11-04 21:10:22 +01:00
83c26cc07c *cough* 2020-10-31 19:24:44 +01:00
c3ma
a140383e32 Disable pumps while OTA running, mode2 is called only once 2020-10-28 21:20:46 +01:00
c3ma
8f21f58950 Handle default value of cooldown 2020-10-23 16:47:40 +02:00
c3ma
3e3eaa96e4 Refactored code 2020-10-23 16:20:34 +02:00
c3ma
9b5bf90da9 settings gpio mode before deepsleep 2020-10-21 20:46:09 +02:00
0a473173f8 reduced settings 2020-10-20 22:52:03 +02:00
b0829cba6b fixed compile errors 2020-10-20 18:06:37 +02:00
2f8e26b48d main decision flow cleanups 2020-10-19 01:39:56 +02:00
c3ma
b9ca98904d Read settings and store into non volatile memory 2020-10-16 21:12:25 +02:00
c3ma
e95590ffd6 Setting works with default values 2020-10-16 18:25:02 +02:00
c3ma
ce498bc7f8 Controller is runing again 2020-10-16 16:22:48 +02:00
c3ma
1a4cddc366 Plant object expanded with settings 2020-10-14 20:07:56 +02:00
Ollo
a16c98d7c6 Expanded Plant-class with Settings and Node property 2020-09-21 19:40:01 +02:00
Ollo
c8ebe2a6bc ESP32 based project 2020-09-07 18:18:46 +02:00