Thu, 19 Jul 2018 12:47:52 +0200 Michiel Broek Fixed compiling whithout mqtt support. file | diff | annotate
Tue, 17 Jul 2018 11:50:25 +0200 Michiel Broek Code cleanup file | diff | annotate
Sun, 15 Jul 2018 12:05:16 +0200 Michiel Broek Versie 0.6.5. LIST LOG <unit> commando verwijderd, alleen ARCHIVE LOG <unit> is nog in gebruik. De chiller temperatuur zit nu ook in de log en grafiek. file | diff | annotate
Sat, 14 Jul 2018 21:15:20 +0200 Michiel Broek Versie 0.6.4. Aan de global setup de MQTT instellingen toegevoegd. Die zijn er ook als MQTT niet op het systeem aanwezig is. Indien het de global setup wijzigd, wordt de MQTT verbinding opnieuw gemaakt. file | diff | annotate
Sat, 14 Jul 2018 17:21:25 +0200 Michiel Broek Versie 0.6.3. MQTT device berichten alleen als een fermenter ingeschakeld is. MQTT fermenter birth en death berichhten als een fementer in of uitgeschakeld wordt. MQTT node death bericht bij normaal afsluiten van de daemon. Alle MQTT persistent berichten worden nu goed opgeruikmd. file | diff | annotate
Fri, 28 Jul 2017 13:28:11 +0200 Michiel Broek Added alarm LED file | diff | annotate
Thu, 06 Jul 2017 22:31:01 +0200 Michiel Broek Fix storing beer_idx value file | diff | annotate
Mon, 26 Jun 2017 19:21:07 +0200 Michiel Broek Added chiller configuration items file | diff | annotate
Wed, 07 Jun 2017 23:06:47 +0200 Michiel Broek Version 0.6.1 added support for domoticz mqtt sensors. file | diff | annotate
Fri, 19 May 2017 16:34:21 +0200 Michiel Broek Version 0.6.0. The MQTT data messages are now allways the same length so that openhab will function with the message updates. file | diff | annotate
Mon, 08 May 2017 16:26:02 +0200 Michiel Broek New MQTT protocol file | diff | annotate
Sat, 29 Apr 2017 17:07:36 +0200 Michiel Broek Added some MQTT publish clear functions. Version 0.5.8 file | diff | annotate
Wed, 11 May 2016 14:47:27 +0200 Michiel Broek Fixed some MQTT messages. Added more profile MQTT messages. Version 0.5.7 file | diff | annotate
Mon, 09 May 2016 21:35:55 +0200 Michiel Broek Units now have an unique alias name so that the MQTT messages are more friendly. file | diff | annotate
Mon, 02 May 2016 16:15:37 +0200 Michiel Broek Created mqtt sourcefiles. Use flags to trigger publish messages. The main source does not know and does not care if MQTT messages will be sent. Version 0.5.5 file | diff | annotate
Thu, 17 Mar 2016 17:10:41 +0100 Michiel Broek Fixed server log when changed PID parameters from the web interface. file | diff | annotate
Fri, 11 Mar 2016 20:27:02 +0100 Michiel Broek Changed PID code. PID parameters are now stored 3 digits instead of 2 behind the decimal point. Prevent extreme heating or cooling in Beer mode. Heat and Cool lockdown now allows the lagest value to win instead of zero them both. PID output treshold from 2% to 50%. file | diff | annotate
Sun, 08 Nov 2015 22:13:02 +0100 Michiel Broek Reenabled code round LCD driver. file | diff | annotate
Thu, 17 Sep 2015 13:09:29 +0200 Michiel Broek Fixed crash after profile is finished. Fixed error in UNIT GET output. file | diff | annotate
Wed, 16 Sep 2015 22:05:05 +0200 Michiel Broek Fermentation profiles now have a low and high temperature setting so that you can use a temperture window. Each profile step can now set for beer or air temperature reference. The logfiles have an extra temperature field for this. Bumped to version 0.4.2. file | diff | annotate
Thu, 20 Aug 2015 15:58:32 +0200 Michiel Broek Graphs stepping should now work for archives and current fermenters. file | diff | annotate
Thu, 20 Aug 2015 14:32:56 +0200 Michiel Broek Graph lines logging can handle longer logfiles and has a safety limit. file | diff | annotate
Sat, 27 Jun 2015 14:24:39 +0200 Michiel Broek Only write configuration if something changed. file | diff | annotate
Sat, 27 Jun 2015 14:08:49 +0200 Michiel Broek Help screens for the commands are moved into the commands. file | diff | annotate
Tue, 02 Jun 2015 17:50:05 +0200 Michiel Broek Removed debug log message file | diff | annotate
Tue, 02 Jun 2015 17:13:13 +0200 Michiel Broek Fix for server crash file | diff | annotate
Sun, 17 May 2015 23:23:25 +0200 Michiel Broek Tuning PID code. Samll changes on the unit web page. file | diff | annotate
Sat, 16 May 2015 17:39:30 +0200 Michiel Broek Made the client-server protocol more robust. When a change to a unit is made using the web interface, the main process is stopped during the update. Splitted the PID in two PID's, one for heating and one for cooling. Adjusted the web edit scrreen for this, but there are still rough edges. Replaced the PID code, maybe this one works better for our purpose. The simulator air temperature changes on the simulator heater and cooler, but it is not realistic at all. This is a development version, do not use in production. The version is 0.3.0 file | diff | annotate
Thu, 02 Apr 2015 22:23:18 +0200 Michiel Broek Plot room temperature on the dashboard. file | diff | annotate
Thu, 02 Apr 2015 21:53:28 +0200 Michiel Broek Added room temperature to ARCHIVE LOG command output. file | diff | annotate
Thu, 26 Mar 2015 20:55:43 +0100 Michiel Broek Added device direction and value in devices maintenance screen file | diff | annotate
Thu, 26 Mar 2015 20:34:53 +0100 Michiel Broek Fixed Offset label in device editor. Added code to edit pin states for DS2408 and DS2413 1-wire devices. file | diff | annotate
Sun, 08 Mar 2015 17:26:54 +0100 Michiel Broek Added ARCHIVE LOG command file | diff | annotate
Sun, 08 Mar 2015 16:51:19 +0100 Michiel Broek Improved help screen file | diff | annotate
Sun, 08 Mar 2015 16:40:25 +0100 Michiel Broek Added ARCHIVE commands file | diff | annotate
Sat, 07 Mar 2015 13:36:45 +0100 Michiel Broek More device locks in the network server file | diff | annotate
Mon, 16 Feb 2015 20:41:09 +0100 Michiel Broek Code cleanup file | diff | annotate
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 23:09:00 +0100 Michiel Broek PID changes and algorithm tuning. 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, 17 Dec 2014 15:44:58 +0100 Michiel Broek Added PING/PONG command to the server. Bumped to version 0.2.7 file | diff | annotate
Sat, 29 Nov 2014 16:07:34 +0100 Michiel Broek The LIST LOG command now automatic adjusts the number of output lines and resolution by calculating a reasonable interval between 1 and 60 minutes. Bumped to version 0.2.6 file | diff | annotate
Sat, 15 Nov 2014 20:35:32 +0100 Michiel Broek Show heater/cooler usgae in percent on the web page. Bunped to version 0.2.5 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:29:46 +0200 Michiel Broek LIST LOG sends lines per 30 minutes instead of 10 minutes. file | diff | annotate
Wed, 03 Sep 2014 15:02:09 +0200 Michiel Broek Profile progress is visible in the web interface file | diff | annotate
Tue, 02 Sep 2014 16:37:43 +0200 Michiel Broek UNIT PUT command logging added. file | diff | annotate
Tue, 02 Sep 2014 15:32:00 +0200 Michiel Broek SIMULATOR PUT command logging added. file | diff | annotate
Tue, 02 Sep 2014 15:14:53 +0200 Michiel Broek PROFILE PUTS command logging added. file | diff | annotate
Tue, 02 Sep 2014 15:07:34 +0200 Michiel Broek PROFILE PUT command logging added. file | diff | annotate
Tue, 02 Sep 2014 15:02:33 +0200 Michiel Broek GLOBAL PUT command logging added. file | diff | annotate
Tue, 02 Sep 2014 14:10:37 +0200 Michiel Broek Profile progress logging now also shows the percentage done. The DEVICE PUT command logs all changed values. file | diff | annotate
Mon, 01 Sep 2014 15:43:13 +0200 Michiel Broek Added logging if profile state is changed via the web interface. Log profile progress each half hour in syslog. Profile resttime steps 0 hours is allowed, meaning resttime or steptime must be set for a valid step. Updated the helptext on the web page. file | diff | annotate
Sun, 31 Aug 2014 18:25:32 +0200 Michiel Broek Fixed unit edit heater/cooler delay values. Heater and Cooler start/stop now use a different algorithm. 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 14:45:03 +0200 Michiel Broek All web screens now show the program name and version file | diff | annotate
Tue, 26 Aug 2014 13:50:35 +0200 Michiel Broek All syslog logging only to LOG_NOTICE file | diff | annotate
Mon, 25 Aug 2014 20:47:30 +0200 Michiel Broek Better log output for web graphs. Webgraphs can now display heater and cooler usage. file | diff | annotate
(0) -100 -60 tip

mercurial