mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
Add Export Active report to Shelly EM (#16794)
This commit is contained in:
parent
cf5169b3ae
commit
bf644d8052
@ -584,6 +584,9 @@ void Ade7953DrvInit(void) {
|
|||||||
Energy.voltage_common = true; // Use common voltage
|
Energy.voltage_common = true; // Use common voltage
|
||||||
Energy.frequency_common = true; // Use common frequency
|
Energy.frequency_common = true; // Use common frequency
|
||||||
Energy.use_overtemp = true; // Use global temperature for overtemp detection
|
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;
|
TasmotaGlobal.energy_driver = XNRG_07;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user