diff --git a/tasmota/xnrg_15_teleinfo.ino b/tasmota/xnrg_15_teleinfo.ino index 29e502cec..aa41e93ff 100755 --- a/tasmota/xnrg_15_teleinfo.ino +++ b/tasmota/xnrg_15_teleinfo.ino @@ -593,10 +593,8 @@ void TInfoShow(bool json) ResponseAppend_P(PSTR(",\"Load\":%d"),(int) ((Energy.current[0]*100.0f) / isousc)); } - // add teleinfo full frame only if no teleinfo raw data setup - if (!Settings.flag4.teleinfo_rawdata) { - ResponseAppendTInfo(','); - } + // add teleinfo full frame + ResponseAppendTInfo(','); #ifdef USE_WEBSERVER