COVESA / vehicle_signal_specification

Vehicle Signal Specification - standardized way to describe automotive data
Mozilla Public License 2.0
326 stars 168 forks source link

Propose Add Display Brightness Level for Vehicle Power Optimization #510

Closed UmangSharmaMobis closed 1 year ago

UmangSharmaMobis commented 1 year ago

It need to have a Display Brightness Level for Vehicle Power Optimization

UmangSharmaMobis commented 1 year ago

The Display on/off status with power efficiency parameter signal makes OEMs to analyze the optimization algorithms and select the suitable display unit.

Notes: Proposed VSS Signals can be added in two different ways:

  1. Add in the Existing VSS Modules in the Infotainment Category.
  2. Add a separate VSS Module for EV Power Optimization.

based on the VSS meeting members feedback approach will be decide Capture

erikbosch commented 1 year ago

I am working on a comparison betwen VSS and VHAL and there we have identified a gap, Android has DISPLAY_BRIGHTNESS, VSS does not have anything similar. As this issue came up I created a PR with 2 HMI-related changes, as it can be discussed as a possible solution.

What needs to be discussed as I see it:

UmangSharmaMobis commented 1 year ago

their are few signals needed in case of power optimization. when drive turn on power optimization. system DisplayBrightnessLevel will behave in optimize manner based on algorithm.

and when user turn off power optimization in that case system should goes to previous state.

erikbosch commented 1 year ago

Meeting notes:

Vehicle.PowerOptimize.Level: datatype: uint8 unit: percent type: actuator description: Level of optimization, 0 = No savings, 100 = Most aggresive

Vehicle.PowerOptimize.IsEnginePowerOptimized: datatype: boolean type: actuator description: Is Power optimization in engine is enabled



... then PowerOptimized can use that data to control e.g. brightness.

- Umang and Pradeep to think about what works best and present an update in a coming meeting.
erikbosch commented 1 year ago

Reopening it, more signals may be needed

UmangSharmaMobis commented 1 year ago

added Power optimization signal in https://github.com/COVESA/vehicle_signal_specification/pull/520 pull request.

erikbosch commented 1 year ago

I think this one can be closed now