Closed UmangSharmaMobis closed 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:
based on the VSS meeting members feedback approach will be decide
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:
Vehicle.Cabin.Infotainment.HMI.Brightness
could possibly suffice, and whether it is used for power optimization or not does not then matter. We have so far in VSS-history avoided to have duplicate signals in different branches containing same information. Before adding a new branch PowerOptimization
for this particular signal we would need to discuss power optimization in general - What signals are needed that do not fit in already existing branches?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.
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.
Reopening it, more signals may be needed
added Power optimization signal in https://github.com/COVESA/vehicle_signal_specification/pull/520 pull request.
I think this one can be closed now
It need to have a Display Brightness Level for Vehicle Power Optimization