From da11c4d463099ace8de5946f38645d0e818fac23 Mon Sep 17 00:00:00 2001 From: Maxime Vincent Date: Mon, 14 Feb 2022 08:40:32 +0100 Subject: [PATCH] Orno WE517 power meter: Fix Phase 2 Amps Reactive address --- tasmota/xnrg_17_ornowe517.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasmota/xnrg_17_ornowe517.ino b/tasmota/xnrg_17_ornowe517.ino index 2254fc37a..53c748ea2 100644 --- a/tasmota/xnrg_17_ornowe517.ino +++ b/tasmota/xnrg_17_ornowe517.ino @@ -55,7 +55,7 @@ const uint16_t we517_start_addresses[] { /* 7 */ 0x0020, // + - + kW Phase 2 power /* 8 */ 0x0022, // + - - kW Phase 3 power /* 9 */ 0x0026, // + - + VAr Phase 1 volt amps reactive - /* 10 */ 0x0026, // + - - VAr Phase 2 volt amps reactive + /* 10 */ 0x0028, // + - - VAr Phase 2 volt amps reactive /* 11 */ 0x002A, // + - - VAr Phase 3 volt amps reactive /* 12 */ 0x0036, // + - + Phase 1 power factor /* 13 */ 0x0038, // + - - Phase 2 power factor @@ -230,4 +230,4 @@ bool Xnrg17(uint8_t function) } #endif // USE_WE517 -#endif // USE_ENERGY_SENSOR \ No newline at end of file +#endif // USE_ENERGY_SENSOR