frequenz-floss / frequenz-api-microgrid

gRPC+protobuf specification and Python bindings for the Frequenz Microgrid API
https://frequenz-floss.github.io/frequenz-api-microgrid/
MIT License
6 stars 6 forks source link

Reverse polarity of reactive power #222

Closed tiyash-basu-frequenz closed 7 months ago

tiyash-basu-frequenz commented 8 months ago

What's needed?

Currently, this is our reactive power polarity scheme: https://github.com/frequenz-floss/frequenz-api-microgrid/blob/030466c9c5d6b832cb9809017c98870ae82fafd3/proto/frequenz/api/microgrid/v1/microgrid.proto#L572-L574

However, in IEEE standards document, lagging power is +ve, and leading is -ve, which is the opposite of ours. Since this is widely popular, we should move to this sign convention.

Proposed solution

No response

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response