I have been setting up my Stream Deck to control MSFS 2020. Thanks to this forum I have made good progress. But I would like to control my C172 interior lights and can’t figure it out. The C172 lights are controlled by four potentiometers. I captured the events with FSUIPC.
Turn on and increase intensity one click:
Param= 1 (0x00000001) PANEL_LIGHTS_SET
Param= 3 (0x00000003) LIGHT_POTENTIOMETER_SET
Param= 3 (0x00000003) LIGHT_POTENTIOMETER_SET
Param= 0 (0x00000000) PANEL_LIGHTS_SETParam= 1 (0x00000001) GLARESHIELD_LIGHTS_SET
Param= 7 (0x00000007) LIGHT_POTENTIOMETER_SET
Param= 7 (0x00000007) LIGHT_POTENTIOMETER_SET
Param= 0 (0x00000000) GLARESHIELD_LIGHTS_SETParam= 1 (0x00000001) PEDESTRAL_LIGHTS_SET
Param= 1 (0x00000001) PEDESTRAL_LIGHTS_POWER_SETTING_SET
Param= 1 (0x00000001) PEDESTRAL_LIGHTS_POWER_SETTING_SET
Param= 0 (0x00000000) PEDESTRAL_LIGHTS_SETParam= 1 (0x00000001) GLARESHIELD_LIGHTS_SET
Param= 1 (0x00000001) GLARESHIELD_LIGHTS_POWER_SETTING_SET
Param= 1 (0x00000001) GLARESHIELD_LIGHTS_POWER_SETTING_SET
Param= 0 (0x00000000) GLARESHIELD_LIGHTS_SET
I tried inserting the parameters into a Flight Tracker Generic Toggle Button but no joy.
Do any of you know how to set this up in Stream Deck?
I am also thinking about building an encoder box. Could these be controlled by encoders?
Thanks to everyone who has contributed to this effort.