Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FBW A320 profile for StreamDeck XL

Featured Replies

  • Replies 55
  • Views 7.4k
  • Created
  • Last Reply
  • Author

I do not surrender yet!

I am on the little gauges profile I tried HPA HG no action what else can I try?

  • Commercial Member
3 minutes ago, sammy said:

I tried HPA HG no action what else can I try?

The gauges don't DO anything. You are supposed to observe them, and tell me if they show the correct values from the sim. They are gauges, not buttons.

Edited by Lorby_SI

LORBY-SI

  • Author

no the gauges do not work with king air

  • Author

I am with Kingair on my stream deck I observe buttons with ENG1 Visibility ground speed but no values from the sim

At the contrary flightdeck profile works very well

  • Commercial Member

If none of the gauges works (really none of them!), then you have a communications problem between the plugin and AAO. And we are right back at network security and firewalls.

Make sure that you really have the same port in the settings.js and in AAO. Both the Elgato software and AAO have to be completely shut down and restarted. For Elgato, that means right clicking the system tray icon and selecting the shut down option. Just closing the Elgato software windows does not terminate the program.

Try using the local IP address of your computer or 127.0.0.1 instead of localhost in the settings.js (remember to restart)

After that it becomes more complicated. Make sure that the port is allowed through your firewall (it is a TCP port). Set that manually, don't rely on tools.

LORBY-SI

  • Author

How do you explain that flideck profiles work?

  • Commercial Member
3 minutes ago, Lorby_SI said:

How do you explain that flideck profiles work?

Other software, other internal workings. Possible a C++ plugin that accesses SimConnect directly. No idea really.

The AAO plugin is written in Javascript and it tries to access the WebAPI of AAO using XmlHttpRequests. No other software will do anything like this.

Edited by Lorby_SI

LORBY-SI

  • Author

where do I find settings.js

  • Commercial Member
Just now, sammy said:

where do I find settings.js

Sorry - but you said that you have already changed it?? The port always has to be changed in AAO and this file at the same time (followed by a complete reboot of the Elgato software)

C:\Users\...\AppData\Roaming\Elgato\StreamDeck\Plugins\com.lorbysi.aao.sdPlugin\settings.js

LORBY-SI

  • Author

I tried

const AAO_URL = "http://192.168.1.254";
const REFRESH_MS = 100;

 

is that correct?

What shall I modify in tools?

  • Commercial Member
12 minutes ago, sammy said:

so what shall I print instead of http://localhost:6080/webapi

Sorry, no idea what you local IP is. Only you can know that. Try a cmd window and type "ipconfig", use the IP V4 address that comes up.

http://???.???.???.???:6080/webapi

Or try 

http://127.0.0.1:6080/webapi

But I find it much more likely that your firewall is the roadblock, and that you have to add an exception rule for port 6080.

I'm sorry, but my time is up. My night is over in less than 6 hours. Consider sending an email to the address on the last page of the manual. But as I said, my options to help you with network issues are very limited.

 

 

 

Edited by Lorby_SI

LORBY-SI

  • Commercial Member
4 minutes ago, sammy said:

const AAO_URL = "http://192.168.1.254";
const REFRESH_MS = 100;

 

is that correct?

No.

const AAO_URL = "http://192.168.1.254:6080/webapi";
const REFRESH_MS = 100;

 

4 minutes ago, sammy said:

What shall I modify in tools?

Tools-> Port settings for Web. Use the mouse wheel to dial in the same 6080 as in the settings.js for the WebAPI port

Edited by Lorby_SI

LORBY-SI

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.