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

(0) -56 tip

mercurial