makerplane / pyEfis

Electronic Flight Information System in Python
GNU General Public License v2.0
58 stars 31 forks source link

Adding EGT warn and alarm limits to ini file creates errors at runtime #95

Closed j-omega closed 4 years ago

birkelbach commented 4 years ago

I believe that this is a FIXGateway Issue and not a PyEfis issue correct? Is it the low limits that are causing the problems or the high limits?

j-omega commented 4 years ago

I would need to get it all setup again to answer that. It should be very simple to reproduce. I believe it was both high and low.

birkelbach commented 4 years ago

This is a FIXGateway issue. Basically you have to add lowWarn and lowAlarm to the database.yaml file if you want those auxiliary values to exist. Once I added those it worked fine.

j-omega commented 4 years ago

Understood. Would you please update the default YAML to include those?