From eb798df249da9e229017da54c0034c3ac0de59a4 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 21 May 2022 12:15:06 +0200 Subject: [PATCH] Add more logging to Shelly 3EM Add more logging to Shelly 3EM (#13515) --- tasmota/xnrg_23_ade7880.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/tasmota/xnrg_23_ade7880.ino b/tasmota/xnrg_23_ade7880.ino index 2bdf9f486..a05baa88a 100644 --- a/tasmota/xnrg_23_ade7880.ino +++ b/tasmota/xnrg_23_ade7880.ino @@ -477,6 +477,7 @@ void Ade7880Cycle(void) { uint32_t status0 = Ade7880ReadVerify(ADE7880_STATUS0); // 0xE502 - 0x000FEFE0 if (!bitRead(status0, 5)) { // LENERGY + AddLog(LOG_LEVEL_DEBUG, PSTR("A78: Unexpected ISR0 0x%08X"), status0); return; } else { Ade7880WriteVerify(ADE7880_STATUS0, 0x00000020); // 0xE502 - Acknowledge LENERGY - Reset IRQ0 line