September 1, 20214 yr Commercial Member 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
September 1, 20214 yr Author I do not surrender yet! I am on the little gauges profile I tried HPA HG no action what else can I try?
September 1, 20214 yr 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 September 1, 20214 yr by Lorby_SI LORBY-SI
September 1, 20214 yr 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
September 1, 20214 yr 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
September 1, 20214 yr Commercial Member 2 minutes ago, sammy said: At the contrary flightdeck profile works very well Completely different software. LORBY-SI
September 1, 20214 yr 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 September 1, 20214 yr by Lorby_SI LORBY-SI
September 1, 20214 yr 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
September 1, 20214 yr Author I tried const AAO_URL = "http://192.168.1.254"; const REFRESH_MS = 100; is that correct? What shall I modify in tools?
September 1, 20214 yr 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 September 1, 20214 yr by Lorby_SI LORBY-SI
September 1, 20214 yr 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 September 1, 20214 yr by Lorby_SI LORBY-SI
Archived
This topic is now archived and is closed to further replies.