Yes definitely an LW14.
I'm using a level converter as the LW14 module is powered by 5V from the Dali bus,
Thanks for the questions on the I2C, the I2C analyiser was set wrong so the address displayed incorrectly.
I have left to 2 address pins on the LW14 unconnected as they appear to be pulled high and the module is talking on 0x23, which would be the default in this state.
I used a different Dali module (Mikro-e) to test the bus and received a Dali reply, so I swapped the Dali bus wires to the module and it started working.
I realise there's no polarity on the module bus, so it must have been a bad connection.
So now I can send a request to the light for QUERY_MAX_LEVEL and see an answer 254 on the Dali bus in the logic probe, but receive 9 (1001) in each byte via I2C.
This is valid reply with 1 byte received?
How do I retreive the actual value 254?