Add Export Active report to Shelly EM (#16794)

This commit is contained in:
Theo Arends 2022-10-13 14:32:35 +02:00
parent cf5169b3ae
commit bf644d8052
1 changed files with 3 additions and 0 deletions

View File

@ -584,6 +584,9 @@ void Ade7953DrvInit(void) {
Energy.voltage_common = true; // Use common voltage
Energy.frequency_common = true; // Use common frequency
Energy.use_overtemp = true; // Use global temperature for overtemp detection
if (ADE7953_SHELLY_EM == Ade7953.model) {
Energy.local_energy_active_export = true;
}
TasmotaGlobal.energy_driver = XNRG_07;
}
}