Ok, so you've already manipulated the factory coding extensively.
I saw the row of LED dots between the reverse lamp and the bottom LED bar in another pic; I assume there's another wire on the outer module that you just aren't using?
So the pic is correct, showing the current wiring, current lamps, and the factory coding. Obviously, the factory coding doesn't implement the functions appropriate for how the lamps are now connected. You've modified the coding to correct that, but your coding is not 100% effective.
203/204 and 205/206 look fine. 209/210 look fine; the blinker is working fine?
195/196 looks fine if the selected voltage bits are making the correct brightness.
197/198 has problems though. 197/198 should be a tail code, same as 195/196. Instead you've coded them as brake lights. That's why they come on with the brakes. So make them 14849/14881 also.
207/208, if they work fine, great. But I am curious why you set the MSB of the config byte (ie, +128). I would have expected values like I previously mentioned, 5 and 37. Not that it's not ok to have it set. I'm wondering why you set it and if you know what it implements. If we look at a B8.5 Euro wagon with LED, there is a brake only lamp on the inner and outer assemblies. The outer coding does not have that bit set; the inner coding does. The inner brake lamp is the only one with that bit set. Curious what it implies.
Bookmarks