mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
added screenshots for 1.9
This commit is contained in:
23
CHANGELOG.md
23
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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## How to build the firmware with 1.9.x
|
## [1.9.0] 2019-09-01
|
||||||
- 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
|
|
||||||
|
|
||||||
### Changed
|
### 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
|
- Merged with @susisstrolch's TxMode2 branch for improved support for sending EMS packages
|
||||||
- New MyESP library optimizations to WiFi and AP
|
- New MyESP library optimizations to WiFi and AP
|
||||||
- reboot command renamed to restart to keep consistent with web
|
- reboot command renamed to restart to keep consistent with web
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 100 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
BIN
doc/web/ems_dashboard.PNG
Normal file
BIN
doc/web/ems_dashboard.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 92 KiB |
BIN
doc/web/system_status.PNG
Normal file
BIN
doc/web/system_status.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
Reference in New Issue
Block a user