Fix current year display default tip

Version 0.3.24. Kicad upgrade affecting schema's. A recipe with a single mashstep, the step was treated as a mashout and the wrong temperature range was applied.

Version 0.3.23. In a decoction mash step during wait for confirm prompt, leave the setpoint as it was. Set the new temperature after confirmation. Log this.

Some kicad upgrade, no project changes.

Version 0.3.22. Fixed adding Tetra Hop, it is now not added to the recipe because this hop is not added on brewday.

Updated kicad drawings to kicad 6.0.8

Upgraded kicad to version 6

Version 0.3.21. Changed HLT heatup speed calculation to 0.67 degrees/minute. Include the mash ramp times in the calculation for the initial temperature. With a combined HLT and MLT setup, the HLT preheat time is now much shorter. Fixed problems reading beerxml if there is an aroma hop. If the time was 0 or missing it was assumed to be a whirlpool hop. Now it's treated as flameout hop as it should be. Fixed sorting hop/misc additions, this could lead to missing ingredients warnings. The recipe cool temperature was treated as an integer value.

Version 0.3.20 fix for equipment records create and delete.

Version 0.3.19. Real sensors and code cleanup.

Updated the README

Removed Delay Start code leftovers.

Fixed Hendi ON switch and now the switch moment is in a #define HENDI_SWITCH. Currently set at 6. Fixed the web page when going to boil, two buttons were missing. Changed the PWM log line, added information about the ON switch and current temperature.

Version 0.3.18

Fixed Brewfather beerxml import.

Fixed KWh measurement for Hendi equipment.

Removed the 1024 - again.

Revised the equipment edit screen, order is more logical. Changed some label names. Made room for one more setting.

Changed PWM power calculation during PID use.

Version 0.3.17. Made the Hendi PWM change official.

Inverted PWM signal for the Hendi.

Versie 0.3.16

Schema aangepast voor pullup weerstanden voor de SD kaart. Code verbeteringen in task_sdcard.

SD card completly switched to the SPI driver API.

Version 0.3.15. Back to real sensors. During cooling the target temperature is changed in 0.5 degrees steps instead of whole degrees.

Default equipment max_watt set to 2750. Added defaults for new equipment record. Switched PWM timer to high-speed. Implemented the safety timer to prevent the MLT + HLT will draw too much power in shared mode. Removed some code ideas that were not used. The fake heater now uses the faked PWM power.

Finished experimental code to drive the German HendiControl board. Added BoilPower and RampPower buttons during the while boil process. RampPower (going to boil power) is now adjustable. Added PWM driver code to the driver task.

Fixed HendiControl interface connecter to match the board input. Tested the new circuit.

Added more modules local.

Added ESP32 library inside the project.

Idee voor HendiControl sturing

Moved schematics into the project tree.

Version 0.3.14. Log brewing essentials at brew start.

Removed AP configuration settings.

Changed HTTP tasks startup code to prevent a race condition during startup. Upgraded the WiFi code to support the new esp_netif api. Removed the AP mode, WiFi is now STA (station) only.

Version 0.3.13. Recipe import parse BMS_COOLING_TO to set the cooling temperature.

No repeated logs when the SD card is removed. Supress wifi_init logs.

Added 7 sgemnt fonts for the web client. Log messages in the components more compact. Added fonts mime-types to the webserver. Switched to stable esp-idf 4.2.1. Upgraded the SD-mmc card API.

Version 0.3.12 and back to real sensors.

Added power usage counters to manual mode.

Fix missing log entries. More code space saving.

SDK settings to reduce bin size. Some log messages to debug level. Added KWH usage registration. Added equipment power usage for HLT and MLT. Equipment database upgraded to version 2, expandable. Fixed some screen errors during temperature mash steps.

Default PID init adjusted.

Version 0.3.11

Better web directory display.

Update README

The PID workig mode is fixed

Added mash temperature adjust steps if different begin and end temperatures.

Added directory sorting for the logfiles. Sort in reverse order on the timestamp so the last files will be on top.

Websocket selectors using jquery style. During cooling display the pump button on the webpage too.

Added reconnect-websocket javascript. Removed some debugging log messages.

Changed the recipe database so that it is expandable, version 2. More mash fields and allow 16 steps. Allow 20 Additions. Removed separate mash steps from the state machine, the steps are moved to the runtime data. There is no fixed step number for mashout anymore. There is no fixed step for mash-in anymore, just use the first step and heat to the infusion temperature. After malt add, switch to the normal step temperature. Implemented decoction steps.

