Thu, 09 May 2019 19:42:33 +0200 Michiel Broek Revoved old temperature sensors read errors workaround. file | diff | annotate
Thu, 09 May 2019 16:40:17 +0200 Michiel Broek Removed writing local unit data logs file | diff | annotate
Sun, 28 Apr 2019 19:59:43 +0200 Michiel Broek Final device thermometer error detection. file | diff | annotate
Sun, 28 Apr 2019 17:03:45 +0200 Michiel Broek Added sensor precision initialize. Changed PID logging. file | diff | annotate
Sun, 28 Apr 2019 16:27:54 +0200 Michiel Broek Experimental 12 bits resolution init file | diff | annotate
Sun, 28 Apr 2019 11:38:30 +0200 Michiel Broek Changed 1-wire DS18B20 sensor error check. file | diff | annotate
Sat, 27 Apr 2019 21:07:00 +0200 Michiel Broek More relaxed DHT11 readings file | diff | annotate
Sat, 27 Apr 2019 20:54:20 +0200 Michiel Broek Removed not working extra check file | diff | annotate
Sat, 27 Apr 2019 20:47:26 +0200 Michiel Broek Attempt to better check the temperature sensors and lower the cpu load. file | diff | annotate
Sat, 19 Jan 2019 20:31:50 +0100 Michiel Broek Fix for compiling with wiringPi file | diff | annotate
Mon, 14 Jan 2019 22:46:27 +0100 Michiel Broek Removed useless version marks from the xml configuration. Added DCMD profile configuration to install and delete profiles in a fermenter. Removed the old profiles configuration. Removed useless xml configuration error check because none has been triggered in five years, Removed several obsolete upgrade functions. Updated the web liveview. file | diff | annotate
Wed, 25 Jul 2018 20:08:13 +0200 Michiel Broek Updated simulator with more simulated devices. file | diff | annotate
Tue, 25 Jul 2017 21:08:26 +0200 Michiel Broek Changed 1-wire logic a little bit file | diff | annotate
Tue, 25 Jul 2017 17:39:42 +0200 Michiel Broek Debug CRC error messages file | diff | annotate
Mon, 08 May 2017 16:26:02 +0200 Michiel Broek New MQTT protocol file | diff | annotate
Mon, 22 Feb 2016 19:22:39 +0100 Michiel Broek Simulate sensors resolution. file | diff | annotate
Fri, 27 Nov 2015 22:00:23 +0100 Michiel Broek Stop devices thread if the program ends. file | diff | annotate
Mon, 05 Oct 2015 15:21:46 +0200 Michiel Broek Make sure that a DS2413 device used as input has the output latch turned off. file | diff | annotate
Tue, 15 Sep 2015 17:26:26 +0200 Michiel Broek Switched to new device read code. Removed the incomplete support for the DS2408 1-wire chip. file | diff | annotate
Tue, 15 Sep 2015 15:37:39 +0200 Michiel Broek Spelling correction. file | diff | annotate
Tue, 15 Sep 2015 14:50:35 +0200 Michiel Broek Fixed initialisation of new GPIO RS433 and DHT11 devices. file | diff | annotate
Tue, 15 Sep 2015 14:44:21 +0200 Michiel Broek Fixed initialisation of new GPIO devices. 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
Wed, 01 Apr 2015 22:54:27 +0200 Michiel Broek Fixed compile issue on non-Pi systems file | diff | annotate
Wed, 01 Apr 2015 22:10:59 +0200 Michiel Broek Fixed auto device update timer file | diff | annotate
Wed, 01 Apr 2015 15:56:04 +0200 Michiel Broek Changed Fan switch logic. file | diff | annotate
Wed, 01 Apr 2015 15:20:05 +0200 Michiel Broek Completed DS2413 device code and driver. 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
Thu, 26 Mar 2015 16:40:53 +0100 Michiel Broek Initialize offset to zero with new detected 1-wire devices. file | diff | annotate
Mon, 23 Mar 2015 20:34:47 +0100 Michiel Broek Added device read for the DS2413 dual channel PIO file | diff | annotate
Fri, 20 Mar 2015 22:49:22 +0100 Michiel Broek Possible part of DS2408 code added. file | diff | annotate
Fri, 20 Mar 2015 22:22:18 +0100 Michiel Broek Experimental idea file | diff | annotate
Fri, 20 Mar 2015 16:56:07 +0100 Michiel Broek Added support for all 1-wire temperature sensors that are in the Linux kernel source. file | diff | annotate
Thu, 19 Mar 2015 20:32:23 +0100 Michiel Broek More global device locking file | diff | annotate
Sat, 07 Mar 2015 13:36:45 +0100 Michiel Broek More device locks in the network server file | diff | annotate
Sat, 07 Mar 2015 12:08:00 +0100 Michiel Broek Update for newer boards file | diff | annotate
Sat, 07 Mar 2015 11:33:10 +0100 Michiel Broek Added extra lock 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
Fri, 15 Aug 2014 14:43:32 +0200 Michiel Broek Fixed conditionals on systems without wiringPi. file | diff | annotate
Thu, 14 Aug 2014 22:43:41 +0200 Michiel Broek Added thread locks for device processing file | diff | annotate
Thu, 14 Aug 2014 22:02:33 +0200 Michiel Broek Increase priority for the devices thread 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 19:17:32 +0200 Michiel Broek Make sure we don't read the DHT11 within 2 seconds. file | diff | annotate
Mon, 11 Aug 2014 11:09:23 +0200 Michiel Broek Do not use 100% cpu on a system without devices 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 20:01:17 +0200 Michiel Broek Code cleanup file | diff | annotate
Sun, 10 Aug 2014 17:25:50 +0200 Michiel Broek Added offset value for sensor that need it file | diff | annotate
Sat, 09 Aug 2014 23:13:56 +0200 Michiel Broek Added DHT11 sensor code file | diff | annotate
Sat, 09 Aug 2014 22:48:21 +0200 Michiel Broek Code added on the wrong machine file | diff | annotate
Tue, 05 Aug 2014 22:29:22 +0200 Michiel Broek Updated conditional defines and dependencies file | diff | annotate
Tue, 05 Aug 2014 21:33:06 +0200 Michiel Broek PID finetuning file | diff | annotate
Tue, 05 Aug 2014 11:57:05 +0200 Michiel Broek Fixed double commands to 433 MHz switches, they did not switch. file | diff | annotate
Mon, 04 Aug 2014 23:34:22 +0200 Michiel Broek Added PID implementation and 433 MHz radio control switches. Not reliable yet. 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:39:11 +0200 Michiel Broek Threads partly working via new devices interface file | diff | annotate
Thu, 31 Jul 2014 22:15:22 +0200 Michiel Broek LIST BUS now displays the new devices table. Adjusted the web screen 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
(0) tip

mercurial