Commit graph

  • 86c21ab864 firmware - v0.1.4 main firmware_v0.1.4 DeltaLima 2024-12-13 21:55:58 +0100
  • 0fe2b80b5c Add ArduinoJson as single file DeltaLima 2024-12-13 21:46:21 +0100
  • 32cd179a69 cangrow.sh fix typo, remove ArduinoJson because broke submodule DeltaLima 2024-12-13 21:45:28 +0100
  • 5b56c8bc86 firmware wip - try to add external libs as git submodule, does not work atm DeltaLima 2024-12-13 21:41:31 +0100
  • 593220d6cf firmware wip - include libs as git submodules DeltaLima 2024-12-13 21:03:15 +0100
  • abb79ebecc firmware - change to set version in CanGrow_Version.h, build by cangrow.sh DeltaLima 2024-12-13 20:50:29 +0100
  • c80ac2e6f6 firmware - fix set PumpLastOn when activating manually, add stop button for pump in maint DeltaLima 2024-12-12 03:37:05 +0100
  • ce7f2b6ec4 renew Screenshot DeltaLima 2024-12-12 02:56:21 +0100
  • 483632fbdf renew Screenshot, set firmware version to v0.1.4-dev DeltaLima 2024-12-12 02:52:14 +0100
  • fb2a896da7 firmware - v0.1.3 firmware_v0.1.3 DeltaLima 2024-12-12 02:39:50 +0100
  • d1d0fc494b firmware - cosmetic changes DeltaLima 2024-12-12 02:39:26 +0100
  • 33231851fe firmware - add refreshSensors to systemconfig when configured DeltaLima 2024-12-12 02:29:04 +0100
  • 85d785f3cd firmware - add soilmoisture calibration, add grow end date to root page DeltaLima 2024-12-12 02:19:04 +0100
  • f5ac68375d firmware - new emoji when maintenance dimm is off DeltaLima 2024-12-12 00:14:34 +0100
  • 89b449aee6 firmware - new emoji when maintenance dimm is off DeltaLima 2024-12-12 00:12:39 +0100
  • d4e5656656 firmware - new emoji when maintenance dimm is on DeltaLima 2024-12-11 23:38:25 +0100
  • 6ff7af0fb0 firmware - wrong bool DeltaLima 2024-12-11 23:36:54 +0100
  • 35ed7ba616 firmware - improve output init, fix typos DeltaLima 2024-12-11 23:31:30 +0100
  • d0ea1588b5 firmware - webui changes, move pump settings to grow settings, add debug json DeltaLima 2024-12-11 22:59:25 +0100
  • a4c0d060e1 firmware - cosmetic changes DeltaLima 2024-12-11 02:31:26 +0100
  • c81e68b3e4 firmware - v0.1.2 firmware_v0.1.2 DeltaLima 2024-12-11 00:33:12 +0100
  • 3ce946b380 firmware - add VPD, thx Mr. Paolo Pinkel! DeltaLima 2024-12-11 00:30:06 +0100
  • ebfd33af0c firmware - some html cosmetics DeltaLima 2024-12-10 23:50:23 +0100
  • ffaf4e7b82 firmware - add some emojis to gauge label DeltaLima 2024-12-10 23:13:33 +0100
  • 0a2c56cd7b firmware - v0.1.1, offer different I2C addresses for BME280, SHT31. firmware_v0.1.1 Marcus 2024-12-10 15:20:06 +0100
  • 2098445202 firmware - fix typo , defines should be at the right place :) DeltaLima 2024-12-09 15:54:15 +0100
  • 4fe57dff56 firmware - define CANGROW_VER and CANGROW_BUILD defaults, when not defined by compiler flag DeltaLima 2024-12-09 15:40:59 +0100
  • f920d6509d firmware - add manual pump trigger, fix missing eeprom commit in controlPump firmware_v0.1.0 DeltaLima 2024-12-09 03:43:44 +0100
  • b63fc08d29 firmware bugfix - wrong sensor index for sht31 temp setting DeltaLima 2024-12-09 02:19:52 +0100
  • 303227fbe2 README typo Marcus 2024-12-09 01:33:43 +0100
  • e7bbcd4d9b cangrow.sh - remove old CanGrow_Version.h Marcus 2024-12-09 01:31:14 +0100
  • 2a6d1df66a firmware - v0.1.0 - really this time! added configurable display rotation DeltaLima 2024-12-09 01:26:52 +0100
  • 60fc811bf6 firmware - v0.1.0 - first 'complete' release, much to do DeltaLima 2024-12-09 00:07:43 +0100
  • 9585bec612 add support for SHT31 sensor (untested), Add PWM frequency config in system settings DeltaLima 2024-12-08 23:45:47 +0100
  • 5df2d0f4ab firmware - add FAN2 PWM setting firmware-0.1-dev DeltaLima 2024-12-08 14:12:26 +0100
  • 61c7af5eb5 firmware - fix bug when saving system settings resetting LED and FAN PWM DeltaLima 2024-12-05 05:07:06 +0100
  • f9914343e7 firmware - fix outputs being on at start on CanGrow PCB v0.6 DeltaLima 2024-12-05 04:52:28 +0100
  • d782cae49a firmware - disable MOSFET control on root page DeltaLima 2024-12-05 03:57:34 +0100
  • 8218de11b1 firmware - add some javascript to soilmoisture sensor select DeltaLima 2024-12-05 03:51:56 +0100
  • 3795569b07 firmware wip - wrong datatypes DeltaLima 2024-12-05 03:20:44 +0100
  • 65e6989a5d firmware wip - add configurable soilmoisture wet and dry values DeltaLima 2024-12-05 03:16:25 +0100
  • c17819155f dont force an output sate while we dont know if they are inverted or not DeltaLima 2024-12-05 02:46:07 +0100
  • 3c14910747 fix buggy output stuff, which behaved weird when using relais true DeltaLima 2024-12-05 02:38:44 +0100
  • 26a0c6603d firmware wip - growher.ch post DeltaLima 2024-12-05 02:05:39 +0100
  • 6ac79f2978 sensor wip firmware_v0.2-dev Marcus 2024-12-05 00:34:28 +0100
  • 461b816115 set Wire.setClockStretchLimit(2500) because aliexpress chirp clone does not work correctly Marcus 2024-11-22 01:51:03 +0100
  • 6d94bb224c fix sensorindex iteration Marcus 2024-11-19 00:32:48 +0100
  • 3a55104f55 sensor index length Marcus 2024-11-19 00:08:10 +0100
  • 270806e5fa cannot use array , because of pointer Marcus 2024-11-18 23:11:04 +0100
  • 4ecb478354 compiles now again, but its the old state Marcus 2024-11-18 22:09:02 +0100
  • 13d86ba88f add missing files Marcus 2024-11-18 13:18:10 +0100
  • 1624289496 does not compile, i guess i use the wrong pointer stuff thing for in CanGrow_Sensor.h stuff Marcus 2024-11-18 10:44:33 +0100
  • 16f4871306 improve output/sensor table Marcus 2024-11-17 07:16:01 +0100
  • df6435f6e1 add gpio pin or i2c address to output/sensor table if used Marcus 2024-11-17 06:54:13 +0100
  • 156849782b save i2c sensor addr as char, use it later with strtol() Marcus 2024-11-17 05:47:59 +0100
  • 4b3451c2fa sensor edit now works too Marcus 2024-11-17 05:00:18 +0100
  • de0cf2390c basic sensor config works Marcus 2024-11-17 04:46:32 +0100
  • 44c5b060d7 Sensor stuff wip Marcus 2024-11-17 02:51:46 +0100
  • ac707d0367 fix asyncwebserver template engine bug when document has a certain size Marcus 2024-11-17 02:51:24 +0100
  • 0571acc350 system/sensor stuff wip Marcus 2024-11-12 22:25:02 +0100
  • 84c4840993 ESPAsyncwebserver template processor bug - size related? espasyncwebserver_template_bug DeltaLima 2024-11-02 17:31:51 +0100
  • 92724fa1f4 fix css and javascript bug for hiding/show stuff Marcus 2024-10-29 01:43:40 +0100
  • cf824c1c61 output edit now works as intended Marcus 2024-10-29 01:32:56 +0100
  • b28c71c9a4 basic work done for editing output Marcus 2024-10-29 00:15:28 +0100
  • 790b9bb9c9 put stuff into seperate functions Marcus 2024-10-28 22:30:20 +0100
  • 735cff463e chunked response makes no sense here and does not solve my problem, because it is (afaik) not related Marcus 2024-10-27 20:49:23 +0100
  • 9af343bd3e delete output implemented Marcus 2024-10-27 01:33:10 +0200
  • 1419d625a4 add css to File_cangrow_CSS for linkForm class Marcus 2024-10-27 00:44:13 +0200
  • fba2210bbd playground - i think using form and submit button for actions edit and delte looks good Marcus 2024-10-27 00:42:35 +0200
  • aaf9688d1a playing around with html css js Marcus 2024-10-27 00:36:08 +0200
  • 8955824884 playing around with html css js Marcus 2024-10-27 00:36:00 +0200
  • 40d0175564 main stuff for adding new output is done. for i2c i have not idea atm what i need. Marcus 2024-10-26 22:10:39 +0200
  • b7d21ca868 use toggleDisplay JS func for hiding static ip config when dhcp is used Marcus 2024-10-26 20:22:53 +0200
  • c466f1396f correct wrong mimetype for cangrow.js Marcus 2024-10-26 18:26:04 +0200
  • 54b6d48e1e call Check_GPIOindex_Used only once Marcus 2024-10-26 18:14:44 +0200
  • a983129085 put GPIO_Index.note description into char const Marcus 2024-10-26 18:05:10 +0200
  • c8247268cc implement checks if gpio is free when adding new output Marcus 2024-10-26 16:54:39 +0200
  • 22c316edbb only show configured values Marcus 2024-10-26 06:43:37 +0200
  • bc15bbab46 first values saving foir the output ports. Marcus 2024-10-26 06:26:42 +0200
  • b0f3d05576 output:add put next free output id into hidden input. if none available, return 255 Marcus 2024-10-26 06:04:10 +0200
  • f7f5fe073b put the chunked response stuff into own function, fix html javascript include Marcus 2024-10-26 05:01:58 +0200
  • 55997e82eb cleanup - i leave chunked in system/output/add for now, document will get bit bigger i geuss Marcus 2024-10-26 04:52:54 +0200
  • bba1687022 cleanup - i leave chunked in system/output/add for now, document will get bit bigger i geuss Marcus 2024-10-26 04:52:37 +0200
  • f4624f860e this was my problem i debbuged the last three hours!? >:(( At least i learned how to use chunked responses, yay Marcus 2024-10-26 04:42:26 +0200
  • 10a0906a93 chunked response works now - but does not solve my problem >:( Marcus 2024-10-26 04:33:27 +0200
  • f7c4739f0d add output add dialog, try to use chunked response, but not working atm Marcus 2024-10-26 03:39:36 +0200
  • 9c51386be9 cosmetics Marcus 2024-10-25 23:43:51 +0200
  • dadaf09232 playground output add dialog, add cangrow.js Marcus 2024-10-25 23:40:20 +0200
  • 98ef3de395 add output table , playing around with html in playground Marcus 2024-10-25 22:03:16 +0200
  • 945c208ba4 add gziped favicon as byte array, playground output dialog stuff Marcus 2024-10-25 00:30:57 +0200
  • 3517f6abf4 put cangrow.css and favicon to sepereate webserver path and not incldue them in the html body Marcus 2024-10-24 23:22:56 +0200
  • d679d896b2 cangrow.sh update arduino-cli to 1.0.4 DeltaLima 2024-10-24 21:55:32 +0200
  • ca4eb8cfd6 cangrow.sh - add arduino-cli lib update-index before installing libs DeltaLima 2024-10-24 21:52:21 +0200
  • 8e5268df22 Arduino/CanGrow/cangrow.sh aktualisiert DeltaLima 2024-10-24 21:46:19 +0200
  • 0d0efbb2c1 add some diff to force new line when inline-block Marcus 2024-10-24 19:56:34 +0200
  • 4808af281c remove headings from system and wifi pages. Marcus 2024-10-24 17:20:50 +0200
  • 7da5bc38d7 implemented highlighting active system subnav entry Marcus 2024-10-24 17:16:31 +0200
  • 1765748422 implemented highlighting active nav entry Marcus 2024-10-24 16:53:21 +0200
  • bafb623392 i am a webdeveloper! Marcus 2024-10-24 15:59:24 +0200
  • e3c739e745 i am a webdeveloper! Marcus 2024-10-24 15:49:59 +0200