Jump to content
Sign in to follow this  
sammy

FBW A320 profile for StreamDeck XL

Recommended Posts

1 minute ago, sammy said:

which debugging java script compile?

I tried little gauges but I cannot find an action to use with fbwA32NX?

Are the gauges working or not - with a DEFAULT plane?


LORBY-SI

Share this post


Link to post
Share on other sites

I do not surrender yet!

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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites

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

Share this post


Link to post
Share on other sites
2 minutes ago, sammy said:

At the contrary flightdeck profile works very well

Completely different software.


LORBY-SI

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

I tried

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

 

is that correct?

What shall I modify in tools?

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites
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

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...