Sat, 19 Jan 2019 12:05:37 +0100 Michiel Broek In bmsd added missing json percent. The Makefile didn't install the fpdf library. Added profile commands. Small changes to the monitor fermenters screen. The monitor fermenters scheduler is now more responsive. Profiles selection and commands in the remote thermferm. changeset | files
Sat, 12 Jan 2019 20:18:54 +0100 Michiel Broek Added door and lights status leds. changeset | files
Sat, 12 Jan 2019 19:57:29 +0100 Michiel Broek Added dummy beer product for empty fermenters. changeset | files
Fri, 11 Jan 2019 22:34:19 +0100 Michiel Broek Added profile fermentation editor. changeset | files
Thu, 10 Jan 2019 20:22:06 +0100 Michiel Broek Added configuration settings for MQTT in config.php. Finished screen box sizes for the fermenters monitor. Select beername and code from the current brew products and send it to the fermenter. Added switch commands to the fermenter. Delay data get from the fermenter after sending any command so there is time to process the commands. Turn switches off when the mode changes. Removed 0.2 degrees setpoint diffs for low and high, the fermenter must deal with it. Prevent turning the heater and cooler together on. changeset | files
Wed, 09 Jan 2019 16:19:26 +0100 Michiel Broek Removed the setpoints and temperatures from the right display panel. Added the current temperatures in text to the gauges as caption. Adjusted the gauge caption font display. Only send commands to the mqtt server just before we fetch fresh data. Added new target temperature settings in the right display box. changeset | files
Tue, 08 Jan 2019 21:54:19 +0100 Michiel Broek Added cmd_fermenter.php which interfaces http POST commands to MQTT using mosquitto_pub in a shell. Several chnges to the monitor fermenter screen. changeset | files
Mon, 07 Jan 2019 22:35:32 +0100 Michiel Broek Fermenter monitor screen added control boxes and LED's. changeset | files
Mon, 07 Jan 2019 16:46:43 +0100 Michiel Broek Moved javascript out of mon_node.php changeset | files
Mon, 07 Jan 2019 16:35:55 +0100 Michiel Broek Updated README. Getfermenter and getnode scripts return 0 and 1 instead of false and true for boolean values. Global variable my_uuid added. Moved the javascript out of mon_fermenter.php. Added log chart view button in the fermenter monitor. changeset | files
Mon, 07 Jan 2019 12:46:27 +0100 Michiel Broek Fixed the fermentation chart to be just like the thermferm chart. changeset | files
Sun, 06 Jan 2019 23:30:53 +0100 Michiel Broek Updated Makefile changeset | files
Sun, 06 Jan 2019 23:30:17 +0100 Michiel Broek Added products beerxml export. changeset | files
Sun, 06 Jan 2019 19:31:59 +0100 Michiel Broek Updated the Makefile changeset | files
Sun, 06 Jan 2019 17:28:48 +0100 Michiel Broek When importing from brouwhulp use 0 and 1 instead of false and true for boolean variables. Added Export button to the recipe editor. Added beerxml recipe export. changeset | files
Sat, 05 Jan 2019 17:26:07 +0100 Michiel Broek Updated the README changeset | files
Sat, 05 Jan 2019 17:17:58 +0100 Michiel Broek Updated Makefile changeset | files
Sat, 05 Jan 2019 17:10:39 +0100 Michiel Broek Added fermentation graph screen changeset | files
Fri, 04 Jan 2019 21:51:59 +0100 Michiel Broek Removed checkboxes for brew and fermentation logs from the first tab. On the brewday and fermentation tabs added buttons to show log graphs. The buttuns are only enabled if there is a log. changeset | files
Fri, 04 Jan 2019 20:32:11 +0100 Michiel Broek Made a lot of variables local in functions. changeset | files
Fri, 04 Jan 2019 20:17:32 +0100 Michiel Broek Made a lot of variables local in functions. changeset | files
Fri, 04 Jan 2019 17:52:17 +0100 Michiel Broek Added locked setting to the recipes. Is not working well when a recipe is loaded and locked. Added uuid load and save for recipes. Mad a lot of variables local in functions. The subgrids are loaded async. changeset | files
Thu, 03 Jan 2019 20:56:47 +0100 Michiel Broek Added new brew project wizzard. Moved equipment dropdown to global script. The project birth date is allways read-only, so it can never be changed. changeset | files
Thu, 03 Jan 2019 14:21:35 +0100 Michiel Broek Fixed new recipes uuid generation and saving missing new fields. changeset | files
Wed, 02 Jan 2019 20:29:23 +0100 Michiel Broek Added product print. changeset | files
Wed, 02 Jan 2019 17:34:53 +0100 Michiel Broek Added the last tab, fermentation to the product editer. changeset | files
Wed, 02 Jan 2019 14:49:17 +0100 Michiel Broek Added the packaging tab contents. changeset | files
Tue, 01 Jan 2019 16:24:17 +0100 Michiel Broek Added contents on the Taste tab. Fixed a locked checkbox bug. Disable tabs depending on the project stage. changeset | files
Mon, 31 Dec 2018 22:20:04 +0100 Michiel Broek Moved the tooltips to the field declarations. changeset | files
Mon, 31 Dec 2018 16:48:56 +0100 Michiel Broek Added more information on the brewday tab. Move almost all screen init widgets in the source so they are in the Tabs order. This should make searching for them easier. changeset | files
Mon, 31 Dec 2018 14:41:08 +0100 Michiel Broek Backport water treatment to the product editor (inluding the bugs). changeset | files
Sun, 30 Dec 2018 22:01:27 +0100 Michiel Broek Fixes and optimisations for water calculation. changeset | files
Sun, 30 Dec 2018 20:10:19 +0100 Michiel Broek Upgraded jqwidgets from version 6.0.6 to 6.2.0 changeset | files
Sun, 30 Dec 2018 18:18:22 +0100 Michiel Broek Added sparge water acid calculation. Added residual alkalinity calculation. changeset | files
Fri, 28 Dec 2018 23:18:42 +0100 Michiel Broek Some pH calculations cane use twice as much loops, probably because we have better float precision then the original pascal code. More variables to prevent html reads. Use predicted mash pH (the grist in demi water) to calculate the pH shift from the tapwater to the target pH. It's better but not right yet. Or it is right and brouwhulp is far off. changeset | files
Thu, 27 Dec 2018 22:30:26 +0100 Michiel Broek Added f_acid_to_ph_57 to the fermentables json in the recipes. The protonDeficit now processes the grist. Water pH calculations are partly in place. Added simple BU and Cl/So4 indicators. Redesign of the water screen. changeset | files
Tue, 25 Dec 2018 15:06:39 +0100 Michiel Broek Estimate OG recalculation now uses the equipment profile. Added basic water calculations. changeset | files
Tue, 25 Dec 2018 13:42:36 +0100 Michiel Broek Import from brouwhulp fix style color ranges. Added calcSVG and calcABV calculation. Added batch size, time, efficiency and og change actions. Added style select and redesigned the first tab to fit this in. When equipment is changed, recalculate the recipe. Added print button. changeset | files
Mon, 24 Dec 2018 23:10:52 +0100 Michiel Broek Merged prod_main and prod_recipe database tables into products. Added recipe tabs in the products editor. changeset | files
Mon, 24 Dec 2018 15:52:11 +0100 Michiel Broek Better stage detection during product import from brouwhulp. Added tooltips for treated water. changeset | files
Sun, 23 Dec 2018 20:13:36 +0100 Michiel Broek Added some icons from Brewersfriend. They should be replaced someday. Added maximum mash weight setting to the equipment database. Usefull for brew automate and RIMS systems. During recipes import acid and base additions are translated. Brews and recipes now have 2 water sources. Added water mixer. Added basic water treatment, but not for pH yet. Redesigned the fermentables and water tabs. changeset | files
Wed, 19 Dec 2018 21:58:21 +0100 Michiel Broek Source waters are fixed, removed grid editor. Redesigned the water screen. Made a simple visual if water treatments are out of range. Water mixer for standard and dillute water works. Swapped the mash and water tabs. changeset | files
Mon, 17 Dec 2018 22:24:32 +0100 Michiel Broek Added several sparge_ fields in the recipes databases. Added basic water mix calculator. Added fields on the water tab for water calculations. changeset | files
Mon, 17 Dec 2018 13:46:15 +0100 Michiel Broek In dropdown inventory lists you can now choose to display only ingredients that rae on stock or all. Fix the hops amount editor that loses the decimal digits. changeset | files
Sun, 16 Dec 2018 13:53:48 +0100 Michiel Broek Protect misc Water agent ingredients against delete and changing from the miscs editor. changeset | files
Sun, 16 Dec 2018 12:40:04 +0100 Michiel Broek Moved inventory dropdown lists to global.js changeset | files
Sat, 15 Dec 2018 23:22:11 +0100 Michiel Broek During recipes import of miscs ingredients, convert time in Secondary to days. The hop grid also display the country of origin. Misc ingredients now use a temporary weight table just like the hops. changeset | files
Sat, 15 Dec 2018 21:27:01 +0100 Michiel Broek During hops load an extra weight in grams field is generated for the grid. Edit the amount is done on the weight field and the amount field is updated too. During save to the database the extra field is removed. changeset | files
Sat, 15 Dec 2018 11:06:14 +0100 Michiel Broek The yeast droplist sorting order changed. Misc ingredients time editor uses minutes or days depending on the use of the ingredient. The yeast editor can now use grams, ml or packs. changeset | files
Thu, 13 Dec 2018 22:58:12 +0100 Michiel Broek Hops grid editor amount is now in grams. changeset | files
Thu, 13 Dec 2018 20:32:36 +0100 Michiel Broek Added EBC color examples. Added simple progessbars for hop flavour and aroma contribution. We need something better. In the fermentables tab, above the grid display the malt color and OG estimates. Display supplier as well in the fermentables grid. changeset | files
Tue, 11 Dec 2018 15:01:37 +0100 Michiel Broek Hop flavour and aroma sets global values. On the hop tab, show IBU and make room for the flavour and aroma presentation. changeset | files
Tue, 11 Dec 2018 12:49:53 +0100 Michiel Broek Store calculated estimate ibu and estimate fg. changeset | files
Mon, 10 Dec 2018 22:20:19 +0100 Michiel Broek Fixed estimate FG calculation during recipes import. Added estimate FG calculation in the recipe editor but do not yet update the recipe. Added SVG calculation to the recipes editor. Added calculations for hop aroma and flavour contribution. changeset | files
Sun, 09 Dec 2018 22:27:38 +0100 Michiel Broek Added boil time change logic. Better precision. changeset | files
Sun, 09 Dec 2018 20:55:40 +0100 Michiel Broek Added change batch size and efficiency. changeset | files
Sun, 09 Dec 2018 17:29:51 +0100 Michiel Broek Added ABV calculation. Added calculate fermentables from OG calculation. Scale fermentables when the OG changes. changeset | files
Sat, 08 Dec 2018 17:30:09 +0100 Michiel Broek Code cleanup changeset | files
Sat, 08 Dec 2018 17:11:38 +0100 Michiel Broek When importing recipes with liquid yeast divide the cost by the pack volume. Don't allow alpha editing of hops in a recipe. Fix hop use time when the hop is used when not boiling and set the fixed time. changeset | files
Sat, 08 Dec 2018 15:20:03 +0100 Michiel Broek Load a single recipe from the database instead of client side select. changeset | files
(0) -100 -60 +60 +100 +300 tip

mercurial