You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main VE.Bus Multiplus or Quattro can have their AC Input type configured via system/0/SystemSetup to specify what is connected to each input.
The available types are Generator, Grid, Shore, Unused.
When AC Input(s) are set as unused, they are not displayed on HTML5 app.
However when they are set to either Generator, Grid, and Shore, they are always hard coded to "Shore Input". More over, only one is displayed even if we have Quattro installed with one AC connected to Shore, and another AC connected to Generator.
Not sure what the proper fix is, but venus-docker simulation z shows it in action.
It has Multiplus
It has generator connected to AC IN
It has AC IN type set to Generator
Energy Overview shows "Shore Power" for the Generator input...
Solution could be to:
List all AC Inputs that are configured (iow that are not set to "Unavailable")
Use name derived from configured AC Input type ("Shore Power", "Grid", "Generator")
The text was updated successfully, but these errors were encountered:
The main VE.Bus Multiplus or Quattro can have their AC Input type configured via
system/0/SystemSetup
to specify what is connected to each input.The available types are Generator, Grid, Shore, Unused.
When AC Input(s) are set as unused, they are not displayed on HTML5 app.
However when they are set to either Generator, Grid, and Shore, they are always hard coded to "Shore Input". More over, only one is displayed even if we have Quattro installed with one AC connected to Shore, and another AC connected to Generator.
Not sure what the proper fix is, but
venus-docker
simulationz
shows it in action.Solution could be to:
The text was updated successfully, but these errors were encountered: