Tue, 07 May 2024 14:11:31 +0200 Michiel Broek Save one devices loop when handling a 2413 device. default tip changeset | files
Mon, 06 May 2024 15:34:32 +0200 Michiel Broek Version 0.9.20a2. Renamed one-wire struct resolution to rd_cache and added wr_cache. The rd_cache and wr_cache values are used by the DS2413. Added these values to the grid so we can see them live. changeset | files
Sun, 05 May 2024 17:24:54 +0200 Michiel Broek Much faster shutdown of the websocket service. changeset | files
Sun, 05 May 2024 16:31:47 +0200 Michiel Broek Made devices loop a bit slower. changeset | files
Sun, 05 May 2024 15:49:03 +0200 Michiel Broek Version 0.9.20a1. Analyse threads cpu usage. One-wire added a resolution flag to prevent continuous resolution checks, now only for new sensors and replugged known sensors. Added two 40 sSec delays in the state machine. In the panel thread moved a few locks so these expensive calls are called only when needed. changeset | files
Sat, 04 May 2024 19:10:03 +0200 Michiel Broek Different gettid() test changeset | files
Sat, 04 May 2024 17:37:47 +0200 Michiel Broek Added test for gettid() changeset | files
Sat, 04 May 2024 15:43:37 +0200 Michiel Broek Version 0.9.19 changeset | files
Sat, 04 May 2024 15:18:02 +0200 Michiel Broek Log pid of each started thread so we can see which uses the most cpu time. changeset | files
Sat, 04 May 2024 13:49:36 +0200 Michiel Broek Fixed initial show instead of hide of the toggle switches. Block edit fermenter when the fermenter is in use. changeset | files
Fri, 03 May 2024 20:41:26 +0200 Michiel Broek In fermenter screen fix errors during page load. changeset | files
Fri, 03 May 2024 20:15:17 +0200 Michiel Broek Fixed updating PID parameters. Jqwidgets javascripts cleanup. changeset | files
Fri, 03 May 2024 16:58:40 +0200 Michiel Broek Removed some unused files changeset | files
Fri, 03 May 2024 16:53:00 +0200 Michiel Broek Last changes to fermenter.js (maybe). Simulator custom labels for the door switch. Some extra columns in the simulators grid. changeset | files
Fri, 03 May 2024 15:12:25 +0200 Michiel Broek Some javascript fixes and cleanup changeset | files
Fri, 03 May 2024 14:14:01 +0200 Michiel Broek Add new fermenter adds dummy yeast temperatures. Periodic thermferm unit logging adds the unit alias name. Added Green LED hide color. Moved getglobal.php to dbglobal.php. Adjusted several record types in global and fermenter javascript records so there is less guesswork. Only display control leds and switches for defined equipment. changeset | files
Thu, 02 May 2024 15:49:16 +0200 Michiel Broek Version 0.9.19b3. The simulator thread can be paused to be able to add and delete simulators. Added simulated door and PSU status. Devices can now fully use multiple simulators. Better rounding of simulated temperature values. The server SIMULATOR DEL and ADD commands pause the simulator when the linked list is manipulated. Fixed SIGSEGV when a simulator is added. Added socket SO_REUSEADDR again to the server socket. changeset | files
Wed, 01 May 2024 14:38:37 +0200 Michiel Broek Added device_present() function to easy update device present from one-wire and simulator devices. When a simulator temperature sensor present is changed, the device table is changed too. Controlling simulator relays is now for each simulator. The simulator runs under the state machine. If something changed in the running simulator, all data is broadcasted over websocket. Completed the web editor. changeset | files
Tue, 30 Apr 2024 17:26:41 +0200 Michiel Broek Version 0.9.19b2. Simulator redesign and it is now possible to run more then one simulator. All simulated devices have address names that include the simulator number. Added the setup screen for the most part. Not compatible with previous versions if a simulator was used, delete all simulators and simulated devices during stop and start. changeset | files
Sun, 28 Apr 2024 15:50:42 +0200 Michiel Broek It was impossible to remove devices from fermenters. Added beer_address2 device to the simulator. changeset | files
Sun, 28 Apr 2024 14:25:26 +0200 Michiel Broek Log marking device missing if a onewire devices goes away. Fixes in fermenters display. Added Present and Inuse columns in devices list. changeset | files
Thu, 25 Apr 2024 16:44:54 +0200 Michiel Broek Version 0.9.19b1. Less noisy logging. changeset | files
Thu, 25 Apr 2024 15:10:37 +0200 Michiel Broek Moved webcam scripts over to this www directory. Upgraded jquery to 2.1.1 (still old). changeset | files
Thu, 25 Apr 2024 14:52:50 +0200 Michiel Broek Removed old webpages from the repository changeset | files
Thu, 25 Apr 2024 14:26:47 +0200 Michiel Broek Version 0.9.19a6. Fixes after a short trial on the production controller. Fixed json for alternate beer termperature sensor. Fixed division by 1000 for the room temperature and humidity values. The dropdown list for devices shows the address instead of description in the list. changeset | files
Wed, 24 Apr 2024 21:58:27 +0200 Michiel Broek Version 0.9.19a5 changeset | files
Wed, 24 Apr 2024 21:36:49 +0200 Michiel Broek Possible fix for large sockets messages. changeset | files
Wed, 24 Apr 2024 20:44:56 +0200 Michiel Broek Version 0.9.19a4 changeset | files
Wed, 24 Apr 2024 20:36:06 +0200 Michiel Broek Finished save fermenter uit edit. changeset | files
Wed, 24 Apr 2024 16:46:45 +0200 Michiel Broek Fermenter editor layout is ready. Load record done. Add and Delete a new fermenter is done. changeset | files
Wed, 24 Apr 2024 11:04:00 +0200 Michiel Broek Drop fermenter volume setting. changeset | files
Tue, 23 Apr 2024 20:45:29 +0200 Michiel Broek Device Save implemented. changeset | files
Tue, 23 Apr 2024 19:50:05 +0200 Michiel Broek Added device delete changeset | files
Tue, 23 Apr 2024 16:52:13 +0200 Michiel Broek Added Add new device. changeset | files
Tue, 23 Apr 2024 13:06:33 +0200 Michiel Broek Finished global setup including Save. changeset | files
Mon, 22 Apr 2024 20:58:55 +0200 Michiel Broek The global settings screen added. No Save function yet. changeset | files
Mon, 22 Apr 2024 15:12:27 +0200 Michiel Broek Added web page to display the one-wire bus live status. changeset | files
Mon, 22 Apr 2024 13:50:23 +0200 Michiel Broek Final 0.9.19a3 change. changeset | files
Mon, 22 Apr 2024 13:40:21 +0200 Michiel Broek Version 0.9.19a3. Fixed segfault in onewire temperature measurement. Fixed json error in onewire device. changeset | files
Mon, 22 Apr 2024 11:33:04 +0200 Michiel Broek Version 0.9.19a2. Dropped TEMPSTATE[] and only use DEVPRESENT[] to mark devices state. Adjusted webpages for this switch in responses. Adjusted MySQL mon_fermenters enum values too. Rename some global Config records to better reflect their real use.Added one-wire json records and websocket. Announce when some onewire device changes. Add UNITS JSON command without parameter. Dropped global tempFormat setting that was never used. changeset | files
Sat, 20 Apr 2024 11:48:20 +0200 Michiel Broek Fixed two compiler warnings on arm platform changeset | files
Sat, 20 Apr 2024 11:34:00 +0200 Michiel Broek Version 0.9.19a1 changeset | files
Sat, 20 Apr 2024 10:53:18 +0200 Michiel Broek Better handling of a removed DS18B20 temperature sensor. changeset | files
Fri, 19 Apr 2024 20:56:55 +0200 Michiel Broek Create global_json() for all and expanded the data to the complete setup. Added design for the global setup. changeset | files
Fri, 19 Apr 2024 14:11:19 +0200 Michiel Broek More copyright references. changeset | files
Fri, 19 Apr 2024 11:31:46 +0200 Michiel Broek Devices edit popup layout ready. changeset | files
Thu, 18 Apr 2024 17:17:22 +0200 Michiel Broek More work for devices list and editor. changeset | files
Thu, 18 Apr 2024 14:20:19 +0200 Michiel Broek Devices list grid added. changeset | files
Wed, 17 Apr 2024 19:54:56 +0200 Michiel Broek Updated dependencies. Devices json data is created in de devices source for all places where it is needed. Added devices_ws function to broadcast all devices, to be used when any device is changed. The devices loop detects changes in input values and calls devices_ws if so. The server uses the general devices json data. changeset | files
Wed, 17 Apr 2024 15:03:01 +0200 Michiel Broek Fixed fermenter switches in NONE mode. Som other small bugfixes. changeset | files
Wed, 17 Apr 2024 13:18:22 +0200 Michiel Broek Websocket ping/pong uses sequence numbers. changeset | files
Tue, 16 Apr 2024 16:20:34 +0200 Michiel Broek Minor details for server DEVICE commands. Added getdevice<s> php scripts. changeset | files
Tue, 16 Apr 2024 16:03:47 +0200 Michiel Broek Increased server buffersize from 1024 to 4096. Added DEVICE JSON <uuid> command. Added websocket response fermenter profile. The fermenter monitor screen is ready (maybe). changeset | files
Mon, 15 Apr 2024 17:06:15 +0200 Michiel Broek Added getglobal.php script changeset | files
Mon, 15 Apr 2024 17:04:57 +0200 Michiel Broek Better websocket broadcast messages. Added GLOBAL JSON command to the server. Better logic to trigger websocket and mqtt data updates for the fermenter units. Websocket receive added fermenter mode, stage, setpoints, switches. Added more css styles for the fermenter screen. Added the fermenter screen php and javascript. changeset | files
Sun, 14 Apr 2024 14:41:38 +0200 Michiel Broek Server json unit data list added changeset | files
Sun, 14 Apr 2024 12:46:02 +0200 Michiel Broek Add stylesheet, about page. Add menu for fermenters. Add websocket port setup to the config server. changeset | files
Sat, 13 Apr 2024 16:50:26 +0200 Michiel Broek Added websockets to thermferm. Started new www directory for websocket enabled web. The init script now waits until thermferm is completely stopped. changeset | files
Thu, 11 Apr 2024 15:58:49 +0200 Michiel Broek Code cleanup changeset | files
Thu, 11 Apr 2024 15:01:46 +0200 Michiel Broek Version 0.9.18 changeset | files
Thu, 11 Apr 2024 14:57:32 +0200 Michiel Broek Only log temperature error once. Only log temperature Ok again once. Do not log changed temperature. changeset | files
Thu, 11 Apr 2024 13:18:20 +0200 Michiel Broek Finished one-wire ds2413 output changeset | files
Thu, 11 Apr 2024 11:19:04 +0200 Michiel Broek Stop logging ghost one-wire devices. changeset | files
Mon, 08 Apr 2024 13:16:42 +0200 Michiel Broek Reboot from the panel is now restart application. The restart is working again, also via bmsapp. changeset | files
Mon, 08 Apr 2024 11:23:45 +0200 Michiel Broek Upgraded MIGRATION document. changeset | files
Mon, 08 Apr 2024 10:57:12 +0200 Michiel Broek Removed lcd-buffer create logmessage. Combined Keys and Delay states. changeset | files
Sun, 07 Apr 2024 20:26:37 +0200 Michiel Broek Added commandline switch --foreground, the --debug now only activates extra debug logging. No more console output. The thermferm process uses a state table, this makes the code more readable and have less large functions. changeset | files
Sun, 07 Apr 2024 16:05:06 +0200 Michiel Broek Fermentation processing in it's own function. changeset | files
Sun, 07 Apr 2024 11:25:00 +0200 Michiel Broek Version 0.9.17a3. Prepare for thermferm state tables. changeset | files
Sat, 06 Apr 2024 17:21:29 +0200 Michiel Broek Updated MIGRATION document. changeset | files
Fri, 05 Apr 2024 20:10:26 +0200 Michiel Broek One-wire tread more relaxed logging. changeset | files
Fri, 05 Apr 2024 19:30:41 +0200 Michiel Broek Version 0.9.17a2. Disabled a lot of mutex locks, some are blocking and need to be fixed. This version seems to be working, more or less. changeset | files
Fri, 05 Apr 2024 16:19:39 +0200 Michiel Broek Version 0.9.17a1. Revised starting and stopping the threads. Fixed stopping the command server thread. Moved one-wire tempeature sensors resolution correction to the one-wire thread. The devices thread fetches temperatures from the one-wire thread. The one-wire thread does everything for the temperature sensors. The command server uses private sockets. Still, only one session at the same time is handled. changeset | files
Wed, 03 Apr 2024 19:33:38 +0200 Michiel Broek Added state to scan vanished one-wire devices. Update devices if a one-wire device returns on the bus. changeset | files
Wed, 03 Apr 2024 16:53:22 +0200 Michiel Broek Fix for compile with wiringPi changeset | files
Wed, 03 Apr 2024 16:21:46 +0200 Michiel Broek Read ds2413 moved to one-wire thread. Only reprogram if it is an input and programmed as output. changeset | files
Wed, 03 Apr 2024 12:14:45 +0200 Michiel Broek One-wire thread is now the first to start. The devices_detect() function now uses the detected one-wire linked list instead of scan the sysfs. Base code for ds2413 added in the state table, needs rework. changeset | files
Tue, 02 Apr 2024 15:29:16 +0200 Michiel Broek State machine logging only when debug is active. changeset | files
Tue, 02 Apr 2024 15:03:12 +0200 Michiel Broek Added one-wire thread and some old state table macro's. The state machine first state scans new one-wire devices and stores them in a linked list. changeset | files
Wed, 27 Mar 2024 18:59:39 +0100 Michiel Broek Version 0.9.17 changeset | files
Wed, 27 Mar 2024 17:19:46 +0100 Michiel Broek Moved all delay functions into a new general file. changeset | files
Wed, 27 Mar 2024 15:49:31 +0100 Michiel Broek Log compile options on startup. changeset | files
Mon, 25 Mar 2024 17:14:56 +0100 Michiel Broek Brought the retry attempts to read the DHT11 sensors to the main devices loop. The actual read function is now very simple. Called every 30 seconds when all is well, or 2 seconds if something is wrong. changeset | files
Mon, 25 Mar 2024 11:44:45 +0100 Michiel Broek Version 0.9.16. Final changes DHT11 reading via sysfs. changeset | files
Sun, 24 Mar 2024 17:12:23 +0100 Michiel Broek Better detection of the DHT11 sensors. Read DHT11 with errors detection and reapeated tries. changeset | files
Sat, 23 Mar 2024 20:28:17 +0100 Michiel Broek Work to move dht userspace code to kernel module. changeset | files
Sat, 23 Mar 2024 16:01:24 +0100 Michiel Broek Running threads and locking doesn't depend on wiringPi anymore. changeset | files
Sat, 23 Mar 2024 12:18:14 +0100 Michiel Broek All thread locks from wiringPi to standard pthreads. changeset | files
Sat, 23 Mar 2024 09:31:01 +0100 Michiel Broek Added MIGRATION document. Trying to drop usleep() call to replace by nanosleep(). Some code cleanup. changeset | files
Fri, 22 Mar 2024 11:48:35 +0100 Michiel Broek Updates for DHT11 reading changeset | files
Sat, 16 Mar 2024 11:54:46 +0100 Michiel Broek Impoved SDL configure checks changeset | files
Sat, 16 Mar 2024 11:09:43 +0100 Michiel Broek Version 0.9.15 changeset | files
Sat, 16 Mar 2024 11:08:27 +0100 Michiel Broek Renamed initscript changeset | files
Sat, 16 Mar 2024 11:06:16 +0100 Michiel Broek Init system for Slackware only changeset | files
Sat, 16 Mar 2024 10:51:41 +0100 Michiel Broek Final rebuild brewpanel to SDL2 changeset | files
Fri, 15 Mar 2024 20:57:49 +0100 Michiel Broek Add --enable-wiringpi to configure script to allow to disable wiringpi even when it is installed. Use SDL2 instead of partly old SDL. changeset | files
Thu, 14 Mar 2024 19:37:53 +0100 Michiel Broek Create installation directories changeset | files
Thu, 14 Mar 2024 19:32:37 +0100 Michiel Broek Create installation directories changeset | files
Thu, 14 Mar 2024 17:10:14 +0100 Michiel Broek Version 0.9.14 changeset | files
Thu, 14 Mar 2024 17:07:09 +0100 Michiel Broek Add DESTDIR installation target. Some kicad update again. Moved init script to /etc/rc.d changeset | files
Sat, 25 Feb 2023 10:53:42 +0100 Michiel Broek Version 0.9.13. Close socket after use, fixes too much files open. changeset | files
Mon, 13 Feb 2023 16:39:03 +0100 Michiel Broek Version 0.9.12 changeset | files
Mon, 13 Feb 2023 16:30:58 +0100 Michiel Broek Final changes for current wifi parameters. changeset | files
Mon, 13 Feb 2023 15:22:43 +0100 Chiel Broek Updates for cabled networks changeset | files
Mon, 13 Feb 2023 15:11:20 +0100 Michiel Broek Design wifi parameter reporting changeset | files
Sat, 01 Oct 2022 16:16:36 +0200 Michiel Broek Upgraded drawing to kicad 6.0.8 changeset | files
Mon, 26 Sep 2022 21:30:17 +0200 Michiel Broek Upgraded kicad to version 6 changeset | files
Tue, 09 Aug 2022 15:08:17 +0200 Michiel Broek Final changes in the css. changeset | files
Tue, 09 Aug 2022 14:53:57 +0200 Michiel Broek Updated css for webcam-ng changeset | files
Tue, 09 Aug 2022 13:53:52 +0200 Michiel Broek Added favicon.ico changeset | files
Mon, 08 Aug 2022 19:39:37 +0200 Michiel Broek Merged again changeset | files
Mon, 08 Aug 2022 11:51:59 +0200 Michiel Broek Improved conditional styling changeset | files
Mon, 08 Aug 2022 11:49:57 +0200 Michiel Broek Improved conditional styling changeset | files
Mon, 08 Aug 2022 19:37:49 +0200 Michiel Broek Merged changeset | files
Mon, 08 Aug 2022 17:04:15 +0200 Michiel Broek Added nextgen webcam scripts. changeset | files
Mon, 08 Aug 2022 10:54:27 +0200 Michiel Broek Upgraded jqwidgets changeset | files
Sun, 10 Jul 2022 16:58:40 +0200 Michiel Broek Always send network information, our IP may be changed. changeset | files
Sun, 10 Jul 2022 15:03:26 +0200 Michiel Broek Fixed init problems. changeset | files
Sun, 10 Jul 2022 14:33:13 +0200 Michiel Broek Version 0.9.11. Removed lcd debug message after 7 years. Added setup for alternative beer sensor. If the main sensor is gone, the alternative will be used. changeset | files
Fri, 28 May 2021 14:25:56 +0200 Michiel Broek Added kicad drawings changeset | files
Thu, 13 May 2021 13:49:04 +0200 Michiel Broek Make sure the hostname doesn't contain the domain name. Added Slackare init and setup scripts. changeset | files
Wed, 12 May 2021 21:17:59 +0200 Michiel Broek Improved logging if wiringpi failed. changeset | files
Sun, 27 Sep 2020 17:08:27 +0200 Michiel Broek Implemented MQTT user/password auth. changeset | files
Sat, 12 Sep 2020 16:50:35 +0200 Michiel Broek Version 0.9.10. changeset | files
Sat, 12 Sep 2020 15:23:49 +0200 Michiel Broek Changed pub_domoticz mqtt publishing. changeset | files
Sat, 27 Jun 2020 19:28:10 +0200 Michiel Broek Better logging for locking the daemon and fixed stale lock recovery. changeset | files
Mon, 18 May 2020 11:03:40 +0200 Michiel Broek Version 0.9.9 Don't flag fermenter death if the unit is turned off. Fix a wrong log message. Send unit data even if the unit is turned off. changeset | files
Sat, 25 Apr 2020 20:31:31 +0200 Michiel Broek Version 0.9.8. Added extra path to the fonts for Debian buster. Changed the PID to work on Proportional on Measurement. Added loops so that it looks like the PID is running at 100 mSec intervals. changeset | files
Mon, 04 Nov 2019 13:19:27 +0100 Michiel Broek Version 0.9.7. Increased the maximum fermentation temperature to 45 degrees to allow Kveik fermentations. changeset | files
Sun, 07 Jul 2019 14:31:10 +0200 Michiel Broek Merged fix from default stable changeset | files
Sun, 07 Jul 2019 14:28:37 +0200 Chiel Broek Fix for non Pi hardware and virtual Pi's. changeset | files
Sun, 07 Jul 2019 13:55:03 +0200 Michiel Broek Merged with default stable changeset | files
Sun, 07 Jul 2019 13:54:24 +0200 Michiel Broek Version 0.9.6 changeset | files
Sun, 07 Jul 2019 13:04:16 +0200 Michiel Broek Fix one byte too large buffer copy changeset | files
Sun, 07 Jul 2019 12:58:06 +0200 Michiel Broek Added wiringPi hardware detection code. changeset | files
Thu, 09 May 2019 19:50:26 +0200 Michiel Broek Less debug messages on stdout changeset | files
Thu, 09 May 2019 19:42:33 +0200 Michiel Broek Revoved old temperature sensors read errors workaround. changeset | files
Thu, 09 May 2019 17:20:58 +0200 Michiel Broek Removed simulator debug support changeset | files
Thu, 09 May 2019 17:16:49 +0200 Michiel Broek Code cleanup and removed a debug message changeset | files
Thu, 09 May 2019 17:10:54 +0200 Michiel Broek Removed Graph button from the status screen. changeset | files
Thu, 09 May 2019 17:01:56 +0200 Michiel Broek Removed ARCHIVER commands and web pages. changeset | files
Thu, 09 May 2019 16:40:17 +0200 Michiel Broek Removed writing local unit data logs changeset | files
Thu, 09 May 2019 15:17:30 +0200 Michiel Broek Created stable branch stable changeset | files
Sun, 28 Apr 2019 19:59:43 +0200 Michiel Broek Final device thermometer error detection. changeset | files
Sun, 28 Apr 2019 17:03:45 +0200 Michiel Broek Added sensor precision initialize. Changed PID logging. changeset | files
Sun, 28 Apr 2019 16:27:54 +0200 Michiel Broek Experimental 12 bits resolution init changeset | files
Sun, 28 Apr 2019 11:38:30 +0200 Michiel Broek Changed 1-wire DS18B20 sensor error check. changeset | files
Sat, 27 Apr 2019 21:07:00 +0200 Michiel Broek More relaxed DHT11 readings changeset | files
Sat, 27 Apr 2019 20:54:20 +0200 Michiel Broek Removed not working extra check changeset | files
Sat, 27 Apr 2019 20:47:26 +0200 Michiel Broek Attempt to better check the temperature sensors and lower the cpu load. changeset | files
Sat, 27 Apr 2019 15:36:16 +0200 Chiel Broek Version 0.9.5, interior lights are now only controlled by the open door or a 5 minutes timer. The timer is started via an MQTT command. The BMS web application sends this command just before a webcam page is requested. changeset | files
Sun, 31 Mar 2019 13:57:25 +0200 Michiel Broek Added webcam files. changeset | files
Wed, 27 Feb 2019 22:21:20 +0100 Michiel Broek Version 0.9.4 Handle yeast temperature limits per fermenter. changeset | files
Wed, 27 Feb 2019 17:38:06 +0100 Michiel Broek Concept for yeast limits settings. changeset | files
Thu, 07 Feb 2019 14:59:47 +0100 Michiel Broek Version 0.9.3. Splitted the temperature low and high settings in fridge and beer mode. changeset | files
Mon, 21 Jan 2019 17:11:50 +0100 Michiel Broek DLOG messages are no longer retained. changeset | files
Sun, 20 Jan 2019 14:08:43 +0100 Michiel Broek Events are in the flat file log too changeset | files
Sun, 20 Jan 2019 13:34:09 +0100 Michiel Broek Version 0.9.2 DLOG messages every minute unless a unit is off. More event messages added. The target temperatur is now taken from the PIDs. changeset | files
Sat, 19 Jan 2019 22:07:42 +0100 Michiel Broek Removed some debug code changeset | files
Sat, 19 Jan 2019 20:31:50 +0100 Michiel Broek Fix for compiling with wiringPi changeset | files
Sat, 19 Jan 2019 20:12:56 +0100 Michiel Broek Send MQTT messages with temperature values also when the fermenter is off. changeset | files
Sat, 19 Jan 2019 11:38:09 +0100 Michiel Broek Version 0.9.1. Added fermentation profiles via MQTT. Added uuid field for loaded product. Removed some debug messages in the simulator. Removed dead code and debug messages from the lcd driver. changeset | files
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. changeset | files
Thu, 10 Jan 2019 16:33:42 +0100 Michiel Broek Version 0.9.0. Implemented DCMD via mqtt to set stage, mode, setpoint low and high. Implemeted DCMD via mqtt to set heater, cooler, fan and light state. Implemented DCMD via mqtt to set product code and name. Set the PID's in fridge mode without idle range offset, that was an old leftover setting that was obsolete. changeset | files
Mon, 07 Jan 2019 13:23:17 +0100 Michiel Broek Switched export server to https changeset | files
Fri, 24 Aug 2018 15:43:32 +0200 Michiel Broek Versie 0.8.9 changeset | files
Fri, 24 Aug 2018 14:14:31 +0200 Michiel Broek Added Carbonation stage. changeset | files
Mon, 06 Aug 2018 17:04:57 +0200 Michiel Broek Fix not generating a valid system uuid changeset | files
Sat, 04 Aug 2018 16:29:12 +0200 Michiel Broek Versie 0.8.8 Fermentation stage implemented in units. changeset | files
Fri, 03 Aug 2018 21:58:30 +0200 Michiel Broek On Raspberry with WiringPi better hardware info is sent with NBIRTH changeset | files
Fri, 03 Aug 2018 16:56:55 +0200 Chiel Broek Fix for deprecated warnings changeset | files
Fri, 03 Aug 2018 16:13:17 +0200 Michiel Broek Versie 0.8.7. Fixed a lot of memory leaks with the aid of valgrind. changeset | files
Thu, 02 Aug 2018 13:39:30 +0200 Chiel Broek Forced mosquitto before thermferm changeset | files
Thu, 02 Aug 2018 13:19:38 +0200 Chiel Broek Improved Debian installation changeset | files
Thu, 02 Aug 2018 13:12:50 +0200 Michiel Broek Update init script and installation changeset | files
Thu, 02 Aug 2018 12:20:06 +0200 Michiel Broek Versie 0.8.6 De mosquitto library is geen optie meer maar verplicht. changeset | files
Wed, 01 Aug 2018 22:27:58 +0200 Michiel Broek Fixed compile for LCD display changeset | files
Tue, 31 Jul 2018 23:04:35 +0200 Michiel Broek Add fermenter uuid to the DLOG message changeset | files
Tue, 31 Jul 2018 16:42:11 +0200 Michiel Broek Versie 0.8.5. Implementatie product code en product naam. Implementatie DLOG MQTT berichten. Verminderde server rotocol debug berichten. changeset | files
Wed, 25 Jul 2018 20:08:13 +0200 Michiel Broek Updated simulator with more simulated devices. changeset | files
Wed, 25 Jul 2018 14:18:39 +0200 Chiel Broek Add INSTALL file. Less simulator logging. changeset | files
Wed, 25 Jul 2018 12:24:17 +0200 Michiel Broek Versie 0.8.4. Init script toegevoegd inclusief make install. changeset | files
Mon, 23 Jul 2018 14:41:21 +0200 Michiel Broek Versie 0.8.3. Enkele debug console berichten verwijderd. De MQTT NCMD reboot en rebirth commando's geimplementeerd. changeset | files
Sat, 21 Jul 2018 20:40:02 +0200 Michiel Broek Versie 0.8.2. Node NBIRTH payload heeft nu netwerk informatie. changeset | files
Fri, 20 Jul 2018 21:37:45 +0200 Michiel Broek Versie 0.8.1. Geen DDATA als fermenter uit staat. Profile JSON formaat is nu werkend. changeset | files
Thu, 19 Jul 2018 14:08:32 +0200 Michiel Broek Versie 0.8.0. Fixed eerste DBIRTH fout geinitialiseerde waardes. changeset | files
Thu, 19 Jul 2018 12:55:40 +0200 Michiel Broek Changed alarm message and mqtt message order changeset | files
Thu, 19 Jul 2018 12:47:52 +0200 Michiel Broek Fixed compiling whithout mqtt support. changeset | files
Wed, 18 Jul 2018 13:26:37 +0200 Michiel Broek Versie 0.6.8. Code cleanup. Publish NDATA MQTT bericht iedere 5 minuten of als er een THB wijziging is. changeset | files
Tue, 17 Jul 2018 19:56:58 +0200 Michiel Broek Removed NBIRTH/NDATA nodecontrol message. changeset | files
Tue, 17 Jul 2018 11:50:25 +0200 Michiel Broek Code cleanup changeset | files
Mon, 16 Jul 2018 21:56:24 +0200 Michiel Broek Fixed spelling error changeset | files
Mon, 16 Jul 2018 17:23:22 +0200 Michiel Broek Versie 0.6.7. Globale uuid toegevoegd voor de NBIRTH payload. changeset | files
Mon, 16 Jul 2018 11:41:46 +0200 Michiel Broek Changed opacity of heater and cooler lines changeset | files
Sun, 15 Jul 2018 14:39:07 +0200 Michiel Broek Versie 0.6.6. Subprojecten mash, rc433 en dht11 verwijderd. changeset | files
Sun, 15 Jul 2018 14:08:19 +0200 Michiel Broek Style fixes for the log chart. Removed png export button that doesn't work anymore. changeset | files
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. changeset | files
Sat, 14 Jul 2018 21:36:08 +0200 Michiel Broek Een kleine correctie changeset | files
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. changeset | files
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. changeset | files
Fri, 18 Aug 2017 17:45:14 +0200 Michiel Broek Lights always on changeset | files
Thu, 10 Aug 2017 20:32:50 +0200 Michiel Broek Fan off during cooling changeset | files
Thu, 10 Aug 2017 16:27:54 +0200 Michiel Broek Serious alarms are above 255 changeset | files
Fri, 28 Jul 2017 13:28:11 +0200 Michiel Broek Added alarm LED changeset | files
Tue, 25 Jul 2017 21:08:26 +0200 Michiel Broek Changed 1-wire logic a little bit changeset | files
Tue, 25 Jul 2017 17:39:42 +0200 Michiel Broek Debug CRC error messages changeset | files
Tue, 25 Jul 2017 13:16:49 +0200 Michiel Broek Chiller alarm and cutoff now against the air temperature. changeset | files
Tue, 25 Jul 2017 11:43:35 +0200 Michiel Broek Added unit alarm flag changeset | files
Mon, 24 Jul 2017 22:55:28 +0200 Michiel Broek Changed extreme PID control from 5to 8 degrees. changeset | files
Sun, 23 Jul 2017 12:12:58 +0200 Michiel Broek Thermometers styling changeset | files
Sat, 22 Jul 2017 23:34:50 +0200 Michiel Broek Liveview completed the chiller thermometer. changeset | files
Sat, 22 Jul 2017 23:04:44 +0200 Michiel Broek Design live view page changeset | files
Thu, 06 Jul 2017 22:31:01 +0200 Michiel Broek Fix storing beer_idx value changeset | files
Mon, 26 Jun 2017 19:27:21 +0200 Michiel Broek Version 0.6.2 released. changeset | files
Mon, 26 Jun 2017 19:21:07 +0200 Michiel Broek Added chiller configuration items changeset | files
Mon, 26 Jun 2017 13:58:11 +0200 Michiel Broek Changed livescreen, now displays thermometers. The chart is loaded on request. This speeds up loading the application. changeset | files
Sun, 25 Jun 2017 13:02:06 +0200 Michiel Broek Don't continuous send data to domoticz changeset | files
Sat, 10 Jun 2017 23:43:56 +0200 Michiel Broek Only send domoticz changed values changeset | files
Sat, 10 Jun 2017 13:00:14 +0200 Michiel Broek Changed state messages to domoticz changeset | files
Wed, 07 Jun 2017 23:06:47 +0200 Michiel Broek Version 0.6.1 added support for domoticz mqtt sensors. changeset | files
Wed, 31 May 2017 16:29:52 +0200 Michiel Broek Small web page changes changeset | files
Sun, 28 May 2017 14:19:57 +0200 Michiel Broek Upgraded jqwidgets to version 4.5.2 changeset | files
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. changeset | files
Mon, 08 May 2017 20:54:51 +0200 Michiel Broek Turn off MQTT debug changeset | files
Mon, 08 May 2017 17:03:25 +0200 Michiel Broek Add Raspberry support in MQTT init message changeset | files
Mon, 08 May 2017 16:32:43 +0200 Michiel Broek Extra shutdown delay changeset | files
Mon, 08 May 2017 16:26:02 +0200 Michiel Broek New MQTT protocol changeset | files
Sat, 29 Apr 2017 17:47:00 +0200 Michiel Broek Small fix changeset | files
Sat, 29 Apr 2017 17:07:36 +0200 Michiel Broek Added some MQTT publish clear functions. Version 0.5.8 changeset | files
Thu, 12 May 2016 21:43:07 +0200 Michiel Broek Better door and 12 volt detection and logging changeset | files
Wed, 11 May 2016 14:47:27 +0200 Michiel Broek Fixed some MQTT messages. Added more profile MQTT messages. Version 0.5.7 changeset | files
Mon, 09 May 2016 21:37:25 +0200 Michiel Broek Bumped to version 0.5.6 changeset | files
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. changeset | files
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 changeset | files
Sat, 30 Apr 2016 21:25:10 +0200 Michiel Broek Fixed empty setpoint values changeset | files
Sat, 30 Apr 2016 21:06:20 +0200 Michiel Broek Compiles mosquitto code if library is found on the system. Bumped to version 0.5.4 changeset | files
Sat, 26 Mar 2016 14:43:31 +0100 Michiel Broek The FAN always runs if the unit is active. Bumped tp version 0.5.3 changeset | files
Thu, 17 Mar 2016 23:28:29 +0100 Michiel Broek Code cleanup. changeset | files
Thu, 17 Mar 2016 17:25:02 +0100 Michiel Broek Fix Deadlok problem when there is only a heater or a cooler. changeset | files
Thu, 17 Mar 2016 17:10:41 +0100 Michiel Broek Fixed server log when changed PID parameters from the web interface. changeset | files
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%. changeset | files
Sat, 05 Mar 2016 12:50:23 +0100 Michiel Broek Switched PID to BOO mode for all modes. changeset | files
Fri, 26 Feb 2016 15:14:00 +0100 Michiel Broek Remove temporary marker. changeset | files
Fri, 26 Feb 2016 13:38:44 +0100 Michiel Broek Swapped heat/cool symbols. changeset | files
Thu, 25 Feb 2016 23:24:50 +0100 Michiel Broek Small brewpanel display error fix, did not affect real hardware. changeset | files
Thu, 25 Feb 2016 23:14:46 +0100 Michiel Broek Bumped to version 0.5.2 and removed the brewco subdirectory because that has been implemented as Arduino project. changeset | files
Thu, 25 Feb 2016 22:42:54 +0100 Michiel Broek Compacted LCD display for units, allways 4 instead of 4 to 6 lines. But it's a bit more cryptic. We could write a short manual. changeset | files
Thu, 25 Feb 2016 20:26:40 +0100 Michiel Broek Fixed compiler warning changeset | files
Thu, 25 Feb 2016 20:12:27 +0100 Michiel Broek Use user defined characters for the LCD display just like in Arduino projects. changeset | files
Mon, 22 Feb 2016 19:24:49 +0100 Michiel Broek Merge changeset | files
Mon, 22 Feb 2016 19:22:39 +0100 Michiel Broek Simulate sensors resolution. changeset | files
Thu, 31 Dec 2015 21:03:52 +0100 Michiel Broek Less PID debug logging. changeset | files
Thu, 31 Dec 2015 20:52:28 +0100 Michiel Broek Fixed compiling on real Pi's changeset | files
Sun, 27 Dec 2015 20:52:52 +0100 Michiel Broek Bild target temperature 0.1 degree higher. Removed debug log from the simulator changeset | files
Sun, 27 Dec 2015 20:21:06 +0100 Michiel Broek The simulator now simulates the heater power in Watts. Changed Mash Remove? prompt. changeset | files
Sun, 27 Dec 2015 17:52:26 +0100 Michiel Broek Renamed Mash-in step to Prepare on the display. Don't run the pump when the mash is added. When preparing the mash, first heat the HLT, and then the MLT so that both have the chance to reach their target temperatures. changeset | files
Sun, 27 Dec 2015 17:18:58 +0100 Michiel Broek Moved mash added question to after mash rest mash-in step. changeset | files
Sun, 27 Dec 2015 16:09:44 +0100 Michiel Broek Updated several prompts. Added pump prime. Added first part of a test plan. changeset | files
Sat, 26 Dec 2015 23:35:42 +0100 Michiel Broek Improved steps logging. Some small fixes in the brew automation. changeset | files
Sat, 26 Dec 2015 21:45:44 +0100 Michiel Broek The brew state machine is complete, works but is not bugfree changeset | files
Tue, 22 Dec 2015 21:07:14 +0100 Michiel Broek Added initial part of the brew automation. changeset | files
Tue, 22 Dec 2015 15:59:26 +0100 Michiel Broek Manual mode now uses the PID's. The display shows heating percentage and the setpoints alternated very 2 seconds. changeset | files
Mon, 21 Dec 2015 22:53:29 +0100 Michiel Broek Revised brew steps again changeset | files
Mon, 21 Dec 2015 22:36:30 +0100 Michiel Broek Revised brew steps changeset | files
Mon, 21 Dec 2015 21:21:16 +0100 Michiel Broek Removed LCD auto dim mode, the display is allways on if this program runs. changeset | files
Mon, 21 Dec 2015 21:09:36 +0100 Michiel Broek Finished manual mode. changeset | files
Sun, 20 Dec 2015 23:26:03 +0100 Michiel Broek Manual mode works with heat percentages. changeset | files
Sun, 20 Dec 2015 20:52:37 +0100 Michiel Broek Added program locking. changeset | files
Sun, 20 Dec 2015 20:37:40 +0100 Michiel Broek Added file copy. Move home directory detection to the main program function. During opening of the main configuration file, backups are made, 10 revisions in total. changeset | files
Thu, 17 Dec 2015 22:45:54 +0100 Michiel Broek Completed the recipe editor. changeset | files
Wed, 16 Dec 2015 22:54:53 +0100 Michiel Broek Added recipe setup display menu. changeset | files
Wed, 16 Dec 2015 22:06:11 +0100 Michiel Broek Changed some prompt numbers. Added name editor. changeset | files
Tue, 15 Dec 2015 23:14:00 +0100 Michiel Broek Removed some development traces. changeset | files
Tue, 15 Dec 2015 23:11:42 +0100 Michiel Broek Added the beginning of the recipes editor. Added load and save of recipes file. changeset | files
Sat, 12 Dec 2015 22:17:25 +0100 Michiel Broek Fixes for compiling on Raspberry. changeset | files
Sat, 12 Dec 2015 21:47:04 +0100 Michiel Broek Updated configuration to allow hopstands. changeset | files
Sat, 12 Dec 2015 21:20:46 +0100 Michiel Broek Build a simulated immersion chiller. It will start on SIGUSR1 signal and stop on a SIGUSR2 signal. Hardcoded is te coolwater temperature at 14 degrees celcius. changeset | files
Sat, 12 Dec 2015 19:31:35 +0100 Michiel Broek Most parts of the simulator are working, needs some tuning. changeset | files
Fri, 11 Dec 2015 15:52:37 +0100 Michiel Broek Beginning of the main program loop changeset | files
Thu, 10 Dec 2015 21:34:28 +0100 Michiel Broek Moved manual menu to it's own function. changeset | files
Thu, 10 Dec 2015 17:31:45 +0100 Michiel Broek Changed device outputs and status leds. changeset | files
Thu, 10 Dec 2015 15:58:01 +0100 Michiel Broek Manual mode added. changeset | files
Sun, 06 Dec 2015 20:23:31 +0100 Michiel Broek Added selecting output relays. changeset | files
Sun, 06 Dec 2015 19:34:39 +0100 Michiel Broek Added selecting sensors. changeset | files
Sun, 06 Dec 2015 14:29:37 +0100 Michiel Broek Added PID editor. changeset | files
Sun, 06 Dec 2015 12:34:44 +0100 Michiel Broek Read/Write PID parameters from configuration. changeset | files
Sat, 05 Dec 2015 21:46:22 +0100 Michiel Broek Switched to PID code from Arduino changeset | files
Fri, 04 Dec 2015 22:57:23 +0100 Michiel Broek Changed internal storage of temperatures to float. Added 2 prompts. Added editors for float and integer values. Added most of brewunit edit functions. changeset | files
Fri, 04 Dec 2015 14:21:25 +0100 Michiel Broek Better brew state field names. changeset | files
Wed, 02 Dec 2015 17:16:41 +0100 Michiel Broek Added programming display CGRAM. Added display of characters from CGRAM. Changed prompts to allow free prompt strings. More code for the brewsystem unit editor. changeset | files
Sat, 28 Nov 2015 21:00:29 +0100 Michiel Broek Split some sources changeset | files
Sat, 28 Nov 2015 20:15:38 +0100 Michiel Broek Added automate state file. changeset | files
Sat, 28 Nov 2015 13:47:00 +0100 Michiel Broek Added prompts for the LCD. Basic processing loop written. changeset | files
Fri, 27 Nov 2015 22:56:26 +0100 Michiel Broek Updated dependencies changeset | files
Fri, 27 Nov 2015 22:56:00 +0100 Michiel Broek Added simulator configuration. changeset | files
Fri, 27 Nov 2015 22:00:23 +0100 Michiel Broek Stop devices thread if the program ends. changeset | files
Thu, 26 Nov 2015 22:52:48 +0100 Michiel Broek Fixed compiling with wiringPi changeset | files
Thu, 26 Nov 2015 22:47:42 +0100 Michiel Broek More configuration items added. changeset | files
Wed, 25 Nov 2015 22:49:35 +0100 Michiel Broek Brewco first phase development configuration structure. changeset | files
Wed, 25 Nov 2015 16:39:25 +0100 Michiel Broek Bumped to version 0.5.1 changeset | files
Wed, 25 Nov 2015 15:48:01 +0100 Michiel Broek The brewpanel can now run in daemon mode or debug mode. changeset | files
Wed, 25 Nov 2015 15:30:28 +0100 Michiel Broek Finished optional paneltype. Fixed all debug flags. changeset | files
Fri, 20 Nov 2015 23:29:55 +0100 Michiel Broek LCD backlight fixed to off state. changeset | files
Fri, 20 Nov 2015 22:43:50 +0100 Michiel Broek Dialog updates only changeset | files
Fri, 20 Nov 2015 20:49:58 +0100 Michiel Broek Fixed parameters pasing between different layers. changeset | files
Thu, 19 Nov 2015 22:50:17 +0100 Michiel Broek Initial part of LEDs and backlight implemented. changeset | files
Thu, 19 Nov 2015 21:17:26 +0100 Michiel Broek Moved global bit defines to config.h changeset | files
Thu, 19 Nov 2015 20:45:09 +0100 Michiel Broek Added LED objects to the SDL panel. changeset | files
Thu, 19 Nov 2015 15:05:19 +0100 Michiel Broek Updated design README changeset | files
Sun, 15 Nov 2015 21:12:11 +0100 Michiel Broek Fixed compiling for systems with wiringPi. Improved handling of udp sockets if there is no brewpanel running. changeset | files
Sat, 14 Nov 2015 23:40:51 +0100 Michiel Broek The brewpanel works, but still needs a lot more changeset | files
Sat, 14 Nov 2015 17:00:37 +0100 Michiel Broek Fixed compiling on a raspberry changeset | files
Sat, 14 Nov 2015 16:52:33 +0100 Michiel Broek The first ideas of the brewpanel simulation are in place. changeset | files
Sun, 08 Nov 2015 22:20:42 +0100 Michiel Broek Fixed compile changeset | files
Sun, 08 Nov 2015 22:13:02 +0100 Michiel Broek Reenabled code round LCD driver. changeset | files
Sun, 08 Nov 2015 21:24:52 +0100 Michiel Broek The server to panel socket protocol changeset | files
Sun, 08 Nov 2015 20:47:55 +0100 Michiel Broek Updated the panel layout. changeset | files
Sun, 08 Nov 2015 20:30:04 +0100 Michiel Broek Added cursor control, but no blinking yet. changeset | files
Sun, 08 Nov 2015 17:55:50 +0100 Michiel Broek The fontfile is now generated at the source site only to prevent the need for the imagemagic package on headless raspberries. changeset | files
Sun, 08 Nov 2015 17:50:01 +0100 Michiel Broek Updated dependencies. changeset | files
Sun, 08 Nov 2015 17:49:29 +0100 Michiel Broek Basic ideas to write to the simulated LCD display are in place. changeset | files
Sat, 07 Nov 2015 22:42:47 +0100 Michiel Broek Added configure message about SDL presence. changeset | files
Sat, 07 Nov 2015 22:34:28 +0100 Michiel Broek Fixed compiling on systems without SDL libraries, and they don't need tha brewpanel program. changeset | files
Sat, 07 Nov 2015 22:04:17 +0100 Michiel Broek Added a new brewpanel program that runs on an SDL/X screen. It will be an emulator for the hardware panels. Development version 0.5.0 changeset | files
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. changeset | files
Fri, 18 Sep 2015 12:55:49 +0200 Michiel Broek Removed thermometers program and directory. Version 0.4.3 changeset | files
Thu, 17 Sep 2015 20:54:34 +0200 Michiel Broek Fixed compiling on a real RPi. changeset | files
Thu, 17 Sep 2015 20:45:01 +0200 Michiel Broek Code cleanup. changeset | files
Thu, 17 Sep 2015 20:38:07 +0200 Michiel Broek More tooltips again. changeset | files
Thu, 17 Sep 2015 17:31:43 +0200 Michiel Broek More tooltips changeset | files
Thu, 17 Sep 2015 17:09:09 +0200 Michiel Broek Set sane default profile values when not using a profile. changeset | files
Thu, 17 Sep 2015 17:01:15 +0200 Michiel Broek More fixes for profiles temperature window. Added the sliding beer/air target switch. changeset | files
Thu, 17 Sep 2015 15:52:46 +0200 Michiel Broek Adding tooltips in the liveview screen. changeset | files
Thu, 17 Sep 2015 13:15:23 +0200 Michiel Broek Changed frdige_mode paramater to 0..100 so we can work with a percentage. changeset | files
Thu, 17 Sep 2015 13:09:29 +0200 Michiel Broek Fixed crash after profile is finished. Fixed error in UNIT GET output. changeset | files
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. changeset | files
Tue, 15 Sep 2015 17:29:15 +0200 Michiel Broek Bumped to version 0.4.1 changeset | files
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. changeset | files
Tue, 15 Sep 2015 15:37:39 +0200 Michiel Broek Spelling correction. changeset | files
Tue, 15 Sep 2015 14:50:35 +0200 Michiel Broek Fixed initialisation of new GPIO RS433 and DHT11 devices. changeset | files
Tue, 15 Sep 2015 14:44:21 +0200 Michiel Broek Fixed initialisation of new GPIO devices. changeset | files
Thu, 20 Aug 2015 21:14:44 +0200 Michiel Broek Bumped from version 0.3.7 to stable version 0.4.0 changeset | files
Thu, 20 Aug 2015 15:58:32 +0200 Michiel Broek Graphs stepping should now work for archives and current fermenters. changeset | files
Thu, 20 Aug 2015 14:32:56 +0200 Michiel Broek Graph lines logging can handle longer logfiles and has a safety limit. changeset | files
Wed, 19 Aug 2015 22:09:17 +0200 Michiel Broek Create a new configuration file if it doesn't exist. changeset | files
Sat, 15 Aug 2015 11:27:54 +0200 Michiel Broek Changed graph spline type into line type. changeset | files
Fri, 07 Aug 2015 11:29:23 +0200 Michiel Broek Fixed adding a new unit. changeset | files
Sun, 02 Aug 2015 14:17:10 +0200 Michiel Broek Fixed month display in live view and archive view. Bumped to version 0.3.7. changeset | files
Tue, 21 Jul 2015 21:20:57 +0200 Michiel Broek Fixed date display formatting on the web pages. Tooltips display date and time, the normal X-axis only the date. changeset | files
Sat, 27 Jun 2015 17:28:16 +0200 Michiel Broek Bumped from version 0.3.5 to version 0.3.6. changeset | files
Sat, 27 Jun 2015 16:15:23 +0200 Michiel Broek Moved the simulators button in the maintenance panel changeset | files
Sat, 27 Jun 2015 14:24:39 +0200 Michiel Broek Only write configuration if something changed. changeset | files
Sat, 27 Jun 2015 14:08:49 +0200 Michiel Broek Help screens for the commands are moved into the commands. changeset | files
Sat, 27 Jun 2015 12:52:04 +0200 Michiel Broek Small code cleanup changeset | files
Fri, 26 Jun 2015 13:42:05 +0200 Michiel Broek Fixed profile steps updateing from the web interface. changeset | files
Sun, 21 Jun 2015 20:15:43 +0200 Michiel Broek Bumped to version 0.3.5 changeset | files
Sun, 21 Jun 2015 20:09:51 +0200 Michiel Broek Improved Archives View layout. changeset | files
Sun, 21 Jun 2015 19:51:58 +0200 Michiel Broek In Archives, remove .log from download and view functions. Added new Save as PDF buttons. changeset | files
Sun, 14 Jun 2015 22:48:45 +0200 Michiel Broek Fixed php scripts for jqwidgets version 3.8.0 changeset | files
Sun, 14 Jun 2015 20:39:36 +0200 Michiel Broek Upgraded jqwidgets from version 3.7.1 to version 3.8.0 changeset | files
Tue, 02 Jun 2015 22:37:08 +0200 Michiel Broek Bumped to development version 0.3.4 changeset | files
Tue, 02 Jun 2015 21:52:48 +0200 Michiel Broek Prevent undefined variables in getstate.php changeset | files
Tue, 02 Jun 2015 19:57:53 +0200 Michiel Broek Fixed memory leak in wrconfig changeset | files
Tue, 02 Jun 2015 17:50:05 +0200 Michiel Broek Removed debug log message changeset | files
Tue, 02 Jun 2015 17:13:13 +0200 Michiel Broek Fix for server crash changeset | files
Tue, 02 Jun 2015 14:14:20 +0200 Michiel Broek Fixed compiling on a real RPi changeset | files
Tue, 02 Jun 2015 14:03:46 +0200 Michiel Broek Better simulator temperature reality changeset | files
Mon, 18 May 2015 21:19:06 +0200 Michiel Broek Version 0.3.3, still not for production. Fixed warnings when the simulator code is compiled. Slowed the simulator air temperature change 60 times. More realistic temperature changes for the heater and cooler elements. Improved logic in the simulator. changeset | files
Sun, 17 May 2015 23:23:25 +0200 Michiel Broek Tuning PID code. Samll changes on the unit web page. changeset | files
Sun, 17 May 2015 19:34:55 +0200 Michiel Broek Back to the old PID algorythm. Version 0.3.1. changeset | files
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 changeset | files
Thu, 14 May 2015 22:03:35 +0200 Michiel Broek Experiment with zero window changeset | files
Sun, 05 Apr 2015 11:09:45 +0200 Michiel Broek Leds on if any state value is set. changeset | files
Thu, 02 Apr 2015 23:24:32 +0200 Michiel Broek Added ARCHIVE GET file download command. changeset | files
Thu, 02 Apr 2015 22:23:18 +0200 Michiel Broek Plot room temperature on the dashboard. changeset | files
Thu, 02 Apr 2015 22:08:15 +0200 Michiel Broek Added ARCHIVE LOG view. changeset | files
Thu, 02 Apr 2015 21:53:28 +0200 Michiel Broek Added room temperature to ARCHIVE LOG command output. changeset | files
Wed, 01 Apr 2015 23:13:08 +0200 Michiel Broek Added logging of the room temperature. changeset | files
Wed, 01 Apr 2015 22:54:27 +0200 Michiel Broek Fixed compile issue on non-Pi systems changeset | files
Wed, 01 Apr 2015 22:39:27 +0200 Michiel Broek Bumped to version 0.2.13. changeset | files
Wed, 01 Apr 2015 22:37:28 +0200 Michiel Broek Improved regular logging, disabled some debug logging. changeset | files
Wed, 01 Apr 2015 22:10:59 +0200 Michiel Broek Fixed auto device update timer changeset | files
Wed, 01 Apr 2015 21:56:35 +0200 Michiel Broek Added door and PSU sensors. Added interior light logic and switching. changeset | files
Wed, 01 Apr 2015 17:28:26 +0200 Michiel Broek Added Fan delay logic. changeset | files
Wed, 01 Apr 2015 15:56:04 +0200 Michiel Broek Changed Fan switch logic. changeset | files
Wed, 01 Apr 2015 15:20:05 +0200 Michiel Broek Completed DS2413 device code and driver. changeset | files
Thu, 26 Mar 2015 20:58:23 +0100 Michiel Broek Bumped to version 0.2.12 changeset | files
Thu, 26 Mar 2015 20:55:43 +0100 Michiel Broek Added device direction and value in devices maintenance screen changeset | files
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. changeset | files
Thu, 26 Mar 2015 16:40:53 +0100 Michiel Broek Initialize offset to zero with new detected 1-wire devices. changeset | files
Mon, 23 Mar 2015 20:34:47 +0100 Michiel Broek Added device read for the DS2413 dual channel PIO changeset | files
Fri, 20 Mar 2015 22:49:22 +0100 Michiel Broek Possible part of DS2408 code added. changeset | files
Fri, 20 Mar 2015 22:22:18 +0100 Michiel Broek Experimental idea changeset | files
Fri, 20 Mar 2015 20:23:12 +0100 Michiel Broek Added defines copied from kernel source with 1-Wire device family numbers. changeset | files
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. changeset | files
Thu, 19 Mar 2015 20:32:23 +0100 Michiel Broek More global device locking changeset | files
Wed, 18 Mar 2015 14:45:43 +0100 Michiel Broek Upgraded jqwidgets from version 3.6.0 to version 3.7.1 changeset | files
Mon, 09 Mar 2015 09:42:18 +0100 Michiel Broek Added the README changeset | files
Sun, 08 Mar 2015 20:04:25 +0100 Michiel Broek Added url encoding changeset | files
Sun, 08 Mar 2015 19:52:53 +0100 Michiel Broek Added archives web page changeset | files
Sun, 08 Mar 2015 17:57:21 +0100 Michiel Broek Removed unused labview files changeset | files
Sun, 08 Mar 2015 17:26:54 +0100 Michiel Broek Added ARCHIVE LOG command changeset | files
Sun, 08 Mar 2015 16:51:19 +0100 Michiel Broek Improved help screen changeset | files
Sun, 08 Mar 2015 16:40:25 +0100 Michiel Broek Added ARCHIVE commands changeset | files
Sat, 07 Mar 2015 14:40:08 +0100 Michiel Broek Fixed error changeset | files
Sat, 07 Mar 2015 14:35:12 +0100 Michiel Broek Bumped to version 0.2.11 changeset | files
Sat, 07 Mar 2015 14:32:09 +0100 Michiel Broek Changed die() handler changeset | files
Sat, 07 Mar 2015 13:36:45 +0100 Michiel Broek More device locks in the network server changeset | files
Sat, 07 Mar 2015 12:08:00 +0100 Michiel Broek Update for newer boards changeset | files
Sat, 07 Mar 2015 11:33:10 +0100 Michiel Broek Added extra lock changeset | files
Fri, 20 Feb 2015 16:07:39 +0100 Michiel Broek Bumped to version 0.2.10 changeset | files
Fri, 20 Feb 2015 16:05:29 +0100 Michiel Broek Code cleanup and more conditions for debug temperature logging changeset | files
Thu, 19 Feb 2015 16:41:42 +0100 Michiel Broek The web dashboard now shows just 'history' on the graph changeset | files
Thu, 19 Feb 2015 16:39:35 +0100 Michiel Broek Actuators behind a PID now use power percentage instead of always 100% changeset | files
Thu, 19 Feb 2015 16:08:05 +0100 Michiel Broek Better protection, fixed fridge mode. changeset | files
Thu, 19 Feb 2015 15:43:43 +0100 Michiel Broek Simple temperature control in fridge mode. changeset | files
Thu, 19 Feb 2015 14:42:55 +0100 Michiel Broek Moved pid function to separate files changeset | files
Tue, 17 Feb 2015 23:27:47 +0100 Michiel Broek Better conditional PID logging changeset | files
Mon, 16 Feb 2015 23:21:45 +0100 Michiel Broek Restored blackout window changeset | files
Mon, 16 Feb 2015 20:41:09 +0100 Michiel Broek Code cleanup changeset | files
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. changeset | files
Sun, 15 Feb 2015 23:09:00 +0100 Michiel Broek PID changes and algorithm tuning. changeset | files
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 changeset | files
Sun, 15 Feb 2015 18:21:20 +0100 Michiel Broek Fixed logging of old pid error again changeset | files
Sun, 15 Feb 2015 18:18:44 +0100 Michiel Broek Fixed logging of old pid error changeset | files
Sun, 15 Feb 2015 18:06:21 +0100 Michiel Broek PID old error was not set to the previous value but was always zero. changeset | files
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. changeset | files
Wed, 14 Jan 2015 13:20:16 +0100 Michiel Broek Better tab switching with a cookie changeset | files
Wed, 14 Jan 2015 12:50:12 +0100 Michiel Broek Added cookies to remember tabs changeset | files
Wed, 17 Dec 2014 15:44:58 +0100 Michiel Broek Added PING/PONG command to the server. Bumped to version 0.2.7 changeset | files
Mon, 01 Dec 2014 14:15:22 +0100 Michiel Broek Use confirm instead of enter key when stepping to a new beer or fridge temperature changeset | files
Sat, 29 Nov 2014 21:03:31 +0100 Michiel Broek Upgraded jqwidgets to version 3.6.0 changeset | files
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 changeset | files
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 changeset | files
Tue, 11 Nov 2014 16:19:07 +0100 Michiel Broek Fixed logfile header changeset | files
Tue, 11 Nov 2014 16:10:48 +0100 Michiel Broek Added usage counters to the beer logfiles. Bumped to version 0.2.4 changeset | files
Sun, 02 Nov 2014 19:47:50 +0100 Michiel Broek Thinner lines for chart drawing changeset | files
Sun, 02 Nov 2014 18:00:05 +0100 Michiel Broek Added print and save as png buttons changeset | files
Sun, 02 Nov 2014 13:47:57 +0100 Michiel Broek Added comment changeset | files
Wed, 29 Oct 2014 20:27:37 +0100 Michiel Broek Added usage counters changeset | files
Wed, 29 Oct 2014 14:41:00 +0100 Michiel Broek Corrected margin labels changeset | files
Wed, 29 Oct 2014 14:36:53 +0100 Michiel Broek Corrected margin labels changeset | files
Sat, 25 Oct 2014 21:16:25 +0200 Michiel Broek Bumped to version 0.2.3 changeset | files
Sat, 25 Oct 2014 21:08:47 +0200 Michiel Broek Added code to detect primary fermentation changeset | files
Wed, 22 Oct 2014 12:42:20 +0200 Michiel Broek Corrected comment changeset | files
Thu, 04 Sep 2014 14:07:09 +0200 Michiel Broek Make ajax response for profile state the same as the startup state changeset | files
Wed, 03 Sep 2014 15:38:01 +0200 Michiel Broek The global system name was not saved or restored from the configuration file. changeset | files
Wed, 03 Sep 2014 15:29:46 +0200 Michiel Broek LIST LOG sends lines per 30 minutes instead of 10 minutes. changeset | files
Wed, 03 Sep 2014 15:02:09 +0200 Michiel Broek Profile progress is visible in the web interface changeset | files
Tue, 02 Sep 2014 16:54:18 +0200 Michiel Broek Bumped to version 0.2.2 changeset | files
Tue, 02 Sep 2014 16:37:43 +0200 Michiel Broek UNIT PUT command logging added. changeset | files
Tue, 02 Sep 2014 15:32:00 +0200 Michiel Broek SIMULATOR PUT command logging added. changeset | files
Tue, 02 Sep 2014 15:14:53 +0200 Michiel Broek PROFILE PUTS command logging added. changeset | files
Tue, 02 Sep 2014 15:07:34 +0200 Michiel Broek PROFILE PUT command logging added. changeset | files
Tue, 02 Sep 2014 15:02:33 +0200 Michiel Broek GLOBAL PUT command logging added. changeset | files
Tue, 02 Sep 2014 14:14:54 +0200 Michiel Broek Fixed profile progess percentage changeset | files
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. changeset | files
Mon, 01 Sep 2014 22:06:39 +0200 Michiel Broek Better profile progress logging changeset | files
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. changeset | files
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. changeset | files
Sun, 31 Aug 2014 17:51:04 +0200 Michiel Broek Added Heater and Cooler delay edit fields. Added more checks on entered data in the units edit screen. changeset | files
Sat, 30 Aug 2014 22:15:54 +0200 Michiel Broek Specified date formatting changeset | files
Sat, 30 Aug 2014 13:06:07 +0200 Michiel Broek The PID commands have an adjustable delay, default 5 minutes changeset | files
Tue, 26 Aug 2014 14:45:03 +0200 Michiel Broek All web screens now show the program name and version changeset | files
Tue, 26 Aug 2014 13:50:35 +0200 Michiel Broek All syslog logging only to LOG_NOTICE changeset | files
Mon, 25 Aug 2014 21:33:57 +0200 Michiel Broek Don't log debug pid messages if there is no error difference changeset | files
Mon, 25 Aug 2014 20:47:30 +0200 Michiel Broek Better log output for web graphs. Webgraphs can now display heater and cooler usage. changeset | files
Sun, 24 Aug 2014 23:01:32 +0200 Michiel Broek More math for the simulator. Web interface changes for heater in graph. changeset | files
Sun, 24 Aug 2014 14:41:31 +0200 Michiel Broek LIST LOG also output lines on state changes changeset | files
Sat, 23 Aug 2014 23:43:11 +0200 Michiel Broek Fixed stdout debug messages changeset | files
Sat, 23 Aug 2014 23:38:18 +0200 Michiel Broek Simulation of fridge cold loss to the room added for testing. changeset | files
Sat, 23 Aug 2014 12:48:55 +0200 Michiel Broek Fixed cooler_size bug changeset | files
Sat, 23 Aug 2014 12:33:14 +0200 Michiel Broek Added Simulator editor changeset | files
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 changeset | files
Wed, 20 Aug 2014 22:15:12 +0200 Michiel Broek Updated web dashboard layout changeset | files
Wed, 20 Aug 2014 17:42:35 +0200 Michiel Broek Automatic ajax updates of radio buttons changeset | files
Wed, 20 Aug 2014 14:01:15 +0200 Michiel Broek Slowdown room temperature/humidity updates to 60 seconds changeset | files
Wed, 20 Aug 2014 13:51:44 +0200 Michiel Broek Added function send_array_check changeset | files
Wed, 20 Aug 2014 13:10:10 +0200 Michiel Broek Units editor uses array commands changeset | files
Wed, 20 Aug 2014 13:02:12 +0200 Michiel Broek Global and profile editor use array commands changeset | files
(0) -480 tip

mercurial