mirror of https://github.com/arendst/Tasmota.git
Merge pull request #14841 from maximevince/orno-we517-bugfix
Orno WE517 power meter: Fix Phase 2 Amps Reactive address
This commit is contained in:
commit
7e0646b7fc
|
@ -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
|
||||
#endif // USE_ENERGY_SENSOR
|
||||
|
|
Loading…
Reference in New Issue