Version 0.3.10 Updated the webui. The recipe mash infusiont temperature rounding from 0.25 to 0.0625 degrees.

Version 0.3.9. Added no-boil handling. Fixed cooling temp during cooling to allow 45 degrees setpoint.

Version 0.3.8. Switched build system to idf.py

Merged with default stable

TCP MSS from 1436 to 1440 bytes.

Fixed IP event loop.

Version 0.3.7. The WiFi task uses the new event handlers. Cooling temperature top is now 45 instead of 30 degreees for pitching Kveik. One extra cosmetic message during OTA update.

Updated the esp-idf

Version 0.3.6

Use the sha256 in the application version to see if it's a different version. Stop the upgrade download if it's not a new version.

Merged with default stable

Version 0.3.5

Added more plain logfile entries. Change some message details. Added anohe function to eliminate duplicated code. Moved the logfile to the web so it can be downloaded or viewed.

Version 0.3.4

Added syslog like logging on the sdcard for the manual and automatic processes.

Updated esp-ide. Changed some logging levels. Disabled support for termios.h

Removed old VNC component

Removed unused file.

Merged with default stable

Version 0.3.3. Added favicon.ico to the web server. Fixed text position in the http client for the power percentage. Silenced a lot of log messages. Moved the pump led on the display to the left just as on the web page.

Adjusted more strings for new compiler warnings. There should now be no buffer overflows in the app. Changed the date display on the mainscreen.

Fix compiler warning

Upgraded esp-ide and compilers. Adjusted the sources for the new compiler warnings.

Version 0.3.2, if WiFi connection is lost or AP is not available at startup, scan form another known AP and connect to that AP.

Don't ignore SYSTEM_EVENT_AP_PROBEREQRECVED

Changed NTP default pool name. Added 10 seconds timeout after the wifi_connect function. In that timeout do a proper disconnect and connect request so that a AP that was down will be used again if it's up again.

Version 0.3.1

SNTP uses a callback function to mark the system time is valid. SNTP is started after we received a DHCP ip address. Added an config option to set a preffered NTP server name, most likely on your most used LAN. It will always fal back to pool.ntp.org.

Code cleanup.

Fixed css path in chart.html. Show errors in console when writing logfiles.json. Upgraded esp-idf.

Merged with default version 0.3.0 stable

Merge branch novnc

Version 0.3.0 and back to real sensors. novnc

Fixed missing whirlpool 88+ degrees. Some code cleanup. novnc

Finished websockets screens. novnc

Websocket interface is working for the main screen and manual mode. novnc

Work on web interface using websockets. novnc

Use PROJECT_VER for version number. Updated README and info screen. novnc

Removed the noVNC code and web pages. novnc

Start removing noVNC novnc

merge stable into default

Added tag rel-0.2.10 for changeset 5c92103c5e72 stable

Version 0.2.10. Fixed spelling error in websocket component. Updated esp-idf to v4.0-dev-459-gba1ff1692 and adjusted several sources for changed headers. Finalized keeping the AP running at all times. Increased websocket server stack depth from 6000 to 7000. rel-0.2.10

Fix for annotation log before normal log in the json brewlog.

Fixed a spelling error. Version 0.2.7

Updated the README

Swapped MLT and HLT SSR pins to match he real hardware. More doxygen changes.

Updates for doxygen

README update

Fixed placement of infusion event in the graph.

Graph title includes beer code. Hop additions now only display the additions themselfes.

Show clock on the main screen, but only if the ntp time has been set.

Annotatie einde infusie

Screen startup a bit later. Decreased task sound stack size.

Boot now checks got IP status before installing the http and vnc servers.

Removed some unused code from the vnc websocket connection

Version 0.2.6. Removed dead code in the tft component.

Implemented infusion mash.

Removed jpg and bmp support.

Version 0.2.5. Removed debug console messages during recipe import. Removed old SyncDirs code to install /spiffs from the SD card since we now do this via the internet.

Improved recipes import.

Added extra mash step fields for infusion steps. Added these fields in recipe import too.

Removed some fonts, we need that space.

Update /spiffs via internet. http://update.mbse.eu is now the update server.

Removed old logfiles

Renamed www directory to w to prevent too long filenames for the spiffs filesystem.

Added files for /spiffs internet updates.

Updated README

(0) -120 tip

mercurial