odwdinc
odwdinc
i have tested on windows 10, no luck with eater mouse or keyboard, device show up but no inputs are passed, tested IOS no go, and all seems to be...
It’s untested but it should support already the moonraker API directly. Just use the api key form moonracker vs octoprint. On Sun, Apr 11, 2021 at 9:08 AM Johan Aires...
I am not lookin to at this time, I may look to supporting https://github.com/jordanruthe/KlipperScreen Current setup: - Run Ender 3 v2 LCD cable to a Raspberry Pi Zero W for...
Its for the encoder, aka the knob on the display.
This is a hard one, I know its posable see SPAD.neXt event recorder. However, the SimConnect.dll interface only show 2 Subscribe types. **SubscribeToFacilitie** This is some what working not fully...
can you provide more info?
Not really 100% on what you are asking for. is this related? https://github.com/odwdinc/Python-SimConnect/issues/62 Just to confirm "simvar watcher sample program" > MSFS SDK\Samples\SimvarWatcher\bin\x64\Release\Simvars.exe Can you prove sample of how you...
Ok I may be able to help, how do you get the SimObject ObjectID?
I think this is what you are looking for. Could you test the code below with the code form Tree https://github.com/odwdinc/Python-SimConnect/tree/AI-SimObject-Data-Test ```python from SimConnect import * import logging from SimConnect.Enum...
I working out how to get the list of ID's in python. what I can tell form the documentation. OBJECT_ID = 1 is the users aircraft Next to get a...