victronenergy / venus-html5-app

HTML5 App including Javascript library that communicates with Venus OS over MQTT websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show same power unit for all phases

martinbosma opened this issue · comments

If one of the phases ≥1000W, show all of the phases as kW to prevent alignment issues. If they are all <1000W then show all off them as W again. A hysteresis might be needed to prevent unnecessary bouncing between W and kW if the values are close to 1kW. The hysteresis can be like this:

  • ≥1000W && show W → show kW
  • <800W && show kW → show W
  • else show W

Applies to:

  • Devices - Generator
  • Energy - AC Loads
  • Energy - AC Input

Applicable simulations: K, L, N, O,

image
image
image