Commit Graph

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • ae468b3 (HEAD -> master) use dev branch of AsyncTelegram lib by Thomas Buck 2022-11-28 21:58:30 +0100
  • fc77898 Use AsyncTelegram2 instead of Universal-Arduino-Telegram-Bot. by Thomas Buck 2022-11-28 20:46:37 +0100
  • fedf9a1 fix mqtt and telegram apis by Thomas Buck 2022-11-27 14:47:33 +0100
  • ac92d16 add ability to trigger watering cycles via MQTT by Thomas Buck 2022-11-26 23:47:00 +0100
  • 274197f Add Universal-Arduino-Telegram-Bot library and implement simple bot. by Thomas Buck 2022-11-26 01:04:42 +0100
  • 3a80536 add support for dark-mode in web ui by Thomas Buck 2022-07-13 22:24:03 +0200
  • a0f699d in fullauto mode run pumps as a last step to really empty the lines as far as possible. by Thomas Buck 2022-07-07 17:18:55 +0200
  • 188b07f dont allow fullauto with less than configured amount of plants (2) by Thomas Buck 2022-05-11 18:43:26 +0200
  • 5221bbb fix fert pumps running after pressing button to stop them by Thomas Buck 2022-05-11 18:43:05 +0200
  • e4b0cf6 remove duplicated influxdb error handling by Thomas Buck 2022-05-11 18:42:43 +0200
  • 1d21b0d fix fullauto mode. by Thomas Buck 2022-05-04 14:09:27 +0200
  • bada1f3 add full-auto mode. tweaks to web ui. allow use without wifi. by Thomas Buck 2022-04-27 22:07:24 +0200
  • 6e16d04 revert back to older esp32 platform version. had issues getting a wifi ip. by Thomas Buck 2022-04-27 19:01:03 +0200
  • e8741d2 update for new esp32 lib by Thomas Buck 2022-04-23 23:27:13 +0200
  • b4660ef differing runtimes per pump by Thomas Buck 2022-04-16 23:14:53 +0200
  • a14515c fix build for other platforms. by Thomas Buck 2022-04-16 23:13:24 +0200
  • 4dab9e1 add support for kickstarting gravity-fed valves with a pump. by Thomas Buck 2022-03-20 19:35:19 +0100
  • 70659ca support door locks, with optional pin entry. by Thomas Buck 2022-02-07 21:08:15 +0100
  • 6de07b6 add support for PCF8574 gpio expansion by Thomas Buck 2022-02-07 21:07:57 +0100
  • fa9a8e3 fix number input when staying in same state by Thomas Buck 2021-12-07 11:36:57 +0100
  • 2af8534 fix invisible number input in webui. add aux indicator to webui and websocket. by Thomas Buck 2021-11-21 02:42:24 +0100
  • 85d1e25 add aux relais channels and fertilizer stirring menu. by Thomas Buck 2021-11-14 18:25:57 +0100
  • f685f39 add influx calibration script, readme note. by Thomas Buck 2021-11-14 18:25:29 +0100
  • 4e003e2 record times of filling and watering of single plants in db, to calibrate flowrates. by Thomas Buck 2021-10-24 14:31:42 +0200
  • 54b445e various fixes. return to init screen on idle. missing fillnwater case. added some influx export scripts for testing. prepared for automation menu. by Thomas Buck 2021-09-06 02:26:14 +0200
  • e3a0f76 Add mode to do filling and watering in one step. Added missing Influx lib to ESP8266 build. by Thomas Buck 2021-07-16 23:53:12 +0200
  • a0082fb Added support for InfluxDB logging of fertilizer and plant watering events by Thomas Buck 2021-06-10 18:56:28 +0200
  • 48de5ae made string shorter to fit runtimes with 4 digits. fixed indentation. by Thomas Buck 2021-05-14 19:22:21 +0200
  • 5c39537 added ability to water multiple plants at once by Thomas Buck 2021-05-14 19:22:06 +0200
  • 2fe9208 updated default timings by Thomas Buck 2021-05-14 19:21:05 +0200
  • deaee1e small safety update by Thomas Buck 2021-05-08 22:12:22 +0200
  • f2f8b1c more readme by Thomas Buck 2021-05-01 02:37:22 +0200
  • 6fa387d Added GPLv3 license. Extended Readme. by Thomas Buck 2021-04-30 23:57:16 +0200
  • 66744bb make sensor check in valve and pump menu optional by Thomas Buck 2021-04-30 23:41:01 +0200
  • 3ae0b30 stop when sensors show empty tank in valve run mode by Thomas Buck 2021-04-30 12:15:54 +0200
  • 30aa0a8 properly switch relais gpios high when inactive. by Thomas Buck 2021-04-30 12:15:25 +0200
  • 76c9a73 Added optional GPIO test and fixed pin numbering by Thomas Buck 2021-04-18 18:45:38 +0200
  • fd96a91 Scroll log buffer to end on pageload and show build date. by Thomas Buck 2021-04-15 23:57:14 +0200
  • 9b3b5e2 fix read/write of special symbols via I2C by Thomas Buck 2021-04-15 23:45:00 +0200
  • 10e1c8b Only send websocket broadcasts when someone is connected by Thomas Buck 2021-04-15 23:44:40 +0200
  • 1424285 Make I2C pins configurable on ESP32 by Thomas Buck 2021-04-15 23:44:23 +0200
  • cfb10e9 Make sure SerialLCD does not show a splash screen by Thomas Buck 2021-04-15 23:43:45 +0200
  • 08c22af Make sensor inputs invertable by Thomas Buck 2021-04-15 23:43:18 +0200
  • 2e2bf09 Added debug log output to web with history buffer by Thomas Buck 2021-04-15 23:42:34 +0200
  • 7fa4a40 increased version to 0.2, added links, refactored statemachine enum by Thomas Buck 2021-04-06 01:23:43 +0200
  • 3b6145c added gpio status to websocket and webui by Thomas Buck 2021-04-06 00:54:59 +0200
  • 829c587 added websocket lib, UI control now possible via webinterface by Thomas Buck 2021-04-05 20:41:46 +0200
  • 3182c9f Fist version actually running on ESP, now with working WiFi stuff by Thomas Buck 2021-04-05 13:03:10 +0200
  • 82a56ea Now works with two distributed units connected via i2c by Thomas Buck 2021-04-02 22:19:29 +0200
  • caff880 Started adding ESP support by Thomas Buck 2021-04-01 01:11:30 +0200
  • 6ec37d4 Added auto modes. Moved defines to new header. by Thomas Buck 2021-03-31 01:49:52 +0200
  • cfd16ed implemented manual modes by Thomas Buck 2021-03-31 00:29:13 +0200
  • 923b30a first commit by Thomas Buck 2021-03-30 00:04:45 +0200