flybywiresim / aircraft

The A32NX & A380X Project are community driven open source projects to create free Airbus aircraft in Microsoft Flight Simulator that are as close to reality as possible.
https://flybywiresim.com
GNU General Public License v3.0
5.15k stars 1.12k forks source link

EFB: Dashboard Always Shows QNH in hPa #5634

Closed Peter-Mary-Jo closed 2 years ago

Peter-Mary-Jo commented 3 years ago

Aircraft Version

Development

Description

EFB units: Using inHg instead of Hpa --> this would be a convenient improvement for those flying over US

EFB Font colors: for the OFP and the EFB map, possibility to have black Font on a white page. (#4601)

References (optional)

No response

Additional info (optional)

No response

Discord Username (optional)

No response

2hwk commented 3 years ago

The first is already implemented. Not sure about the second.

Peter-Mary-Jo commented 3 years ago

You are right it's possible to choose between Hpa and inHg in the EFP parameter page but it seems that this setting has no effect on the weather indication for origine and destination airport: QNH is indicated in Hpa even if the Metar which is printed on board use inHg

tracernz commented 3 years ago

You are right it's possible to choose between Hpa and inHg in the EFP parameter page but it seems that this setting has no effect on the weather indication for origine and destination airport: QNH is indicated in Hpa even if the Metar which is printed on board use inHg

It depends which METAR source you select. The text comes through raw from the source. If you select MSFS for example you will get right now: KLAX 131253Z VRB03KT 10SM FEW008 19/16 A3002 RMK AO2 SLP163 T01890156 = 30.02 in.Hg.

-e- wait, you mean the QNH shown on the main page of the EFB? You are right... it is hardcoded to mBar/hPa for some reason. https://github.com/flybywiresim/a32nx/blob/ea667a2b748d1d1ae4f917202706239ae4c126bc/src/instruments/src/EFB/Dashboard/Widgets/WeatherWidget.tsx#L140

Your second request is covered by https://github.com/flybywiresim/a32nx/issues/4601, so I have edited your title to cover just the EFB QNH issue. Please check existing issues, and also open multiple issues, one per request.

ErickSharp commented 2 years ago

Addressed in #6373