From 30b5cd90c3e8a5373f95a57a4f3b22c0cf6b56ae Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 25 Oct 2020 18:28:59 +0100 Subject: [PATCH 01/15] updates --- CHANGELOG.md | 7 ++----- example_pio_local.ini | 6 ++++++ 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 example_pio_local.ini diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2b0d699..8a3c3079a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,15 +41,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - renamed wWCircPumpType to wWChargeType - Installation and Configuration notes moved to the official EMS-ESP documentation site -- Removed the _cmd from the MQTT topic names -- MQTT sensors topic renamed to sensor_data - `call` commands can be done from the Console root for all devices -- renamed MQTT topic for Solar Module from `sm_data` to `solar_data` - Updated EMS-ESP official documentation (https://emsesp.github.io/docs/#/) - JWT Secret renamed to Super User Password - EMS Devices in Web UI shows button and tooltip to remind users they can click on a device -- MQTT boiler_data payload split into two topics `boiler_data_main` and `boiler_data_ww` -- "sensor" renamed to "dallassensor" as a command. MQTT topic not affected. +- MQTT topic name changes (see doc) +- Mixing renamed to Mixer ### Removed - Console contexts for thermostat and boiler diff --git a/example_pio_local.ini b/example_pio_local.ini new file mode 100644 index 000000000..1c60ad8e1 --- /dev/null +++ b/example_pio_local.ini @@ -0,0 +1,6 @@ +[env] +upload_protocol = espota +upload_flags = + --port=8266 + --auth=ems-esp-neo +upload_port = ems-esp.local From e5d16cd69a3798234f8b60c6507ccd0806317816 Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 25 Oct 2020 18:29:09 +0100 Subject: [PATCH 02/15] b12 --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version.h b/src/version.h index b3bb60c14..0a1bf711c 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "2.1.0b11" +#define EMSESP_APP_VERSION "2.1.0b12" From a97b7351eca760f81a363b0500da40079245194f Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 25 Oct 2020 18:29:33 +0100 Subject: [PATCH 03/15] Sensor # to # --- interface/src/project/EMSESPDevicesForm.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/interface/src/project/EMSESPDevicesForm.tsx b/interface/src/project/EMSESPDevicesForm.tsx index 895ea27c6..47043241d 100644 --- a/interface/src/project/EMSESPDevicesForm.tsx +++ b/interface/src/project/EMSESPDevicesForm.tsx @@ -80,7 +80,7 @@ function formatTemp(t: string) { class EMSESPDevicesForm extends Component< EMSESPDevicesFormProps, EMSESPDevicesFormState - > { +> { state: EMSESPDevicesFormState = { confirmScanDevices: false, processing: false, @@ -130,7 +130,11 @@ class EMSESPDevicesForm extends Component< onClick={() => this.handleRowClick(device.id)} > - +