mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-07-29 10:02:48 +00:00
2.0 KiB
2.0 KiB
Changelog
For more details go to emsesp.org.
[3.9.0]
Added
- user-requested LED blink #3063
- KM300 at address 0x4A #3084
- Commands Service that can be called via MQTT or API or used in the Scheduler Service
Fixed
- signed value for solarInfuence #3077
- TLS support with 4MB boards without PSRAM
- prevent system crash during WiFi network discovery on ESP32-S3 hardware #3128
- check arithmetric operations on strings #3127
- fix setting date/time on Junkers thermostats
- offset of hpminflowtemp #3144
- water circulation command #3149
- start scheduler after customEntities, delay scheduler loop after startup, handling of
system/restartcommand #3146 - possible memory leaks fixed.
- repeated startup schedules compute value
- shunting yard show json
Changed
- various memory optimizations #3083
- Scheduler name is now mandatory
- network fallback to AP only after start #3090
- replaced Web async-validator with custom validator and toast with native snackbar to reduce bundle size
- Dewtemperature for Easycontrol calculated by ems-esp #3135
- add option for sync thermostat to ntp, allow different time zones #3148, defaults to sync.
- block too many GET requests mentioned in #3104
- Gateway and Connect devices are not shown in the Devices page 3126