mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
updates
This commit is contained in:
@@ -41,15 +41,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
### Changed
|
### Changed
|
||||||
- renamed wWCircPumpType to wWChargeType
|
- renamed wWCircPumpType to wWChargeType
|
||||||
- Installation and Configuration notes moved to the official EMS-ESP documentation site
|
- 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
|
- `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/#/)
|
- Updated EMS-ESP official documentation (https://emsesp.github.io/docs/#/)
|
||||||
- JWT Secret renamed to Super User Password
|
- 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
|
- 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`
|
- MQTT topic name changes (see doc)
|
||||||
- "sensor" renamed to "dallassensor" as a command. MQTT topic not affected.
|
- Mixing renamed to Mixer
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
- Console contexts for thermostat and boiler
|
- Console contexts for thermostat and boiler
|
||||||
|
|||||||
6
example_pio_local.ini
Normal file
6
example_pio_local.ini
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[env]
|
||||||
|
upload_protocol = espota
|
||||||
|
upload_flags =
|
||||||
|
--port=8266
|
||||||
|
--auth=ems-esp-neo
|
||||||
|
upload_port = ems-esp.local
|
||||||
Reference in New Issue
Block a user