Mon, 16 Feb 2015 19:52:42 +0100 Michiel Broek Added more precision to the unit low and high black window margins. Switched to PID routine from Pid without a PhD. The PID compute routine is now in the one second loop. The switch delay times are now in seconds, 0..720. file | diff | annotate
Sun, 15 Feb 2015 20:38:54 +0100 Michiel Broek Added Kp, Kd and Ki settings to the units. Bumped to version 0.2.9 file | diff | annotate
Sat, 07 Feb 2015 23:12:55 +0100 Michiel Broek Updated to add support for lights in a fermenter unit and a Power Supply status. file | diff | annotate
Wed, 29 Oct 2014 20:27:37 +0100 Michiel Broek Added usage counters file | diff | annotate
Sat, 25 Oct 2014 21:08:47 +0200 Michiel Broek Added code to detect primary fermentation file | diff | annotate
Wed, 03 Sep 2014 15:38:01 +0200 Michiel Broek The global system name was not saved or restored from the configuration file. file | diff | annotate
Wed, 03 Sep 2014 15:02:09 +0200 Michiel Broek Profile progress is visible in the web interface file | diff | annotate
Sat, 30 Aug 2014 13:06:07 +0200 Michiel Broek The PID commands have an adjustable delay, default 5 minutes file | diff | annotate
Tue, 26 Aug 2014 13:50:35 +0200 Michiel Broek All syslog logging only to LOG_NOTICE file | diff | annotate
Sat, 23 Aug 2014 23:38:18 +0200 Michiel Broek Simulation of fridge cold loss to the room added for testing. file | diff | annotate
Fri, 22 Aug 2014 17:12:42 +0200 Michiel Broek Added framework for a simulation of a fridge with heater to use as controlled fermentor file | diff | annotate
Mon, 18 Aug 2014 15:10:09 +0200 Michiel Broek You can now safely add and remove units on a running system. file | diff | annotate
Thu, 14 Aug 2014 22:43:41 +0200 Michiel Broek Added thread locks for device processing file | diff | annotate
Wed, 13 Aug 2014 21:41:10 +0200 Michiel Broek Changed a lot of loglevels file | diff | annotate
Mon, 11 Aug 2014 12:34:05 +0200 Michiel Broek Added profile state ABORT file | diff | annotate
Sun, 10 Aug 2014 21:22:17 +0200 Michiel Broek Code cleanup, streamlined error messages. file | diff | annotate
Sun, 10 Aug 2014 17:25:50 +0200 Michiel Broek Added offset value for sensor that need it file | diff | annotate
Sun, 10 Aug 2014 14:45:11 +0200 Michiel Broek Added GLOBAL GET and GLOBAL PUT commands. file | diff | annotate
Thu, 07 Aug 2014 22:06:18 +0200 Michiel Broek Added some ideas about profiles. file | diff | annotate
Thu, 07 Aug 2014 19:38:30 +0200 Michiel Broek Client/Server communication is now almost final file | diff | annotate
Tue, 05 Aug 2014 21:33:06 +0200 Michiel Broek PID finetuning file | diff | annotate
Mon, 04 Aug 2014 15:18:29 +0200 Michiel Broek Initial code for a simple PID controller. file | diff | annotate
Sun, 03 Aug 2014 22:49:33 +0200 Michiel Broek Units editing is more or less complete. Changed structures for heating, cooling, fan and door. Updated the web interface to confuigure all these things. file | diff | annotate
Sat, 02 Aug 2014 22:33:15 +0200 Michiel Broek Added device configuration file | diff | annotate
Fri, 01 Aug 2014 09:25:38 +0200 Michiel Broek Forgot some close functions so tha program ran out of file descriptors. Better loggin for writing the configuration. file | diff | annotate
Thu, 31 Jul 2014 23:57:04 +0200 Michiel Broek Removed old 1-wire bus file | diff | annotate
Thu, 31 Jul 2014 21:04:06 +0200 Michiel Broek Added Raspberry GPIO devices file | diff | annotate
Thu, 31 Jul 2014 19:29:54 +0200 Michiel Broek Small fixes for device configuration file | diff | annotate
Thu, 31 Jul 2014 17:44:50 +0200 Michiel Broek Added device configuration file | diff | annotate
Sat, 26 Jul 2014 13:18:00 +0200 Michiel Broek Profiles now have a busy state file | diff | annotate
Sun, 13 Jul 2014 17:31:45 +0200 Michiel Broek Added .h files file | diff | annotate
Sat, 12 Jul 2014 17:57:53 +0200 Michiel Broek Made temperature sensors working in the units file | diff | annotate
Mon, 07 Jul 2014 22:51:59 +0200 Michiel Broek Fixed NULL writing file | diff | annotate
Mon, 07 Jul 2014 22:31:07 +0200 Michiel Broek Removed old brewPi settings file | diff | annotate
Fri, 04 Jul 2014 20:00:19 +0200 Michiel Broek Added profiles configuration file | diff | annotate
Thu, 03 Jul 2014 23:11:44 +0200 Michiel Broek Added fermenting profiles to the configuration file | diff | annotate
Wed, 02 Jul 2014 22:41:31 +0200 Michiel Broek Added profile parameters file | diff | annotate
Tue, 01 Jul 2014 23:14:57 +0200 Michiel Broek Using final user paths for log, configuration and profiles file | diff | annotate
Thu, 26 Jun 2014 21:26:33 +0200 Michiel Broek Removed old ascii configuration file | diff | annotate
Thu, 26 Jun 2014 21:00:21 +0200 Michiel Broek Corrected a spelling error in the xml parser file | diff | annotate
Thu, 26 Jun 2014 20:00:00 +0200 Michiel Broek Switched to xml configuration file | diff | annotate
Wed, 25 Jun 2014 17:18:01 +0200 Michiel Broek Added lcd i2c address to xml configuration file | diff | annotate
Wed, 25 Jun 2014 16:56:09 +0200 Michiel Broek Added old configuration to write xml config file | diff | annotate
Wed, 25 Jun 2014 16:16:47 +0200 Michiel Broek Can now write the fermenter units configurations file | diff | annotate
Tue, 24 Jun 2014 22:38:46 +0200 Michiel Broek Writes a basic xml configuration next to the plain ascii config file file | diff | annotate
Mon, 23 Jun 2014 22:41:09 +0200 Michiel Broek Final steps removing rc-switch from thermferm file | diff | annotate
Mon, 23 Jun 2014 22:16:29 +0200 Michiel Broek Removed rc-switch file | diff | annotate
Mon, 23 Jun 2014 19:56:54 +0200 Michiel Broek Fixed compilation file | diff | annotate
Fri, 20 Jun 2014 17:42:36 +0200 Michiel Broek Compiles with 1-wire bus on PC hardware file | diff | annotate
Sat, 31 May 2014 11:47:23 +0200 Michiel Broek Fixed compilation without wiringpi file | diff | annotate
Tue, 27 May 2014 23:20:37 +0200 Michiel Broek Workaround for empty environment at system boot file | diff | annotate
Tue, 27 May 2014 22:24:39 +0200 Michiel Broek If /home/mbroek is not set, assume root user. file | diff | annotate
Mon, 26 May 2014 23:25:48 +0200 Michiel Broek More configuration changes. Writing settings implemented. file | diff | annotate
Sun, 25 May 2014 23:29:07 +0200 Michiel Broek Added writing configuration file | diff | annotate
Sun, 25 May 2014 22:06:56 +0200 Michiel Broek Removed library, bumped to version 0.0.7 file | diff | annotate
(0) tip

mercurial