Hi, I get a 0 as response when I querying a scene with has the value 255.
dali_driver = SyncHassebDALIUSBDriver()
a = address.Short(1)
b = gear.QuerySceneLevel(a, 8)
c = dali_driver.send(b)
d = c.value
print(d)
=> 0
This is a log from a Lunatone interface.

I tried to search the bug in the code, but I could not find it.