Thanks, Adam. I have the same signal in the Xsig on both sides, which is connected to an EISC because my Lighting program is in Slot 2 of a C3P.
So as an example, my Office light is analog 3, and the same signal is going in and out of the XSIG and its named [Office][Office_Light]Level , this signal is coming from my EISC, which connects to the lighting program in Slot 2.
Inside my D3 program if I search for the signal [Office][Office_Light]Level I am using in my XSIG
I don’t see it in the DIMEX symbol, instead I see it in the Remote System I generated and its not the exact name it has RS106[Office][Office_Light]Level
It also find it in a serial buffer
*Note in the RSD in110$ is named RS106[Office][Office_Light]Level and then out110$ is [Office][Office_Ceiling_Light]Level which is the signal I am using in the XSIG and I get that from the RSD file I import and it controls the light properly with the exception of the feedback from the switch.
Two other signals in my RSD also show values changing in debugger from 0-65536 and they are
—————————————————————————————————————
[Office][Office_Light]Current_Level
##################################################################
This signal I can toggle on and off in lovelace and I can tell Alexa to turn the light on and off and I see the feedback in debugger for off being “0” and on being “65535” however the light does not turn on or off but the feedback changes.
##################################################################
————————————————————————————————————
[Office][Office_Ceiling_Light]Current_Level.
##################################################################
Does not turn on or off with HA from lovelace buttons or with Alexa, turns on/off from switch as it should but feedback does not changs when its used in the XSIG, when its NOT in the XSIG the feedback updates if using the [Office][Office_Light]Level signal in the XSIG instead.
##################################################################
So at this point I’m not sure if its the signals D3 is giving me in the RSD causing the problem or something else, sorry for the long reply but really no other way to explain it.
I wanna keep my lights in Slot 2 in D3 if possible but if it comes down to it and I have to make a program using all using just the DIMEX symbols I’ll have to do it, it just seems very odd I can see the light values changing in debugger but its not properly updating.