[SOLVED] KNX2 - Heating mode 1 byte - behavior change?

Hi,
After the migration to KNX2 binding, I’ve noticed a change in the behavior of the KNX binding.
With the same definition (that might be the issue … ), the object control sent from openHAB to the KNX bus has changed from a 1 byte to a 2 bytes objects.

Previously, in with KNX1, I used the following item definition:

Number regulModeChauffageChambre5 “Mode chauffage chambre 5” {knx=“5.005:4/2/1”}
Number statutModeChauffageChambre5 “Mode chauffage chambre 5 [%d]” {knx=“<5.005:4/3/1”}

The heating room Control was correctly updating on the change of “regulModeChauffageChambre5”
Now, in KNX2, I’ve change to this things and the following items:

  	Type number : regulModeChauffageChambre5 	"Mode chauffage chambre 5" 			[ ga="5.005:4/2/1"]
  	Type number : statutModeChauffageChambre5 	"Statut Mode chauffage chambre 5" 	[ ga="5.005:<4/3/1"]

and the items

Number regulModeChauffageChambre5 “Mode chauffage chambre 5” {channel=“knx:device:MERTEN:HDL_GM6:regulModeChauffageChambre5”}
Number statutModeChauffageChambre5 “Statut Mode chauffage chambre 5 [%d]” {channel=“knx:device:MERTEN:HDL_GM6:statutModeChauffageChambre5”}

Any idea of I’ve missed??
Regards

OK, FOUND … stop and re-start openHAB :wink: