Thu, 25 Apr 2024 16:44:54 +0200 Michiel Broek Version 0.9.19b1. Less noisy logging. file | diff | annotate
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. 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
Sat, 20 Apr 2024 11:48:20 +0200 Michiel Broek Fixed two compiler warnings on arm platform file | diff | annotate
Sat, 20 Apr 2024 10:53:18 +0200 Michiel Broek Better handling of a removed DS18B20 temperature sensor. file | diff | annotate
Thu, 11 Apr 2024 15:58:49 +0200 Michiel Broek Code cleanup file | diff | annotate
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. file | diff | annotate
Thu, 11 Apr 2024 13:18:20 +0200 Michiel Broek Finished one-wire ds2413 output file | diff | annotate
Thu, 11 Apr 2024 11:19:04 +0200 Michiel Broek Stop logging ghost one-wire devices. file | diff | annotate
Fri, 05 Apr 2024 20:10:26 +0200 Michiel Broek One-wire tread more relaxed logging. file | diff | annotate
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. 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, 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. file | diff | annotate
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. file | diff | annotate
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. file | diff | annotate
Tue, 02 Apr 2024 15:29:16 +0200 Michiel Broek State machine logging only when debug is active. file | diff | annotate
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. file | diff | annotate
(0) tip

mercurial