JOIN/SIGN UP
Already a Member? |
GET INVOLVED
COLLABORATIVE PROJECTS
HISTORICAL
SDV Telemetry Project |
We use cookies on this site to enhance your user experience. By using this site, you are giving your consent for us to set cookies. |
https://github.com/COVESA/vehicle_signal_specification/blob/master/spec/Cabin/HVAC.vspec
Data Capability Name | Data Type | VSS Data Elements | ||
---|---|---|---|---|
Data Element Names | Element Data Type | VSS Values | ||
Provide On/Off State of HVAC system | ||||
boolean | IsAirConditioningActive | boolean | True/False | |
boolean | IsRecirculationActive | boolean | True/False | |
Provide On/Off State of Front Defroster | boolean | IsFrontDefrosterActive | boolean | True/False |
Provide On/Off State of Rear Defroster | boolean | IsRearDefrosterActive | boolean | True/False |
Provide Estimated Cabin Air Temperature | boolean | AmbientAirTemperature | float | degrees celsius |
Structure | Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
Temperature | float | degrees Celsius | ||
Structure | Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
FanSpeed | uint8 | Percentage 0 to 100 0 = off, 100 = max | ||
Structure | Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
AirDistribution | Enumeration | ['UP', 'MIDDLE', 'DOWN'] | ||
Provide All Climate Settings per Zone (HVAC Station) | Array of Structure | Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] |
Temperature | float | degrees Celsius | ||
FanSpeed | uint8 | Percentage 0 to 100 0 = off, 100 = max | ||
AirDistribution | Enumeration | ['UP', 'MIDDLE', 'DOWN'] | ||
IsStationPresent (not in VSS) | boolean | True/False Is the Station present in THIS vehicle | ||
Data Capability Name | Parameters / Arguments (per VSS) | Data Type | VSS Values |
---|---|---|---|
Control On/Off State of HVAC system | |||
IsRecirculationActive | boolean | True/False | |
Control On/Off State of Front Defroster | IsFrontDefrosterActive | boolean | True/False |
Control On/Off State of Rear Defroster | IsRearDefrosterActive | boolean | True/False |
Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
Temperature | float | degrees Celsius | |
Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
FanSpeed | uint8 | Percentage 0 to 100 0 = off, 100 = max | |
Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] | |
AirDistribution | Enumeration | ['UP', 'MIDDLE', 'DOWN'] | |
Control All Climate Settings for a Zone | Station | Enumeration | - Row[1,4] - ["Driver","Passenger"] |
Temperature | float | degrees Celsius | |
FanSpeed | uint8 | Percentage 0 to 100 0 = off, 100 = max | |
AirDistribution | Enumeration | ['UP', 'MIDDLE', 'DOWN'] | |