Hello, I am trying to setup a rule to extract the different elements of a DPT 229.001 (DPT Metering Value) As you know the DPT229.001 have 2 informations : byte 1 to 4 is the counter value (32 bits signed) byte 5 is the index byte 6 is always 0 As this DPT is not yet implemented in linknx, the only way is to declare 2 different object for the same GAD: The first object with a DPT 12.xxx that will contain the value (4 first bytes) The second object with a DPT 29.xxx that will contain the index in...