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. file | diff | annotate
Wed, 24 Apr 2024 21:36:49 +0200 Michiel Broek Possible fix for large sockets messages. file | diff | annotate
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. file | diff | annotate
Wed, 24 Apr 2024 11:04:00 +0200 Michiel Broek Drop fermenter volume setting. file | diff | annotate
Tue, 23 Apr 2024 16:52:13 +0200 Michiel Broek Added Add new device. file | diff | annotate
Tue, 23 Apr 2024 13:06:33 +0200 Michiel Broek Finished global setup including Save. file | diff | annotate
Mon, 22 Apr 2024 15:12:27 +0200 Michiel Broek Added web page to display the one-wire bus live status. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Fri, 19 Apr 2024 11:31:46 +0200 Michiel Broek Devices edit popup layout ready. file | diff | annotate
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. file | diff | annotate
Tue, 16 Apr 2024 16:20:34 +0200 Michiel Broek Minor details for server DEVICE commands. Added getdevice<s> php scripts. file | diff | annotate
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). file | diff | annotate
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. file | diff | annotate
Sun, 14 Apr 2024 14:41:38 +0200 Michiel Broek Server json unit data list added file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Sun, 07 Apr 2024 16:05:06 +0200 Michiel Broek Fermentation processing in it's own function. file | diff | annotate
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. file | diff | annotate
Wed, 27 Mar 2024 17:19:46 +0100 Michiel Broek Moved all delay functions into a new general file. file | diff | annotate
Sat, 23 Mar 2024 16:01:24 +0100 Michiel Broek Running threads and locking doesn't depend on wiringPi anymore. file | diff | annotate
Sat, 23 Mar 2024 12:18:14 +0100 Michiel Broek All thread locks from wiringPi to standard pthreads. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Sun, 07 Jul 2019 13:04:16 +0200 Michiel Broek Fix one byte too large buffer copy file | diff | annotate
Thu, 09 May 2019 17:16:49 +0200 Michiel Broek Code cleanup and removed a debug message file | diff | annotate
Thu, 09 May 2019 17:01:56 +0200 Michiel Broek Removed ARCHIVER commands and web pages. file | diff | annotate
Thu, 09 May 2019 16:40:17 +0200 Michiel Broek Removed writing local unit data logs 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, 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. file | diff | annotate
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. file | diff | annotate
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. 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
Fri, 24 Aug 2018 14:14:31 +0200 Michiel Broek Added Carbonation stage. file | diff | annotate
Sat, 04 Aug 2018 16:29:12 +0200 Michiel Broek Versie 0.8.8 Fermentation stage implemented in units. file | diff | annotate
Fri, 03 Aug 2018 16:56:55 +0200 Chiel Broek Fix for deprecated warnings file | diff | annotate
Thu, 02 Aug 2018 12:20:06 +0200 Michiel Broek Versie 0.8.6 De mosquitto library is geen optie meer maar verplicht. file | diff | annotate
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. file | diff | annotate
Wed, 25 Jul 2018 20:08:13 +0200 Michiel Broek Updated simulator with more simulated devices. file | diff | annotate
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
(0) -100 -60 tip

mercurial