mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
1.6 KiB
1.6 KiB
Changelog
Added
- function keys in editor: cursor, del, home, end. F1=help, F2=show, and other shortcuts
- SM100 pump working time and energy units
- heating curve parameters and commands for RC300
wwonetimefor RC300 thermostat- expose test framework via api (#611)
- SysLog has enable/disable flag in WebUI
- Add solar configuration telegrams (#616) [thanks @hpanther]
log traceshows decoded telegrams,watch unknownfor only unknown telegrams- WM10 switch telegrams
- boiler information (#633)
Fixed
- mixer IPM pumpstatus
- mixer devices in HA were incorrectly named
- Prevent HA MQTT config messages for thermostat that has no 'currtemp' (#582)
- serviceCodeNumber, 3-char serviceCode, exhausttemp and heating_active for newer ems+ boilers
- prevent MQTT publish messages from sending twice
Changed
- optimized MQTT for HA to reduce heap fragmentation issues
- change syslog settings without reboot
- HA-config split in smaller blocks
- commands
fetchandpublish [ha]as call - mqtt json package sizes
- renamed the command system info (which showed settings) to
settings - renamed the command system report (Which dumped debug info) to
info - Changing settings via web restarts only selected services
- renamed pio targets (esp8266-ci and esp32-ci for GitHub CI)
- telnet default settings
log info, timeout 60 min log debugnot showing telegram names, uselog traceorwatch onto show the telegrams- optimized how console and web display device data (#632)
Removed
- old shell and python build scripts