diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 89d33a09b..74ecb6350 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -22,6 +22,10 @@ - Help text for string commands in WebUI [#320](https://github.com/emsesp/EMS-ESP32/issues/320) - Germany translations (at compile time) - #entities added to system/info` endpoint [#322](https://github.com/emsesp/EMS-ESP32/issues/322) +- analog outputs digital/pwm/dac +- remove MQTT retained configs if discovery is disabled +- timeout 10 min for MQTT-QoS wait +- Moduline 300 auto-temperatures T1-T4, RC300 romminfluencefactor ### Fixed @@ -38,6 +42,7 @@ - Fix uploading firmware on OSX [#345](https://github.com/emsesp/EMS-ESP32/issues/345) - Non-nested MQTT would corrupt the json [#354](https://github.com/emsesp/EMS-ESP32/issues/354) - Burner selected max power can have a value higher than 100% [#314](https://github.com/emsesp/EMS-ESP32/issues/314) +- some missing fahrenheit calculations ### Changed @@ -51,6 +56,8 @@ - Show ems tx reads and writes separatly - Show ems device handlers separated for received, fetched and pending handlers. - Wired renamed to Ethernet +- removed system/pin command, new commands in analogsensors +- system/info device-info split to name/version/brand ## **BREAKING CHANGES:** diff --git a/interface/src/project/DashboardData.tsx b/interface/src/project/DashboardData.tsx index 19047073c..fab64a359 100644 --- a/interface/src/project/DashboardData.tsx +++ b/interface/src/project/DashboardData.tsx @@ -614,7 +614,7 @@ const DashboardData: FC = () => { {analog_data.i} {analog_data.n} - {AnalogTypes[analog_data.t]} + {AnalogTypeNames[analog_data.t]} {formatValue(analog_data.v, analog_data.u)} ))} @@ -709,7 +709,7 @@ const DashboardData: FC = () => { - {AnalogTypes.map((val, i) => ( + {AnalogTypeNames.map((val, i) => ( {val}