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:
parent
9451cf1cfd
commit
54519dccbf
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user