diff --git a/CHANGELOG.md b/CHANGELOG.md index af3929f27..67e58bbe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,30 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## How to build the firmware with 1.9.x -- Make sure you update your local `platformio.ini` using the example one and set the target to `debug`. -- On first boot it will re-build the SPIFFS config file so if you're upgrading from 1.8.x all the settings will be deleted and you will need to re-enter. This can be doen now via the web interface by connecting to WiFi AP called 'ems-esp'. -- Default web admin password is `admin`. -- When building the firmware with the `debug` target all the web front-end code is assembled and compressed. It only takes a second or two. However you'll need nodeJS and the gulp module installed for this. - - Download and install NodeJS from https://nodejs.org/en/download/ - - Navigate to the folder tools/webfilesbuilder, and in that folder do a: - -``` - npm install --global gulp-cli - npm install gulp -``` - - (ignore any errors as I need to upgrade the gulp file to the latest 4.1 format) - - You can test if it worked by then typing `gulp`. - ---- - -## [1.9.0b7] 2019-08-30 +## [1.9.0] 2019-09-01 ### Changed -- Completely new web code with more features showing Boiler, Thermostat, Solar Module and Heat Pump +- Completely new web code with more features showing Boiler, Thermostat, Solar Module and Heat Pump. See https://github.com/proddy/EMS-ESP/wiki/Running-and-Monitoring - Merged with @susisstrolch's TxMode2 branch for improved support for sending EMS packages - New MyESP library optimizations to WiFi and AP - reboot command renamed to restart to keep consistent with web diff --git a/doc/telnet/telnet_menu.jpg b/doc/telnet/telnet_menu.jpg index fd00d890d..45c7bf872 100644 Binary files a/doc/telnet/telnet_menu.jpg and b/doc/telnet/telnet_menu.jpg differ diff --git a/doc/telnet/telnet_stats.PNG b/doc/telnet/telnet_stats.PNG index 54df0a35c..295d7c4de 100644 Binary files a/doc/telnet/telnet_stats.PNG and b/doc/telnet/telnet_stats.PNG differ diff --git a/doc/web/ems_dashboard.PNG b/doc/web/ems_dashboard.PNG new file mode 100644 index 000000000..168c8395c Binary files /dev/null and b/doc/web/ems_dashboard.PNG differ diff --git a/doc/web/system_status.PNG b/doc/web/system_status.PNG new file mode 100644 index 000000000..41ba11a2a Binary files /dev/null and b/doc/web/system_status.PNG differ