nguyenquyhy / Flight-Tracker-StreamDeck

A Stream Deck plugin to interact with Microsoft Flight Simulation
https://flightsim.to/file/3178/flight-tracker-streamdeck-plugin
GNU General Public License v3.0
366 stars 67 forks source link

Include missing mobiflight TBM930 variables #292

Closed BAF54SQN closed 2 years ago

BAF54SQN commented 2 years ago

There seem to be a number of new variables in the latest mobiflight event list (anti ice, electrical,…) could you possibly include them in a future release?

WJS11 commented 2 years ago

To this, I think a few existing variables have been changed. The Approach toggle no longer returns its state, and the Altitude numerical displays a static number.

chiika commented 2 years ago

+1 for this. I was trying to setup gauges for single engine turbo props, ITT and prop RPM are working, but the engine torque variables doesn't seem to exist. And thank you for all your hard work. Love this plugin.

nguyenquyhy commented 2 years ago

I just added TURB ENG CORRECTED N1:index in v0.39. Would that be enough, or do we still looking for some additional variables?

BAF54SQN commented 2 years ago

Hi Nguyen,

I’m also thinking about a number of events to control for example the overhead switches (ex elt)

If you look on https://hubhop.mobiflight.com/#/list and select the TBM930, you get the list of all inputs/outputs implemented in mobiflight

Have a nice evening, Robert

Sent from my iPad

On 15 Nov 2021, at 16:49, Nguyễn Quý Hy @.***> wrote:

 I just added TURB ENG CORRECTED N1:index in v0.39. Would that be enough, or do we still looking for some additional variables?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

nguyenquyhy commented 2 years ago

You can trigger any MobiFlight events in v0.39.

BAF54SQN commented 2 years ago

Ok that sound fantastic ,👍 thank you !🙏

On Mon, 15 Nov 2021, 21:14 Nguyễn Quý Hy, @.***> wrote:

You can trigger any MobiFlight events in v0.39.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/nguyenquyhy/Flight-Tracker-StreamDeck/issues/292#issuecomment-969281631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVQO2WRBDRYQFIKF2BZCHETUMFS2PANCNFSM5DRT7E5A . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

jplewis01 commented 2 years ago

I just added TURB ENG CORRECTED N1:index in v0.39. Would that be enough, or do we still looking for some additional variables?

This will work great for NG Thank You! I've not yet yet had time to explore the updated version, but if the change covers 4 engines this will provide support for all all 4 NG vars that would be needed. Now all we need is a C130 Aircraft in the SIM ;-)

I was looking tonight for Events that are needed for Turbo Props and some that lept out are: THROTTLE_REVERSE_THRUST_TOGGLE THROTTLE_REVERSE_THRUST_HOLD PROPELLER_REVERSE_THRUST_TOGGLE PROPELLER_REVERSE_THRUST_HOLD TURBINE_IGNITION_SWITCH_TOGGLE TURBINE_IGNITION_SWITCH_SET

The TBM Throttle system makes reverse thrust problematic to say the least and using buttons to set key states makes simulation a little easier.

nguyenquyhy commented 2 years ago

All toggle and hold events should work with latest version of the plugin.

There is no support for Set events yet though as they usually require a bit of custom logic to keep track of the value.