MakeSkyBlu (xnrg_26): Bugfix telemetry data (verified by MQTT) (#24313)

* Change unit relation of local sensor to setoption8, add unit conversion at ThermostatShow
Bugfix for https://github.com/arendst/Tasmota/issues/24165

* Bugfix: Wrong data for FUNC_JSON_APPEND at MkSkyBluShow (Efficiency purged at FloatArrays)
This commit is contained in:
meMorizE 2026-01-07 10:54:58 +01:00 committed by GitHub
parent 9451cf1cfd
commit 54519dccbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -637,8 +637,6 @@ static void MkSkyBluShow(uint32_t function)
if ( FUNC_JSON_APPEND == function ) {
phase = 0;
// Efficiency: not used for JSON
phase += Energy->phase_count;
// Temperature
ResponseAppend_P(PSTR(",\"" D_JSON_TEMPERATURE "\":%s"),
EnergyFmt(&pMksbInstance_FloatArrays[phase], Settings->flag2.temperature_resolution));