| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme.md | 2026-02-02 | 3.8 kB | |
| protokoll-0.5-nodepan.zip | 2026-02-02 | 45.7 kB | |
| Totals: 2 Items | 49.4 kB | 2 | |
- Manual Basic :
- Recommendet Entrys
- growstart (shows first table header)
- summary (placeholder to calculate fertilizer, watering , defoliate)
- possible values for calculate fields
- Number
- or "[0]"
- or "[0,1]" (multiple numbers comma seperated)
- or "" (empty fields)
- inside [ ] a 0 start with its own entry , first previous entry would be 1
- example:
- summary fields with referenz to multiple entrys: "delta ":"[0,1,3,4]"
- summary field with referenz to a single entry: "daylight":"[0]"
- Spezial Fields
- mid: please use a unique (not double an ID) upsorting (A001,A002,..) MeasureId
- day: a grow start with day 1 real entry. day 0 will force errors in chart display for real entry ( = day > 0 ).
- CHART TICKS label : (day).day# follow by last 4 letter of mid field ;
- CHART TICKS label example : mid:T0300, day:2 result in label : 2.day#0300
- change: count to previous entry : "change":1
- night: same entry : night:1
- info field: text and html
- watering with fertilizer
- mgl will be calculated tableview with the watering ml value per liter,
- chart not affected by this , yet only fertilizer hardcoded
- delta
- after watering calc all previous consumption until last watering
- example: "delta":"[0,1]"
- possible names for other fields
- "anytext" no white space
- possible values for other fields
- Number
- or "here text"
- or "" (empty fields)
- change field
- Number (entry count to previous measure)
- delta field
- "[Number,Number]" (sumary change fields with previous entrys)
- example: "delta ":"[0,1]" : 0 self change field, 1 previous entry change field
- daylight field
- works like delta field
- night field
- Number, 1 for itself change field
- in24h
- field: works like daylight
-
- options
- options are a list of actions; an action has no white spaces in there name; an action can nesting options
- offline System, use it on your own
- system files
- how to: download files and open the html file in your browser
-
- edit js data variable in the datafile is all you need !
-
- edit html at the bottom to load your datafile .
- more edit css style-fields for your own fieldnames !
- more edit html to manage more plants datafiles !
- index.html (download file)
- style-fields.css (download file)
- style-white-blue.css (download file)
- style-dark-green.css (download file)
- init-buildbtn.js (download file)
- func-buildbtn.js (download file)
- gui-buildbtn.js (download file)
- optional single plant : growme-example-manual-single.html (download file)
- chart-system
- origin: d3.min.js right click to save (download file)
- excel-save-system
- origin: xlsx.core.min.js right click to save (download file)
- data-files
- empty.js (download file)
- optional to support my idea : growme-example-manual.html (download file) or delete link inside HTML
-
optional to support my idea : example-allcase.js (download file) or delete link inside HTML
-
configurate
- init-buildbtn.js: edit this file with your custom datas like fertilizer
- init-buildbtn.js: edit the exportorder variable with your export fields , including custom fields
- init-buildbtn.js: the output in the csv file has the same order as you specified. field header are included.
-
epxort : values are origin and were not converted, calculate stuff in your excel program :)
-
tools
- XSense Hydrometer extract data (date time, temp , humidity) from xsense exported csv files .
- merge files you get on the cmd line with the command : type *.csv > mybundlecsv.csv
- filter 1 value each day out of 100k+ measures and format it to growme data entry struc to copy paste
- test-csv.html (download file) (config this file as you need)
- csv-reader.js (download file)